Package bibliothek.gui.dock.action.view

Classes to create a views for DockActions.
This package does not contain any views, only the mechanism to create some.

See:
          Description

Interface Summary
ViewGenerator<D extends DockAction,A> A single entry for a ActionViewConverter.
ViewItem<A> A wrapper for an item that will be shown somewhere.
 

Class Summary
ActionViewConverter The ActionViewConverter transforms DockActions into views like buttons or menu-items.
Every application has a set DockActions.
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.
 

Package bibliothek.gui.dock.action.view Description

Classes to create a views for DockActions.
This package does not contain any views, only the mechanism to create some. DockThemes will install ViewGenerators to the ActionViewConverter to create the actual views.