Uses of Package
bibliothek.gui.dock.wizard

Packages that use bibliothek.gui.dock.wizard
bibliothek.gui.dock.wizard   
 

Classes in bibliothek.gui.dock.wizard used by bibliothek.gui.dock.wizard
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.
WizardNodeMap
          The node map tells the location of nodes and columns.
WizardNodeMap.Cell
          A cell is a single SplitNode, usually a Leaf, and a part of a WizardNodeMap.Column.
WizardNodeMap.Column
          A column is a set of WizardNodeMap.Cells.
WizardSpanStrategy
          The WizardSpanStrategy keeps track of the required Spans for a WizardSplitDockStation and adds or removes Spans when necessary.
WizardSplitDockStation
          A WizardSplitDockStation has some additional restrictions and other behavior than an ordinary SplitDockStation: The Dockables 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.
WizardSplitDockStation.Side
          the side where dockables are pushed to
WizardSplitDockStation.WizardLayoutManager
          This SplitLayoutManager adds restrictions on how a drag and drop operation can be performed, and what the boundaries of the children are: DnD operations must ensure that the Dockables remain in columns, see WizardSplitDockStation.WizardLayoutManager.ensureDropLocation(PutInfo)
WizardSplitDockStationLayout.Column