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

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

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

Fields in bibliothek.gui.dock.station declared as FlapDockStation.Direction
private  FlapDockStation.Direction FlapDockStation.direction
          The direction in which the popup-window is, in respect to this 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(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.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.
 

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

Fields in bibliothek.gui.dock.station.flap declared as FlapDockStation.Direction
private  FlapDockStation.Direction FlapDockDirection.DirectedArrow.direction
          the direction in which this button points
 

Constructors in bibliothek.gui.dock.station.flap with parameters of type FlapDockStation.Direction
FlapDockDirection.DirectedArrow(FlapDockStation.Direction direction)
          Creates a new button.