Package bibliothek.gui.dock.dockable

Some classes related to Dockable.

See:
          Description

Interface Summary
DockableMovingImageFactory A factory for MovingImages.
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.
Some of the capabilities of an AbstractDockable are: add or remove a DockableListener, and fire an event set the parent and the controller set the title and the icon store a list of DockActions
DefaultDockableFactory A factory which can read and write the properties of a DefaultDockable.
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.