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<bibliothek.gui.Dockable,bibliothek.gui.dock.station.StationChildHandle> |
ToolbarGroupDockStation.getColumnModel()
Gets access to a simplified view of the contents of this station.
|
Modifier and Type | Method and Description |
---|---|
ToolbarColumnModel<bibliothek.gui.dock.perspective.PerspectiveDockable,bibliothek.gui.dock.perspective.PerspectiveDockable> |
ToolbarGroupDockPerspective.getModel()
Gets access to an abstraction of the model of this station.
|
Modifier and Type | Method and Description |
---|---|
ToolbarColumnModel<bibliothek.gui.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<bibliothek.gui.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.
|