Uses of Class
bibliothek.gui.dock.station.flap.FlapDockProperty

Packages that use FlapDockProperty
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.common.location Various implementations of CLocation
bibliothek.gui.dock.station.flap Elements that are related to the FlapDockStation
 

Uses of FlapDockProperty in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock with parameters of type FlapDockProperty
 boolean FlapDockStation.drop(Dockable dockable, FlapDockProperty property)
          Adds the Dockable dockable to this station or to a child of this station, according to the contents of property.
 

Uses of FlapDockProperty in bibliothek.gui.dock.common.location
 

Methods in bibliothek.gui.dock.common.location with parameters of type FlapDockProperty
protected  CLocation DefaultExpandStrategy.expand(CLocation location, FlapDockProperty property)
          Creates a new location by creating the child location of location using property for that step.
 

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

Fields in bibliothek.gui.dock.station.flap declared as FlapDockProperty
static FlapDockProperty FlapDockProperty.FIRST
          The location of the first Dockable.
static FlapDockProperty FlapDockProperty.LAST
          The location of the last Dockable.
 

Methods in bibliothek.gui.dock.station.flap that return FlapDockProperty
 FlapDockProperty FlapDockProperty.copy()