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

Packages that use WizardNodeMap.Column
bibliothek.gui.dock.wizard   
 

Uses of WizardNodeMap.Column in bibliothek.gui.dock.wizard
 

Methods in bibliothek.gui.dock.wizard that return WizardNodeMap.Column
 WizardNodeMap.Column WizardNodeMap.getColumn(bibliothek.gui.Dockable dockable)
          Gets the column which contains dockable.
 WizardNodeMap.Column WizardNodeMap.getColumn(int index)
          Gets the index'th column.
 WizardNodeMap.Column WizardNodeMap.getColumn(bibliothek.gui.dock.station.split.SplitNode node)
          Searches the column which contains node.
 WizardNodeMap.Column WizardNodeMap.getColumn(bibliothek.gui.dock.station.split.SplitNode node, boolean upwards)
          Gets the WizardNodeMap.Column which contains node.
 WizardNodeMap.Column WizardNodeMap.getHeadColumn(bibliothek.gui.dock.station.split.SplitNode node)
          Searches the WizardNodeMap.Column which is nearest to the inside of the parent Container, e.g.
 WizardNodeMap.Column WizardNodeMap.getOutermostColumn()
          Searches the WizardNodeMap.Column which is closest to the inside of the parent Container.
 WizardNodeMap.Column[] WizardNodeMap.getSortedColumns()
          Gets all the columns sorted by their index.
 WizardNodeMap.Column PersistentColumn.getSource()
           
 

Methods in bibliothek.gui.dock.wizard that return types with arguments of type WizardNodeMap.Column
 Map<bibliothek.gui.dock.station.split.SplitNode,WizardNodeMap.Column> WizardNodeMap.getColumns()
          Gets all the columns of this map.
 

Methods in bibliothek.gui.dock.wizard with parameters of type WizardNodeMap.Column
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.
 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)
           
 

Constructors in bibliothek.gui.dock.wizard with parameters of type WizardNodeMap.Column
PersistentColumn(int size, int preferred, WizardNodeMap.Column source, Map<bibliothek.gui.Dockable,PersistentCell> cells)