Uses of Class
bibliothek.gui.dock.facile.station.split.ResizeElement

Packages that use ResizeElement
bibliothek.gui.dock.common.layout   
bibliothek.gui.dock.facile.station.split   
 

Uses of ResizeElement in bibliothek.gui.dock.common.layout
 

Methods in bibliothek.gui.dock.common.layout with parameters of type ResizeElement
protected  boolean FullLockConflictResolver.checkHorizontalFullLock(ResizeElement<RequestDimension> element)
          Checks whether element is fully locked in its horizontal dimension.
protected  boolean FullLockConflictResolver.checkVerticalFullLock(ResizeElement<RequestDimension> element)
          Checks whether element is 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.split
 class ResizeLeaf<T>
          Represents a Leaf.
 class ResizeNode<T>
          Represents a Node.
 class ResizeRoot<T>
          Represents a Root.
 

Methods in bibliothek.gui.dock.facile.station.split that return ResizeElement
 ResizeElement<T> ResizeRoot.getChild()
          Gets the one child of this root
protected 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()
           
 ResizeElement<T> ResizeNode.getLeft()
          Gets the left or top child of this node
 ResizeElement<T> ResizeElement.getParent()
          Gets the parent of this node
 ResizeElement<T> ResizeNode.getRight()
          Gets the right or bottom child of this node
 ResizeElement<T> LockedResizeLayoutManager.toElement(ResizeElement<T> parent, SplitNode node)
          Transforms a SplitNode into the matching kind of ResizeElement.
 

Methods in bibliothek.gui.dock.facile.station.split with parameters of type ResizeElement
 ResizeElement<T> LockedResizeLayoutManager.toElement(ResizeElement<T> parent, SplitNode node)
          Transforms a SplitNode into the matching kind of ResizeElement.
 

Constructors in bibliothek.gui.dock.facile.station.split with parameters of type ResizeElement
ResizeElement(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.