Package bibliothek.gui.dock.layout

Elements dealing with the location of Dockables on their DockStation and allowing to store the whole layout of a set of Dockables and stations.

See:
          Description

Interface Summary
DockableProperty Describes the location of a Dockable on a DockStation.
DockablePropertyFactory A factory which creates instances of DockableProperty.
DockLayout A DockLayout describes the contents of one DockElement.
DockSituationIgnore A DockSituationIgnore is used in a DockSituation to decide, which elements (stations and dockables) should be written into a stream.
 

Class Summary
AbstractDockableProperty A simple implementation of DockableProperty which provides only the basic features.
DockLayoutComposition A DockLayoutComposition describes all relations and positions of a set of DockElements.
DockSituation A DockSituation is a converter: the relationship of DockStations and Dockables, the position of Dockables and other information are converted into a stream of bytes.
PredefinedDockSituation A DockSituation that does not load or store all DockElements.
PropertyTransformer A PropertTransformer can read and write instances of DockableProperty, assuming that a factory is installed for the property.
 

Package bibliothek.gui.dock.layout Description

Elements dealing with the location of Dockables on their DockStation and allowing to store the whole layout of a set of Dockables and stations.