Uses of Class
bibliothek.gui.dock.action.view.ActionViewConverter

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. 
bibliothek.gui.dock.action.view Classes to create a views for DockActions. 
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
<V> V
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
<V> V
AbstractSimpleDropDownAction.createView(ViewTarget<V> target, ActionViewConverter converter, Dockable dockable)
           
<V> V
GroupedButtonDockAction.createView(ViewTarget<V> target, ActionViewConverter converter, Dockable dockable)
           
<V> V
GroupedSelectableDockAction.createView(ViewTarget<V> target, ActionViewConverter converter, Dockable dockable)
           
<V> V
SeparatorAction.createView(ViewTarget<V> target, ActionViewConverter converter, Dockable dockable)
           
<V> V
SimpleButtonAction.createView(ViewTarget<V> target, ActionViewConverter converter, Dockable dockable)
           
<V> V
SimpleMenuAction.createView(ViewTarget<V> target, ActionViewConverter converter, Dockable dockable)
           
<V> V
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
<V> V
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<javax.swing.JComponent> BasicPanelPopupGenerator.create(ActionViewConverter converter, CPanelPopup.PanelPopup action, Dockable dockable)
           
 BasicTitleViewItem<javax.swing.JComponent> BubblePanelPopupGenerator.create(ActionViewConverter converter, CPanelPopup.PanelPopup action, Dockable dockable)
           
 BasicTitleViewItem<javax.swing.JComponent> EclipsePanelPopupGenerator.create(ActionViewConverter converter, CPanelPopup.PanelPopup action, Dockable dockable)
           
 BasicTitleViewItem<javax.swing.JComponent> FlatPanelPopupGenerator.create(ActionViewConverter converter, CPanelPopup.PanelPopup action, Dockable dockable)
           
 DropDownViewItem PanelDropDownGenerator.create(ActionViewConverter converter, CPanelPopup.PanelPopup action, Dockable dockable)
           
 MenuViewItem<javax.swing.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.