|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BasicButtonModel | |
---|---|
bibliothek.extension.gui.dock.theme | Contains some DockTheme s. |
bibliothek.extension.gui.dock.theme.bubble | Various graphical and logical components used when
BubbleTheme is
active. |
bibliothek.gui.dock.themes.basic.action | Elements handling the view of DockAction s.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. |
bibliothek.gui.dock.themes.basic.action.buttons | Classes which allow to paint and interact with a
BasicButtonModel . |
Uses of BasicButtonModel in bibliothek.extension.gui.dock.theme |
---|
Methods in bibliothek.extension.gui.dock.theme that return types with arguments of type BasicButtonModel | |
---|---|
protected MiniButton<BasicButtonModel> |
EclipseTheme.createTitleMiniButton(BasicTrigger trigger)
Creates a MiniButton in a flat look. |
protected MiniButton<BasicButtonModel> |
FlatTheme.createTitleMiniButton(BasicTrigger trigger)
Creates a MiniButton in a flat look. |
Uses of BasicButtonModel in bibliothek.extension.gui.dock.theme.bubble |
---|
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 . |
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |