|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ViewGenerator | |
|---|---|
| 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. |
| bibliothek.gui.dock.common.intern.action.panel | Supporting classes for CPanelPopup. |
| 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. |
|
| Uses of ViewGenerator in bibliothek.gui.dock.common.intern.action.panel |
|---|
| Classes in bibliothek.gui.dock.common.intern.action.panel that implement ViewGenerator | |
|---|---|
class |
BasicPanelPopupGenerator
Basic handler for creating a button for a CPanelPopup. |
class |
BubblePanelPopupGenerator
Basic handler for creating a button for a CPanelPopup. |
class |
EclipsePanelPopupGenerator
Basic handler for creating a button for a CPanelPopup. |
class |
FlatPanelPopupGenerator
Basic handler for creating a button for a CPanelPopup. |
class |
PanelDropDownGenerator
A generator for handling CPanelPopup as child of a drowdown-action. |
class |
PanelMenuGenerator
A generator for creating menus for a CPanelPopup. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||