Uses of Class
bibliothek.gui.dock.FlapDockStation.Direction

Packages that use FlapDockStation.Direction
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.station.flap Elements that are related to the FlapDockStation
 

Uses of FlapDockStation.Direction in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock that return FlapDockStation.Direction
 FlapDockStation.Direction FlapDockStation.getDirection()
          Gets the direction in which the popup-window is currently opened.
static FlapDockStation.Direction FlapDockStation.Direction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FlapDockStation.Direction[] FlapDockStation.Direction.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in bibliothek.gui.dock with parameters of type FlapDockStation.Direction
protected  DockTitle.Orientation FlapDockStation.orientation(FlapDockStation.Direction direction)
          Determines the orientation of the DockTitles on this station.
 void FlapDockStation.setDirection(FlapDockStation.Direction direction)
          Sets the direction in which the popup-window points.
 

Uses of FlapDockStation.Direction in bibliothek.gui.dock.common
 

Methods in bibliothek.gui.dock.common with parameters of type FlapDockStation.Direction
 void CMinimizeArea.setDirection(FlapDockStation.Direction direction)
          Sets the direction into which the tab opens.
 

Uses of FlapDockStation.Direction in bibliothek.gui.dock.station.flap
 

Methods in bibliothek.gui.dock.station.flap that return FlapDockStation.Direction
 FlapDockStation.Direction FlapDockStationLayout.getDirection()
          Gets the direction into which the window will open
 

Constructors in bibliothek.gui.dock.station.flap with parameters of type FlapDockStation.Direction
FlapDockStationLayout(boolean autoDirection, FlapDockStation.Direction direction, PlaceholderMap placeholders)
          Creates a new layout
RetroFlapDockStationLayout(int[] children, boolean[] holds, int[] sizes, boolean autoDirection, FlapDockStation.Direction direction)
          Creates a new layout