Uses of Enum
bibliothek.gui.dock.common.location.Side
Packages that use Side
-
Uses of Side in bibliothek.gui.dock.common.location
Methods in bibliothek.gui.dock.common.location that return SideModifier and TypeMethodDescriptionAbstractTreeLocation.getSide()Given the rectangle yield by the parent-location, this property tells which part the rectangle yield by this location occupies.CMinimizedLocation.getSide()Gets the side of theCContentAreawhere this minimized-location points to.static SideReturns 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 are declared.Constructors in bibliothek.gui.dock.common.location with parameters of type SideModifierConstructorDescriptionAbstractTreeLocation(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.