Uses of Class
bibliothek.gui.dock.SplitDockStation.Orientation

Packages that use SplitDockStation.Orientation
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.station.split Elements which are needed by the SplitDockStation, and which are needed to interact with the station. 
 

Uses of SplitDockStation.Orientation in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock that return SplitDockStation.Orientation
static SplitDockStation.Orientation SplitDockStation.Orientation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SplitDockStation.Orientation[] SplitDockStation.Orientation.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 SplitDockStation.Orientation
protected  double SplitDockStation.validateDivider(double divider, Dimension minimumLeft, Dimension minimumRight, SplitDockStation.Orientation orientation, double width, double height)
          Tests whether the specified divider-value is legal or not.
 

Uses of SplitDockStation.Orientation in bibliothek.gui.dock.station.split
 

Methods in bibliothek.gui.dock.station.split that return SplitDockStation.Orientation
 SplitDockStation.Orientation Node.getOrientation()
          Gets the orientation of this node.
 SplitDockStation.Orientation SplitDockStationLayout.Node.getOrientation()
          Tells whether this node is horizontal or vertical.
 

Constructors in bibliothek.gui.dock.station.split with parameters of type SplitDockStation.Orientation
Node(SplitDockAccess access, SplitNode left, SplitNode right, SplitDockStation.Orientation orientation)
          Constructs a new node.
SplitDockStationLayout.Node(SplitDockStation.Orientation orientation, double divider, SplitDockStationLayout.Entry childA, SplitDockStationLayout.Entry childB)
          Creates a new node.