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

Packages that use BasicDropDownButtonModel
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme is active. 
bibliothek.extension.gui.dock.theme.eclipse Various graphical and logical components needed when the EclipseTheme is active. 
bibliothek.gui.dock.themes.basic.action Elements handling the view of DockActions.
They way from a DockAction to its view normally involves four objects: The DockAction itself, providing the basic set of properties A handler listening to changes of the action and forwarding the changes to the model. 
 

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

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

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

Methods in bibliothek.extension.gui.dock.theme.eclipse that return BasicDropDownButtonModel
 BasicDropDownButtonModel RoundRectDropDownButton.getModel()
          Gets the model which represents the inner states of this button.
 

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

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.