Uses of Class
bibliothek.gui.dock.common.location.AbstractTreeLocation
Packages that use AbstractTreeLocation
-
Uses of AbstractTreeLocation in bibliothek.gui.dock.common.location
Subclasses of AbstractTreeLocation in bibliothek.gui.dock.common.locationModifier and TypeClassDescriptionclassA turn in a path to an element, beginning at the "normalized-area".classThe root of a path of turns, leading to the location of an element, beginning at the "normalized-area".Methods in bibliothek.gui.dock.common.location that return AbstractTreeLocationConstructors in bibliothek.gui.dock.common.location with parameters of type AbstractTreeLocationModifierConstructorDescriptionTreeLocationLeaf(AbstractTreeLocation parent, long leafId) Creates a new leaf.TreeLocationNode(AbstractTreeLocation parent, double size, Side side, long nodeId) Creates a new node.