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

Packages that use SplitDockStation.Orientation
bibliothek.gui.dock.station   
bibliothek.gui.dock.station.split   
 

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

Methods in bibliothek.gui.dock.station that return SplitDockStation.Orientation
static SplitDockStation.Orientation SplitDockStation.Orientation.valueOf(java.lang.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.station with parameters of type SplitDockStation.Orientation
protected  double SplitDockStation.validateDivider(double divider, java.awt.Dimension minimumLeft, java.awt.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
 

Fields in bibliothek.gui.dock.station.split declared as SplitDockStation.Orientation
private  SplitDockStation.Orientation Node.orientation
          The order in which the children are aligned.
 

Methods in bibliothek.gui.dock.station.split that return SplitDockStation.Orientation
 SplitDockStation.Orientation Node.getOrientation()
          Gets the orientation of this node.
 

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.