|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.action.view.ActionViewConverter.Entry<D,A>
D
- the actions needed as input for the generatorsA
- the output view of the generatorsprivate class ActionViewConverter.Entry<D extends DockAction,A>
A set of generators.
Field Summary | |
---|---|
ViewGenerator<D,A> |
clientGenerator
generator provided by the client |
ViewGenerator<D,A> |
defaultGenerator
default generator, used if no other generator is known |
ViewGenerator<D,A> |
themeGenerator
generator provided by a DockTheme |
Constructor Summary | |
---|---|
private |
ActionViewConverter.Entry()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public ViewGenerator<D extends DockAction,A> clientGenerator
public ViewGenerator<D extends DockAction,A> themeGenerator
DockTheme
public ViewGenerator<D extends DockAction,A> defaultGenerator
Constructor Detail |
---|
private ActionViewConverter.Entry()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |