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

Packages that use ActionViewConverter.Entry
bibliothek.gui.dock.action.view   
 

Uses of ActionViewConverter.Entry in bibliothek.gui.dock.action.view
 

Fields in bibliothek.gui.dock.action.view with type parameters of type ActionViewConverter.Entry
private  java.util.Map<Tuple<ActionType<?>,ViewTarget<?>>,ActionViewConverter.Entry<?,?>> ActionViewConverter.converters
          the converters known to this ActionViewConverter
 

Methods in bibliothek.gui.dock.action.view that return ActionViewConverter.Entry
private
<A,D extends DockAction>
ActionViewConverter.Entry<D,A>
ActionViewConverter.getEntry(ActionType<D> action, ViewTarget<? super A> target)
          Searches an entry for the given action and target.