Uses of Interface
bibliothek.gui.dock.station.toolbar.group.ToolbarColumnModel

Packages that use ToolbarColumnModel
bibliothek.gui.dock   
bibliothek.gui.dock.station.toolbar   
bibliothek.gui.dock.station.toolbar.group   
bibliothek.gui.dock.station.toolbar.layout   
 

Uses of ToolbarColumnModel in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock that return ToolbarColumnModel
 ToolbarColumnModel<bibliothek.gui.Dockable,bibliothek.gui.dock.station.StationChildHandle> ToolbarGroupDockStation.getColumnModel()
          Gets access to a simplified view of the contents of this station.
 

Uses of ToolbarColumnModel in bibliothek.gui.dock.station.toolbar
 

Methods in bibliothek.gui.dock.station.toolbar that return ToolbarColumnModel
 ToolbarColumnModel<bibliothek.gui.dock.perspective.PerspectiveDockable,bibliothek.gui.dock.perspective.PerspectiveDockable> ToolbarGroupDockPerspective.getModel()
          Gets access to an abstraction of the model of this station.
 

Uses of ToolbarColumnModel in bibliothek.gui.dock.station.toolbar.group
 

Methods in bibliothek.gui.dock.station.toolbar.group that return ToolbarColumnModel
 ToolbarColumnModel<bibliothek.gui.Dockable,P> AbstractToolbarGroupActions.getModel()
          Gets the model which is currently observed by this object
 

Methods in bibliothek.gui.dock.station.toolbar.group with parameters of type ToolbarColumnModel
 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.
 

Uses of ToolbarColumnModel in bibliothek.gui.dock.station.toolbar.layout
 

Methods in bibliothek.gui.dock.station.toolbar.layout that return ToolbarColumnModel
 ToolbarColumnModel<D,P> ModeledPlaceholderToolbarGrid.getModel()
          Gets access to a simplified view of this grid.