Package bibliothek.gui.dock.dockable

Some classes related to Dockable.

See:
          Description

Interface Summary
DockableBackgroundComponent A BackgroundComponent that represents a Dockable.
DockableMovingImageFactory A factory for MovingImages.
DockableStateListener This listener is invoked when the location of one or many Dockables changed.
MovingImage Moving images are used when a drag&drop operation is in progress, and an object has to be shown somehow on the screen.
 

Class Summary
AbstractDockable An implementation of Dockable which deals with the simple things.
DefaultDockableFactory A factory which can read and write the properties of a DefaultDockable.
DefaultDockablePerspective Implementation of a PerspectiveElement that represents a DefaultDockable.
DockableIcon An icon that is used for a Dockable
DockableStateEvent An event sent to the DockableStateListener.
DockableStateListenerManager A handler for invoking DockableStateListeners.
DockHierarchyObserver A helper class that is able to send DockHierarchyEvents to DockHierarchyListeners.
ScreencaptureMovingImageFactory A factory that makes a snapshot of the Dockable which will be represented by its MovingImage.
TrueMovingImage A MovingImage that truly uses an Image to paint its content.
 

Package bibliothek.gui.dock.dockable Description

Some classes related to Dockable. Most classes in this package have no relationship to each other.