Package diva.gui.toolbox

A collection of useful GUI-related classes and widgets.

See:
          Description

Interface Summary
MenuFactory A factory for popup menus.
 

Class Summary
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.
JShadePane.Shade Borrowed from JTabbedPane.
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.
JTreePane.Entry Holds all the info about each entry.
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.
 

Package diva.gui.toolbox Description

A collection of useful GUI-related classes and widgets.