bibliothek.gui.dock.action.view
Class ActionViewConverter.Entry<D extends DockAction,A>

java.lang.Object
  extended by bibliothek.gui.dock.action.view.ActionViewConverter.Entry<D,A>
Type Parameters:
D - the actions needed as input for the generators
A - the output view of the generators
Enclosing class:
ActionViewConverter

private class ActionViewConverter.Entry<D extends DockAction,A>
extends java.lang.Object

A set of generators.

Author:
Benjamin Sigg

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

clientGenerator

public ViewGenerator<D extends DockAction,A> clientGenerator
generator provided by the client


themeGenerator

public ViewGenerator<D extends DockAction,A> themeGenerator
generator provided by a DockTheme


defaultGenerator

public ViewGenerator<D extends DockAction,A> defaultGenerator
default generator, used if no other generator is known

Constructor Detail

ActionViewConverter.Entry

private ActionViewConverter.Entry()