|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewGenerator | |
---|---|
bibliothek.gui.dock.action.view | Classes to create a views for DockAction s.This package does not contain any views, only the mechanism to create some. |
Uses of ViewGenerator in bibliothek.gui.dock.action.view |
---|
Methods in bibliothek.gui.dock.action.view that return ViewGenerator | ||
---|---|---|
protected
|
ActionViewConverter.getConverter(ActionType<D> action,
ViewTarget<? super A> target)
Searches a converter for the given action and target . |
Methods in bibliothek.gui.dock.action.view with parameters of type ViewGenerator | ||
---|---|---|
|
ActionViewConverter.putClient(ActionType<D> action,
ViewTarget<A> target,
ViewGenerator<D,A> generator)
Registers a new ViewGenerator to this ActionViewConverter. |
|
|
ActionViewConverter.putDefault(ActionType<D> action,
ViewTarget<A> target,
ViewGenerator<D,A> generator)
Registers a new ViewGenerator to this ActionViewConverter. |
|
|
ActionViewConverter.putTheme(ActionType<D> action,
ViewTarget<A> target,
ViewGenerator<D,A> generator)
Registers a new ViewGenerator to this ActionViewConverter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |