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

Packages that use FlapDockStation.Direction
bibliothek.gui.dock.station   
 

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

Methods in bibliothek.gui.dock.station 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(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.station 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.