Uses of Class
bibliothek.gui.dock.common.location.Side

Packages that use Side
bibliothek.gui.dock.common.location Various implementations of CLocation
 

Uses of Side in bibliothek.gui.dock.common.location
 

Methods in bibliothek.gui.dock.common.location that return Side
 Side AbstractTreeLocation.getSide()
          Given the rectangle yield by the parent-location, this property tells which part the rectangle yield by this location occupies.
static Side Side.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Side[] Side.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in bibliothek.gui.dock.common.location with parameters of type Side
AbstractTreeLocation(double size, Side side, long nodeId)
          Creates a new location.
CMinimizedLocation(CBaseLocation parent, Side side)
          Creates a new location.
TreeLocationNode(AbstractTreeLocation parent, double size, Side side, long nodeId)
          Creates a new node.
TreeLocationRoot(CSplitLocation root, double size, Side side, long nodeId)
          Creates a new location.