Class | Description |
---|---|
CellDivider |
This divider marks the outer
Dockable of one column as being resized. |
ColumnDividier |
Represents a special
Divideable that is at the end of the columns and allows the user to resize
the entire station. |
PersistentCell |
A cell in the grid of a
WizardSplitDockStation , the cell offers information about
its current and its preferred size. |
PersistentColumn |
A column in the grid of a
WizardSplitDockStation , the column offers information
about its current and preferred size. |
WizardColumnModel |
This class offers an interface to the tree of a
SplitDockStation that handles as if the tree
would build a table. |
WizardNodeMap |
The node map tells the location of nodes and columns.
|
WizardSpanStrategy |
The
WizardSpanStrategy keeps track of the required Span s for a WizardSplitDockStation
and adds or removes Span s when necessary. |
WizardSplitDockStation |
A
WizardSplitDockStation has some additional restrictions and other behavior than an ordinary SplitDockStation :
The Dockable s are ordered in columns.
The station does not use up empty space if not needed.
Moving a divider changes the preferred size of the station.
This station should be wrapped into a JScrollPane , it even implements Scrollable to fully support the JScrollPane .
|
WizardSplitDockStationFactory |
This factory is intended to read and write the layout of a
WizardSplitDockStation . |
WizardSplitDockStationLayout |
Describes the layout of a
WizardSplitDockStation . |
WizardSplitDockStationLayout.Column |
Enum | Description |
---|---|
WizardSplitDockStation.Side |
the side where dockables are pushed to
|