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

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

Uses of BasicButtonModel in bibliothek.extension.gui.dock.theme
 

Methods in bibliothek.extension.gui.dock.theme that return types with arguments of type BasicButtonModel
private  MiniButton<BasicButtonModel> FlatTheme.createTitleMiniButton(BasicTrigger trigger)
          Creates a MiniButton in a flat look.
 

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

Fields in bibliothek.extension.gui.dock.theme.bubble declared as BasicButtonModel
private  BasicButtonModel RoundButton.model
           
 

Methods in bibliothek.extension.gui.dock.theme.bubble that return BasicButtonModel
 BasicButtonModel RoundButton.getModel()
           
 

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

Subclasses of BasicButtonModel in bibliothek.gui.dock.themes.basic.action
 class BasicDropDownButtonModel
          An expanded BasicButtonModel that can handle the properties needed to represent a DropDownAction.
 

Fields in bibliothek.gui.dock.themes.basic.action declared as BasicButtonModel
private  BasicButtonModel BasicHandler.model
          the model to which all readings from the action are sent
 

Methods in bibliothek.gui.dock.themes.basic.action that return BasicButtonModel
 BasicButtonModel BasicHandler.getModel()
          Gets the model of this handler.
 

Methods in bibliothek.gui.dock.themes.basic.action with parameters of type BasicButtonModel
 void BasicHandler.setModel(BasicButtonModel model)
          Sets the model to which all properties of the action are transfered.
 

Uses of BasicButtonModel in bibliothek.gui.dock.themes.basic.action.buttons
 

Classes in bibliothek.gui.dock.themes.basic.action.buttons with type parameters of type BasicButtonModel
 class MiniButton<M extends BasicButtonModel>
          A small Component used as view of a BasicButtonModel.
 

Fields in bibliothek.gui.dock.themes.basic.action.buttons declared as BasicButtonModel
private  M MiniButton.model
          the model storing the properties for this button