StackDockStation
.See: Description
Interface | Description |
---|---|
CombinedHandler<T> |
A handler to change and read the visibility state and the z order of some item.
|
CombinedInfoComponent |
The info component used by the
CombinedStackDockComponent is
supposed to be represented by a Component . |
CombinedMenu |
A menu that is displayed on a
CombinedStackDockComponent . |
CombinedTab |
A tab of a
CombinedStackDockComponent . |
DndAutoSelectStrategy |
This strategy is used by a
StackDockStation to automatically change the selected
Dockable if the mouse hovers over a tab during a drag and drop operation. |
DndAutoSelectStrategyRequest |
Request forwarded to a
DndAutoSelectStrategy if a potential drop event was detected. |
StackDnDAutoSelectSupport |
Generic algorithm allowing
StackDockComponent s to inform the client if the user drags some
data over a tab. |
StackDockComponent |
A
StackDockComponent is a Component that can show other Components . |
StackDockComponentBorder |
A
DockBorder that is used by a StackDockComponent . |
StackDockComponentContentBorder | |
StackDockComponentFactory |
A factory creating instances of
StackDockComponent . |
StackDockComponentListener |
This listener can be added to a
StackDockComponent . |
StackDockComponentParent |
Interface for an owner of a
StackDockComponent . |
TabContentFilterListener |
A listener to a
TabContentFilter . |
Class | Description |
---|---|
CombinedStackDockComponent<T extends CombinedTab,M extends CombinedMenu,I extends CombinedInfoComponent> |
A
StackDockComponent which is a combination of other components.This class also implements TabPane and thus supports the
TabLayoutManager . |
CombinedStackDockContentPane |
This panel paints the contents of a
CombinedStackDockComponent . |
CombinedStackDockFocusTraversalPolicy |
Focus traversal policy for a
CombinedStackDockComponent , this
policy switches between current Dockable , its Tab and
the optional info component . |
DefaultDndAutoSelectStrategyRequest |
Default implementation of a
DndAutoSelectStrategy , it is based on TransferHandler.TransferSupport . |
DefaultStackDockComponent |
The standard-implementation of
StackDockComponent . |
DnDAutoSelectSupport |
TransferHandler added to a StackDockComponent , will be informed if the mouse hovers over a tab, and
forwards that information to the client.This class extends TransferHandler , but it will always return false when
calling TransferHandler.canImport(TransferSupport) . |
DockActionCombinedInfoComponent |
An
AbstractTabPaneComponent that was specifically designed for showing a set of DockAction s. |
RetroStackDockStationLayout |
Information about the layout of a
StackDockStation read from an old format. |
StackDockComponentRepresentative |
This utility class keeps track of the current
DockElementRepresentative
that is created by a StackDockComponent . |
StackDockPerspective |
A representation of a
StackDockStation in a Perspective . |
StackDockProperty |
A StackDockProperty stores the location of a
Dockable
on a StackDockStation . |
StackDockPropertyFactory |
A
factory which creates instances
of StackDockProperty . |
StackDockStationFactory |
A
DockFactory that can read and write instances of
StackDockStation . |
StackDockStationLayout |
A layout of a
StackDockStation , stores the order of all Dockable s
on the station. |
StackTabListLayout | Deprecated
this class is no longer used anywhere and will be removed
|
TabContent |
All the content of a single tab on a
StackDockStation . |
TabDropLayer |
A
DockStationDropLayer with priority LayerPriority.OVERRIDE_PRECISE representing the
tabs of a StackDockStation . |
StackDockStation
.