DockAction
s.See: Description
Interface | Description |
---|---|
ViewGenerator<D extends DockAction,A> |
A single entry for a
ActionViewConverter . |
ViewItem<A> |
A wrapper for an item that will be shown somewhere.
|
Class | Description |
---|---|
ActionViewConverter |
The
ActionViewConverter transforms DockActions into
views like buttons or menu-items.Every application has a set DockAction s. |
ConnectingViewItem<A> |
A connecting view item is a wrapper around another
ViewItem . |
ViewTarget<A> |
Defines for which platform a
DockAction is transformed to by
a ActionViewConverter . |
DockAction
s.DockTheme
s will install
ViewGenerator
s
to the ActionViewConverter
to create the actual views.