|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
DockActions.
See:
Description
| Interface Summary | |
|---|---|
| BasicButtonModelListener | A listener that can be added to a BasicButtonModel and will
be informed about changes in the model. |
| BasicDropDownButtonTrigger | A trigger used by the BasicDropDownButtonModel to remotely open the
drop down menu of a DropDownAction. |
| BasicResourceInitializer | A BasicResourceInitializer is a helper class used by a BasicButtonModel to
lazily initialize resources. |
| BasicTitleViewItem<A> | A view item that will be shown between some buttons on a DockTitle. |
| BasicTrigger | Used as a callback by a BasicButtonModel to ensure the availability of properties and to inform
when the user triggers a view like a button. |
Elements handling the view of DockActions.
They way from a DockAction to its view normally involves four objects:
DockAction itself, providing the basic set of propertieshandler listening to changes of the
action and forwarding the changes to the model. Selecting only those properties
which are necessary for the view.model containing and
translating properties into a form the view can use.MiniButton using the model
to paint itselfSeparatorAction, which does
not do anything).DockTheme. Normally
view and handler are created and connected in the
ActionViewConverter, using a
ViewGenerator. However, details
may differ for other themes than the BasicTheme
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||