|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Visualizer
s.
See:
Description
Interface Summary | |
---|---|
ExternalizeDock | This is an interface for a leaf dock that can contain an externalized dockable. |
Externalizer | |
Visualizer |
This is an interface for an object that can visualize Dockable s
in a special state. |
Class Summary | |
---|---|
DockingMinimizer | This visualizer shows minimized dockables in components that can be docked and moved around by themself. |
FloatExternalizer | This is the default externalizer. |
LineMinimizer | A visualizer that shows minimized dockables in a line at a the bottom borer of a panel. |
MinimizerPanel | A visualizer that shows minimized dockables in a line in a panel. |
SingleMaximizer | A visualizer that can show one maximized dockable. |
Contains the interfaces and implementations for Visualizer
s.
Information on using visualizers is in How to Use Visualizers (Minimizers and Maximizers) in The Sanaware Developer Guide.
A visualizer shows a Dockable
in a special state.
The special state is a constant defined by DockableState
,
but not DockableState.NORMAL
or
DockableState.CLOSED
.
There are implementations for DockableState.MINIMIZED
.
These are minimizers:
LineMinimizer
shows the minimized dockables in a line at the bottom of a panel.DockingMinimizer
shows the minimized dockables
in lines at the borders of a border dock. The minimized dockables can move in their lines, be dragged
to other lines, or even be made floating.DockableState.MAXIMIZED
.
This is a maximizer:
SingleMaximizer
shows one maximized dockable in a panel.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |