| Package | Description |
|---|---|
| bibliothek.gui.dock | |
| bibliothek.gui.dock.station.toolbar | |
| bibliothek.gui.dock.station.toolbar.group | |
| bibliothek.gui.dock.station.toolbar.layout |
| Modifier and Type | Method and Description |
|---|---|
ToolbarColumnModel<Dockable,StationChildHandle> |
ToolbarGroupDockStation.getColumnModel()
Gets access to a simplified view of the contents of this station.
|
| Modifier and Type | Method and Description |
|---|---|
ToolbarColumnModel<PerspectiveDockable,PerspectiveDockable> |
ToolbarGroupDockPerspective.getModel()
Gets access to an abstraction of the model of this station.
|
| Modifier and Type | Method and Description |
|---|---|
ToolbarColumnModel<Dockable,P> |
AbstractToolbarGroupActions.getModel()
Gets the model which is currently observed by this object
|
| Modifier and Type | Method and Description |
|---|---|
void |
ToolbarColumnModelListener.inserted(ToolbarColumnModel<D,P> model,
ToolbarColumn<D,P> column,
int index)
Called if a column was added to
model. |
void |
ToolbarColumnModelListener.removed(ToolbarColumnModel<D,P> model,
ToolbarColumn<D,P> column,
int index)
Called if a column was removed from
model. |
void |
AbstractToolbarGroupActions.setModel(ToolbarColumnModel<Dockable,P> model)
Sets the model which should be observed by this
AbstractToolbarGroupActions, all existing columns
will be removed by this method. |
| Modifier and Type | Method and Description |
|---|---|
ToolbarColumnModel<D,P> |
ModeledPlaceholderToolbarGrid.getModel()
Gets access to a simplified view of this grid.
|
Copyright © 2018. All rights reserved.