|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Dock
s
in which Dockable
s can be docked.
See:
Description
Interface Summary | |
---|---|
CompositeDockFactory | This dock factory creates composite docks. |
DockFactory |
This is a factory that creates a Dock for a given Dockable
and a given docking mode. |
Class Summary | |
---|---|
CompositeToolBarDockFactory | This dock factory creates always a composite tool bar dock. |
LeafDockFactory | This dock factory checks the docking modes of the given dockable and creates a dock in which the dockable is allowed to be docked. |
SingleDockFactory |
This dock factory creates a SingleDock if the given dockable
has DockingMode.SINGLE as one of its possible docking modes. |
SplitDockFactory | This dock factory creates always a split dock. |
TabDockFactory |
This dock factory creates a TabDock if the given dockable
has DockingMode.TAB as one of its possible docking modes. |
ToolBarDockFactory | This dock factory creates always a line dock with the docking modes:
DockingMode.HORIZONTAL_TOOLBAR and DockingMode.VERTICAL_TOOLBAR , or
DockingMode.HORIZONTAL_MINIMIZE and DockingMode.VERTICAL_MINIMIZE . |
Contains the interfaces and implementations for the factories that create new Dock
s
in which Dockable
s can be docked.
Information on using dock factories is in How to Use Composite Docks in The Sanaware Developer Guide.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |