|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BasicButtonModelListener | |
|---|---|
| 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 BasicButtonModelListener in bibliothek.gui.dock.themes.basic.action |
|---|
| Classes in bibliothek.gui.dock.themes.basic.action that implement BasicButtonModelListener | |
|---|---|
class |
BasicButtonModelAdapter
A simple implementation of BasicButtonModelListener forwarding
any event expect BasicButtonModelAdapter.triggered(), BasicButtonModelAdapter.bound(BasicButtonModel, DockController) and
BasicButtonModelAdapter.unbound(BasicButtonModel, DockController) to BasicButtonModelAdapter.changed(). |
| Methods in bibliothek.gui.dock.themes.basic.action that return BasicButtonModelListener | |
|---|---|
protected BasicButtonModelListener[] |
BasicButtonModel.listeners()
Gets all the listeners that are known to this model. |
| Methods in bibliothek.gui.dock.themes.basic.action with parameters of type BasicButtonModelListener | |
|---|---|
void |
BasicButtonModel.addListener(BasicButtonModelListener listener)
Adds a listener to this model. |
void |
BasicButtonModel.removeListener(BasicButtonModelListener listener)
Removes a listener from this model. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||