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.
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.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.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.