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

Packages that use ViewTarget
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.action.core A set of DockActions that also implement CommonDockAction
bibliothek.gui.dock.themes.basic.action.menu Handlers taking various kinds of DockAction and presenting them as MenuViewItem in order to display the actions in a menu. 
 

Uses of ViewTarget in bibliothek.gui.dock.action
 

Methods in bibliothek.gui.dock.action with parameters of type ViewTarget
<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 ViewTarget in bibliothek.gui.dock.action.actions
 

Methods in bibliothek.gui.dock.action.actions with parameters of type ViewTarget
<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)
           
 boolean SeparatorAction.shouldDisplay(ViewTarget<?> target)
          Tells whether the separator should be shown or not.
 

Constructors in bibliothek.gui.dock.action.actions with parameters of type ViewTarget
SeparatorAction(ViewTarget<?>... targets)
          Creates a new separator.
 

Uses of ViewTarget in bibliothek.gui.dock.action.view
 

Fields in bibliothek.gui.dock.action.view declared as ViewTarget
static ViewTarget<DropDownViewItem> ViewTarget.DROP_DOWN
          A target aiming to a DropDownAction
static ViewTarget<MenuViewItem<JComponent>> ViewTarget.MENU
          A target for a JMenu
static ViewTarget<BasicTitleViewItem<JComponent>> ViewTarget.TITLE
          A target for an item shown on a DockTitle
 

Methods in bibliothek.gui.dock.action.view with parameters of type ViewTarget
<A,D extends DockAction>
A
ActionViewConverter.createView(ActionType<D> type, D action, ViewTarget<A> target, Dockable dockable)
          Creates and sets up a new view.
<A> A
ActionViewConverter.createView(DockAction action, ViewTarget<A> target, Dockable dockable)
          Creates and sets up a new view.
protected
<A,D extends DockAction>
ViewGenerator<D,A>
ActionViewConverter.getConverter(ActionType<D> action, ViewTarget<? super A> target)
          Searches a converter for the given action and target.
<A,D extends DockAction>
void
ActionViewConverter.putClient(ActionType<D> action, ViewTarget<A> target, ViewGenerator<D,A> generator)
          Registers a new ViewGenerator to this ActionViewConverter.
<A,D extends DockAction>
void
ActionViewConverter.putDefault(ActionType<D> action, ViewTarget<A> target, ViewGenerator<D,A> generator)
          Registers a new ViewGenerator to this ActionViewConverter.
<A,D extends DockAction>
void
ActionViewConverter.putTheme(ActionType<D> action, ViewTarget<A> target, ViewGenerator<D,A> generator)
          Registers a new ViewGenerator to this ActionViewConverter.
 

Uses of ViewTarget in bibliothek.gui.dock.common.action
 

Methods in bibliothek.gui.dock.common.action with parameters of type ViewTarget
<V> V
CPanelPopup.PanelPopup.createView(ViewTarget<V> target, ActionViewConverter converter, Dockable dockable)
           
 

Constructors in bibliothek.gui.dock.common.action with parameters of type ViewTarget
CSeparator(ViewTarget<?>... targets)
          Creates a new separator
 

Uses of ViewTarget in bibliothek.gui.dock.common.action.core
 

Constructors in bibliothek.gui.dock.common.action.core with parameters of type ViewTarget
CommonSeparatorAction(CAction action, ViewTarget<?>... targets)
          Creates a new action.
 

Uses of ViewTarget in bibliothek.gui.dock.themes.basic.action.menu
 

Constructors in bibliothek.gui.dock.themes.basic.action.menu with parameters of type ViewTarget
MenuMenuHandler(MenuDockAction action, Dockable dockable, ViewTarget<? extends MenuViewItem<JComponent>> target)
          Creates a new handler