Package bibliothek.gui.dock.station.stack

Elements which are related to the StackDockStation.

See:
          Description

Interface Summary
CombinedTab A tab of a CombinedStackDockComponent.
StackDockComponent A StackDockComponent is a Component that can show other Components.
StackDockComponentFactory A factory creating instances of StackDockComponent.
 

Class Summary
CombinedStackDockComponent<C extends CombinedTab> A StackDockComponent which is a combination of other components.
DefaultStackDockComponent The standard-implementation of StackDockComponent.
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 Dockables on the station.
 

Package bibliothek.gui.dock.station.stack Description

Elements which are related to the StackDockStation.