Package | Description |
---|---|
bibliothek.gui.dock.wizard |
Modifier and Type | Method and Description |
---|---|
protected WizardNodeMap |
WizardColumnModel.getMap()
Gets a map containing the current columns and cells.
|
WizardNodeMap |
WizardSplitDockStation.WizardLayoutManager.getMap() |
Modifier and Type | Method and Description |
---|---|
protected int |
WizardColumnModel.applyPersistentSizes(WizardNodeMap map,
boolean revalidate)
Updates the dividers of all
Node s 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) |