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

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

Uses of ToolbarColumnModel in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock that return ToolbarColumnModel
 ToolbarColumnModel<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.group
 

Methods in bibliothek.gui.dock.station.toolbar.group that return ToolbarColumnModel
 ToolbarColumnModel<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<P> model, ToolbarColumn<P> column, int index)
          Called if a column was added to model.
 void ToolbarColumnModelListener.removed(ToolbarColumnModel<P> model, ToolbarColumn<P> column, int index)
          Called if a column was removed from model.
 void AbstractToolbarGroupActions.setModel(ToolbarColumnModel<P> model)
          Sets the model which should be observed by this AbstractToolbarGroupActions, all existing columns will be removed by this method.