Uses of Class
bibliothek.gui.dock.facile.station.split.ResizeElement
Packages that use ResizeElement
Package
Description
Classes to manage how space is distributed between
Dockables.Support classes for
SplitDockStation.-
Uses of ResizeElement in bibliothek.gui.dock.common.layout
Methods in bibliothek.gui.dock.common.layout with parameters of type ResizeElementModifier and TypeMethodDescriptionprotected booleanFullLockConflictResolver.checkHorizontalFullLock(ResizeElement<RequestDimension> element) Checks whetherelementis fully locked in its horizontal dimension.protected booleanFullLockConflictResolver.checkVerticalFullLock(ResizeElement<RequestDimension> element) Checks whetherelementis fully locked in its vertical dimension. -
Uses of ResizeElement in bibliothek.gui.dock.facile.station.split
Subclasses of ResizeElement in bibliothek.gui.dock.facile.station.splitModifier and TypeClassDescriptionclassResizeLeaf<T>Represents aLeaf.classResizeNode<T>Represents aNode.classResizeRoot<T>Represents aRoot.Methods in bibliothek.gui.dock.facile.station.split that return ResizeElementModifier and TypeMethodDescriptionprotected ResizeElement<T>LockedResizeLayoutManager.asyncToElement(ResizeElement<T> parent, SplitNode node) Called byLockedResizeLayoutManager.toElement(ResizeElement, SplitNode), tries to create aResizeElementout ofnodein an environment where race conditions are possible.ResizeRoot.getChild()Gets the one child of this rootprotected abstract ResizeElement<T>[]ResizeElement.getChildren()Gets the children of this element.protected ResizeElement<T>[]ResizeLeaf.getChildren()protected ResizeElement<T>[]ResizeNode.getChildren()protected ResizeElement<T>[]ResizeRoot.getChildren()ResizeNode.getLeft()Gets the left or top child of this nodeResizeElement.getParent()Gets the parent of this nodeResizeNode.getRight()Gets the right or bottom child of this nodeLockedResizeLayoutManager.toElement(ResizeElement<T> parent, SplitNode node) Transforms aSplitNodeinto the matching kind ofResizeElement.Methods in bibliothek.gui.dock.facile.station.split with parameters of type ResizeElementModifier and TypeMethodDescriptionprotected ResizeElement<T>LockedResizeLayoutManager.asyncToElement(ResizeElement<T> parent, SplitNode node) Called byLockedResizeLayoutManager.toElement(ResizeElement, SplitNode), tries to create aResizeElementout ofnodein an environment where race conditions are possible.LockedResizeLayoutManager.toElement(ResizeElement<T> parent, SplitNode node) Transforms aSplitNodeinto the matching kind ofResizeElement.Constructors in bibliothek.gui.dock.facile.station.split with parameters of type ResizeElementModifierConstructorDescriptionResizeElement(ResizeElement<T> parent, LockedResizeLayoutManager<T> layout) Creates a new element.ResizeLeaf(LockedResizeLayoutManager<T> layout, ResizeElement<T> parent, Leaf leaf) Creates a new leaf element.ResizeNode(LockedResizeLayoutManager<T> layout, ResizeElement<T> parent, Node node) Creates a new node-element.