| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicDropDownButtonHandler
A handler connecting a
DropDownAction with a BasicDropDownButtonModel
and its view. |
| Constructor and Description |
|---|
BasicDropDownButtonModel(JComponent owner,
BasicDropDownButtonTrigger trigger,
BasicResourceInitializer initializer)
Creates a new model.
|
BasicDropDownButtonModel(JComponent owner,
BasicDropDownButtonTrigger trigger,
BasicResourceInitializer initializer,
boolean createListener)
Creates a new model.
|
Copyright © 2017 Docking Frames. All rights reserved.