Uses of Class
bibliothek.gui.dock.themes.basic.action.BasicDropDownButtonModel

Packages that use BasicDropDownButtonModel
bibliothek.extension.gui.dock.theme.bubble   
bibliothek.gui.dock.themes.basic.action   
 

Uses of BasicDropDownButtonModel in bibliothek.extension.gui.dock.theme.bubble
 

Fields in bibliothek.extension.gui.dock.theme.bubble declared as BasicDropDownButtonModel
private  BasicDropDownButtonModel RoundDropDownButton.model
          a model containing all information needed to paint this button
 

Methods in bibliothek.extension.gui.dock.theme.bubble that return BasicDropDownButtonModel
 BasicDropDownButtonModel RoundDropDownButton.getModel()
           
 

Uses of BasicDropDownButtonModel in bibliothek.gui.dock.themes.basic.action
 

Fields in bibliothek.gui.dock.themes.basic.action declared as BasicDropDownButtonModel
private  BasicDropDownButtonModel BasicDropDownButtonHandler.model
          the model that links to the view
 

Methods in bibliothek.gui.dock.themes.basic.action with parameters of type BasicDropDownButtonModel
 void BasicDropDownButtonHandler.setModel(BasicDropDownButtonModel model)
          Sets the model to which this handler sends all properties of the action.