Interface | Description |
---|---|
MenuFactory |
A factory for popup menus.
|
Class | Description |
---|---|
FigureIcon |
An icon that looks like a diva figure.
|
FocusMouseListener |
A mouse listener that requests focus for the source of any
mouse event it receives.
|
JCanvasPalette |
A "palette" of figures that can be dragged onto another
JComponent.
|
JCanvasPanner |
A canvas panner is a window that provides a mechanism to visualize
and manipulate a JCanvas object.
|
JContextMenu |
An improved version of a popup menu that works well for context menus.
|
JPalette |
A "palette" of components that can be dragged onto another
JComponent.
|
JPanner |
A panner is a window that provides a mechanism to visualize and
manipulate a JViewport object without using scrollbars.
|
JPseudoFrame |
JPseudoFrame is not a Frame at all, but a widget that enables a
JInternalFrame to be maximized in the manner exhibited by Windows
applications.
|
JShadePane |
A Visio-style tab box that uses a "window shade" metaphor instead
of a tabbed folder metaphor.
|
JStatusBar |
A status bar for displaying at the bottom of typical applications.
|
JTreePane |
In the case of a small number of panes, a JTabbedPane or a JTreePane
is a good way of organizing them.
|
ListDataModel |
A model that captures the notion of a list of elements with a
single selected element.
|
MenuCreator |
This interactor creates a menu when it is activated.
|