JIDE 3.5.15

Package com.jidesoft.dashboard

The package contains classes related for JIDE Dashboard product.

See:
          Description

Interface Summary
DashboardHolder DashboardHolder interface is used to indicate the container can hold Dashboard.
DashboardListener The listener interface for receiving dashboard events.
Gadget The interface for the gadget in the Dashboard.
GadgetComponent GadgetComponent is the Component that is added to the Dashboard.
GadgetListener The listener interface for receiving gadget events.
GadgetPaletteInstaller An interface to support GadgetPalette.
PlaceHolder  
PredefinedLayoutAdapter  
 

Class Summary
AbstractGadget AbstractGadget is the abstract implementation of Gadget which implements all methods except Gadget.createGadgetComponent() and Gadget.disposeGadgetComponent(GadgetComponent).
Dashboard Dashboard is the container that contain the GadgetContainers.
DashboardDocumentPane DashboardDocumentPane contains several dashboards and uses DocumentPane to arrange them.
DashboardEvent An AWTEvent that adds support for Dashboard objects as the event source.
DashboardPersistenceUtils A helper class that can support persist DashbardHolder to/from xml file.
DashboardTabbedPane DashboardTabbedPane contains several dashboards.
GadgetContainer GadgetContainer contains the gadgets.
GadgetEvent An AWTEvent that adds support for Gadget objects as the event source.
GadgetManager You can view GadgetManager as the model of the whole JIDE Dashboard.
GadgetPalette The palette contains the gadget so that user can drag and drop the gadget to dashboard.
GadgetPaletteButton GadgetPaletteButton is the button on the palette.
ResizableGadgetContainer  
SingleDashboardHolder SingleDashboardHolder creates a single dashboard that implements DashboardHolder interface.
 

Package com.jidesoft.dashboard Description

The package contains classes related for JIDE Dashboard product.


JIDE 3.5.15