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

Packages that use LockedResizeLayoutManager
bibliothek.gui.dock.common.intern.station   
bibliothek.gui.dock.facile.station.split   
 

Uses of LockedResizeLayoutManager in bibliothek.gui.dock.common.intern.station
 

Subclasses of LockedResizeLayoutManager in bibliothek.gui.dock.common.intern.station
 class CLockedResizeLayoutManager
          A LockedResizeLayoutManager that looks out for CDockable.isResizeLockedVertically() and CDockable.isResizeLockedHorizontally().
 

Uses of LockedResizeLayoutManager in bibliothek.gui.dock.facile.station.split
 

Methods in bibliothek.gui.dock.facile.station.split that return LockedResizeLayoutManager
 LockedResizeLayoutManager<T> ResizeElement.getLayout()
          Gets the layout that created this element.
 

Constructors in bibliothek.gui.dock.facile.station.split with parameters of type LockedResizeLayoutManager
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.
ResizeRoot(LockedResizeLayoutManager<T> layout, Root root)
          Creates a new root-element