Interface | Description |
---|---|
DockableBackgroundComponent |
A
BackgroundComponent that represents a Dockable . |
DockableMovingImageFactory |
A factory for
MovingImage s. |
DockableStateListener |
This listener is invoked when the location of one or many
Dockable s 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 | Description |
---|---|
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
|
AncestorMovingImageFactory | |
DefaultDockableFactory |
A factory which can read and write the properties of a
DefaultDockable . |
DefaultDockableMovingImageFactory |
The default implementation of
DockableMovingImageFactory usually behaves exactly like
ThemeDockableMovingImageFactory , but also offers an ExtensionName for adding additional
factories. |
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 .Note: if the hierarchy changed, the flag DockableStateEvent.FLAG_SHOWING will be set correctly. |
DockableStateListenerManager |
A handler for invoking
DockableStateListener s. |
DockHierarchyObserver |
A helper class that is able to send
DockHierarchyEvent s to
DockHierarchyListener s. |
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. |
Enum | Description |
---|---|
IconHandling |
Tells whether the
null Icon should be replaced by the default icon or not. |
Dockable
. Most classes
in this package have no relationship to each other.