Uses of Class
bibliothek.gui.dock.wizard.WizardNodeMap

Packages that use WizardNodeMap
bibliothek.gui.dock.wizard   
 

Uses of WizardNodeMap in bibliothek.gui.dock.wizard
 

Methods in bibliothek.gui.dock.wizard that return WizardNodeMap
protected  WizardNodeMap WizardColumnModel.getMap()
          Gets a map containing the current columns and cells.
 WizardNodeMap WizardSplitDockStation.WizardLayoutManager.getMap()
           
 

Methods in bibliothek.gui.dock.wizard with parameters of type WizardNodeMap
protected  int WizardColumnModel.applyPersistentSizes(WizardNodeMap map, boolean revalidate)
          Updates the dividers of all Nodes such that the actual size of the columns and cells results.
 int WizardSpanStrategy.getGap(bibliothek.gui.dock.station.split.Node node, WizardNodeMap map)
          Gets the size of the gap that is currently to be used by node
protected  void WizardColumnModel.updateBounds(double x, double y, double width, double height, WizardNodeMap.Column column, WizardNodeMap map)
          Update the boundaries of the column column and all its children.
protected  void WizardColumnModel.updateBounds(bibliothek.gui.dock.station.split.SplitNode node, double x, double y, double width, double height, WizardNodeMap map)
          Updates the boundaries of node and all its children.
protected  void WizardColumnModel.updateBoundsRecursive(bibliothek.gui.dock.station.split.SplitNode node, double x, double y, double width, double height, WizardNodeMap map)
          Updates the boundaries of node and all its children.
 double WizardColumnModel.validateDivider(WizardNodeMap.Column column, double divider, bibliothek.gui.dock.station.split.Leaf leaf, WizardNodeMap map)
           
 double WizardColumnModel.validateDivider(WizardNodeMap.Column column, double divider, bibliothek.gui.dock.station.split.Node node, WizardNodeMap map)