Uses of Class
bibliothek.gui.dock.station.stack.StackDockProperty

Packages that use StackDockProperty
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.station.stack Elements which are related to the StackDockStation
 

Uses of StackDockProperty in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock with parameters of type StackDockProperty
 boolean StackDockStation.drop(Dockable dockable, StackDockProperty property)
          Adds a new child to this station, and tries to match the property as good as possible.
 

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

Fields in bibliothek.gui.dock.station.stack declared as StackDockProperty
static StackDockProperty StackDockProperty.BACK
          The last location on a StackDockStation
static StackDockProperty StackDockProperty.FRONT
          The first location on a StackDockStation