Package | Description |
---|---|
bibliothek.gui.dock.wizard |
Modifier and Type | Method and Description |
---|---|
PersistentColumn |
WizardNodeMap.Column.getPersistentColumn() |
PersistentColumn |
WizardNodeMap.getPersistentColumn(int index)
|
PersistentColumn[] |
WizardColumnModel.getPersistentColumns() |
PersistentColumn[] |
WizardNodeMap.getPersistentColumns() |
PersistentColumn[] |
WizardSplitDockStation.getPersistentColumns() |
PersistentColumn |
WizardNodeMap.Column.toPersistentColumn()
Converts this column into a new
PersistentColumn . |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
WizardNodeMap.handlePersistentColumnsAdapted(PersistentColumn[] persistentColumns)
Called if the current set of
PersistentColumn s has been changed. |
Constructor and Description |
---|
WizardNodeMap(WizardSplitDockStation station,
PersistentColumn[] persistentColumns)
Creates a new map using the current content of
station |