Uses of Class
bibliothek.gui.dock.facile.station.split.LockedResizeLayoutManager
Packages that use LockedResizeLayoutManager
Package
Description
Contains the
CommonDockStation, various implementations of CommonDockStation and supporting classes.Support classes for
SplitDockStation.-
Uses of LockedResizeLayoutManager in bibliothek.gui.dock.common.intern.station
Subclasses of LockedResizeLayoutManager in bibliothek.gui.dock.common.intern.stationModifier and TypeClassDescriptionclassALockedResizeLayoutManagerthat looks out forCDockable.isResizeLockedVertically()andCDockable.isResizeLockedHorizontally(). -
Uses of LockedResizeLayoutManager in bibliothek.gui.dock.facile.station.split
Methods in bibliothek.gui.dock.facile.station.split that return LockedResizeLayoutManagerModifier and TypeMethodDescriptionResizeElement.getLayout()Gets the layout that created this element.Constructors in bibliothek.gui.dock.facile.station.split with parameters of type LockedResizeLayoutManagerModifierConstructorDescriptionResizeElement(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