SetSelectedNotebook[notebook] makes the specified notebook be the currently selected one in the front end.
WindowElements is a notebook option that specifies the elements to include in the window used to display the notebook on the screen.
CopyToClipboard[expr] replaces the contents of the clipboard with expr.
PopupWindow[expr, contents] displays as expr, but pops up a window containing contents when clicked.
DiscretePlot[expr, {n, n_max}] generates a plot of the values of expr when n runs from 1 to n_max.DiscretePlot[expr, {n, n_min, n_max}] generates a plot of the values of expr ...
BarChart[{y_1, y_2, ...}] makes a bar chart with bar lengths y_1, y_2, ....BarChart[{..., w_i[y_i, ...], ..., w_j[y_j, ...], ...}] makes a bar chart with bar features defined ...
DynamicModule[{x, y, ...}, expr] represents an object which maintains the same local instance of the symbols x, y, ... in the course of all evaluations of Dynamic objects in ...
Animate Selected Graphics animates graphics in a selection of cells, typically a cell group.
SWF
(Mathematica Import/Export Format) Registered MIME type: application/x-shockwave-flash Adobe/Macromedia Flash file format. Used for interactive and animated vector graphics, video and sound on the web. SWF is ...
The Database Explorer is a graphical interface to DatabaseLink. It provides a number of useful functions, such as managing connections and working with the data in a ...