| Package | Description |
|---|---|
| bibliothek.gui.dock.wizard |
| Modifier and Type | Method and Description |
|---|---|
WizardNodeMap.Column |
WizardNodeMap.getColumn(Dockable dockable)
Gets the column which contains
dockable. |
WizardNodeMap.Column |
WizardNodeMap.getColumn(int index)
Gets the
index'th column. |
WizardNodeMap.Column |
WizardNodeMap.getColumn(SplitNode node)
Searches the column which contains
node. |
WizardNodeMap.Column |
WizardNodeMap.getColumn(SplitNode node,
boolean upwards)
Gets the
WizardNodeMap.Column which contains node. |
WizardNodeMap.Column |
WizardNodeMap.getHeadColumn(SplitNode node)
Searches the
WizardNodeMap.Column which is nearest to the inside of the parent Container,
e.g. is WizardSplitDockStation.Side is WizardSplitDockStation.Side.RIGHT, then this method would return the left most
WizardNodeMap.Column. |
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() |
| Modifier and Type | Method and Description |
|---|---|
Map<SplitNode,WizardNodeMap.Column> |
WizardNodeMap.getColumns()
Gets all the columns of this map.
|
| Modifier and Type | Method and Description |
|---|---|
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,
Leaf leaf,
WizardNodeMap map) |
double |
WizardColumnModel.validateDivider(WizardNodeMap.Column column,
double divider,
Node node,
WizardNodeMap map) |
| Constructor and Description |
|---|
PersistentColumn(int size,
int preferred,
WizardNodeMap.Column source,
Map<Dockable,PersistentCell> cells) |
Copyright © 2018. All rights reserved.