|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActionViewConverter | |
|---|---|
| bibliothek.gui | The high level interfaces of the framework and the most often used classes. |
| bibliothek.gui.dock.action | The components dealing with the logic of DockActions. |
| bibliothek.gui.dock.action.actions | Contains a set of different DockActions
and supporting classes.The actions in this package will create views, which show Icons,
text, tooltips and other gimmicks. |
| 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.action | Contains different DockActions and subclasses of CAction to
create buttons, checkboxes, menus and other components as button in the titles and tabs of
CDockables. |
| bibliothek.gui.dock.common.intern.action.panel | Supporting classes for CPanelPopup. |
| bibliothek.gui.dock.control | Classes responsible to handle some global task. |
| Uses of ActionViewConverter in bibliothek.gui |
|---|
| Methods in bibliothek.gui that return ActionViewConverter | |
|---|---|
ActionViewConverter |
DockController.getActionViewConverter()
Gets the manager that is responsible to convert DockActions to
some kind of Component. |
| Uses of ActionViewConverter in bibliothek.gui.dock.action |
|---|
| Methods in bibliothek.gui.dock.action with parameters of type ActionViewConverter | ||
|---|---|---|
|
DockAction.createView(ViewTarget<V> target,
ActionViewConverter converter,
Dockable dockable)
Creates a view for this action, for the platform target and
with help of converter. |
|
| Uses of ActionViewConverter in bibliothek.gui.dock.action.actions |
|---|
| Methods in bibliothek.gui.dock.action.actions with parameters of type ActionViewConverter | ||
|---|---|---|
|
AbstractSimpleDropDownAction.createView(ViewTarget<V> target,
ActionViewConverter converter,
Dockable dockable)
|
|
|
GroupedButtonDockAction.createView(ViewTarget<V> target,
ActionViewConverter converter,
Dockable dockable)
|
|
|
GroupedSelectableDockAction.createView(ViewTarget<V> target,
ActionViewConverter converter,
Dockable dockable)
|
|
|
SeparatorAction.createView(ViewTarget<V> target,
ActionViewConverter converter,
Dockable dockable)
|
|
|
SimpleButtonAction.createView(ViewTarget<V> target,
ActionViewConverter converter,
Dockable dockable)
|
|
|
SimpleMenuAction.createView(ViewTarget<V> target,
ActionViewConverter converter,
Dockable dockable)
|
|
|
SimpleSelectableAction.createView(ViewTarget<V> target,
ActionViewConverter converter,
Dockable dockable)
|
|
| Uses of ActionViewConverter in bibliothek.gui.dock.action.view |
|---|
| Methods in bibliothek.gui.dock.action.view with parameters of type ActionViewConverter | |
|---|---|
A |
ViewGenerator.create(ActionViewConverter converter,
D action,
Dockable dockable)
Converts action into a view. |
| Uses of ActionViewConverter in bibliothek.gui.dock.common.action |
|---|
| Methods in bibliothek.gui.dock.common.action with parameters of type ActionViewConverter | ||
|---|---|---|
|
CPanelPopup.PanelPopup.createView(ViewTarget<V> target,
ActionViewConverter converter,
Dockable dockable)
|
|
| Uses of ActionViewConverter in bibliothek.gui.dock.common.intern.action.panel |
|---|
| Methods in bibliothek.gui.dock.common.intern.action.panel with parameters of type ActionViewConverter | |
|---|---|
BasicTitleViewItem<JComponent> |
BasicPanelPopupGenerator.create(ActionViewConverter converter,
CPanelPopup.PanelPopup action,
Dockable dockable)
|
BasicTitleViewItem<JComponent> |
BubblePanelPopupGenerator.create(ActionViewConverter converter,
CPanelPopup.PanelPopup action,
Dockable dockable)
|
BasicTitleViewItem<JComponent> |
EclipsePanelPopupGenerator.create(ActionViewConverter converter,
CPanelPopup.PanelPopup action,
Dockable dockable)
|
BasicTitleViewItem<JComponent> |
FlatPanelPopupGenerator.create(ActionViewConverter converter,
CPanelPopup.PanelPopup action,
Dockable dockable)
|
DropDownViewItem |
PanelDropDownGenerator.create(ActionViewConverter converter,
CPanelPopup.PanelPopup action,
Dockable dockable)
|
MenuViewItem<JComponent> |
PanelMenuGenerator.create(ActionViewConverter converter,
CPanelPopup.PanelPopup action,
Dockable dockable)
|
| Uses of ActionViewConverter in bibliothek.gui.dock.control |
|---|
| Methods in bibliothek.gui.dock.control that return ActionViewConverter | |
|---|---|
ActionViewConverter |
DefaultDockControllerFactory.createActionViewConverter(DockController controller,
ControllerSetupCollection setup)
|
ActionViewConverter |
DockControllerFactory.createActionViewConverter(DockController controller,
ControllerSetupCollection setup)
Creates the converter that will transform actions into views. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||