Uses of Class
bibliothek.gui.dock.layout.AbstractDockableProperty

Packages that use AbstractDockableProperty
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. 
bibliothek.gui.dock.station.flap Elements that are related to the FlapDockStation
bibliothek.gui.dock.station.screen Elements that are related to the ScreenDockStation
bibliothek.gui.dock.station.split Elements which are needed by the SplitDockStation, and which are needed to interact with the station. 
bibliothek.gui.dock.station.stack Elements which are related to the StackDockStation
 

Uses of AbstractDockableProperty in bibliothek.gui.dock.layout
 

Methods in bibliothek.gui.dock.layout with parameters of type AbstractDockableProperty
protected  void AbstractDockableProperty.copy(AbstractDockableProperty copy)
          Copies the fields of this property to copy.
 

Uses of AbstractDockableProperty in bibliothek.gui.dock.station.flap
 

Subclasses of AbstractDockableProperty in bibliothek.gui.dock.station.flap
 class FlapDockProperty
          FlapDockProperties are used on the FlapDockStation to determine the location of a Dockable.
 

Uses of AbstractDockableProperty in bibliothek.gui.dock.station.screen
 

Subclasses of AbstractDockableProperty in bibliothek.gui.dock.station.screen
 class ScreenDockProperty
          This property is used on ScreenDockStations to determine the bounds of the dialogs.
 

Uses of AbstractDockableProperty in bibliothek.gui.dock.station.split
 

Subclasses of AbstractDockableProperty in bibliothek.gui.dock.station.split
 class SplitDockFullScreenProperty
          This DockableProperty points to the currently maximized child of a SplitDockStation.
 class SplitDockPathProperty
          A DockableProperty used by the SplitDockStation to describe the location of a Dockable in the tree of all children of the station.
 class SplitDockPlaceholderProperty
          This property references a placeholder that is already present within the tree of a SplitDockStation.
 class SplitDockProperty
          This property stores the location and the size of each child of a SplitDockStation.
 

Uses of AbstractDockableProperty in bibliothek.gui.dock.station.stack
 

Subclasses of AbstractDockableProperty in bibliothek.gui.dock.station.stack
 class StackDockProperty
          A StackDockProperty stores the location of a Dockable on a StackDockStation.