Uses of Class
adams.gui.visualization.annotator.Binding
-
Packages that use Binding Package Description adams.gui.visualization.annotator -
-
Uses of Binding in adams.gui.visualization.annotator
Fields in adams.gui.visualization.annotator declared as Binding Modifier and Type Field Description protected Binding
AnnotationPanel. m_Binding
The binding this panel managesFields in adams.gui.visualization.annotator with type parameters of type Binding Modifier and Type Field Description protected List<Binding>
AnnotatorPanel. m_Bindings
the list to store the bindingsprotected DefaultListModel<Binding>
BindingsEditorPanel. m_Model
the model list for the listboxMethods in adams.gui.visualization.annotator that return Binding Modifier and Type Method Description Binding
BindingParameterPanel. getBinding()
Returns the binding based on the currently entered infoBinding
EditBindingDialog. getBinding()
a getter for the bindingMethods in adams.gui.visualization.annotator that return types with arguments of type Binding Modifier and Type Method Description List<Binding>
BindingsEditorPanel. getBindings()
A getter for the m_BindingsList<Binding>
EditBindingsDialog. getBindings()
a getter for all current bindingsMethods in adams.gui.visualization.annotator with parameters of type Binding Modifier and Type Method Description protected adams.gui.action.AbstractBaseAction
AnnotationPanel. addKeyBinding(Binding binding)
Adds a binding to the panelvoid
AnnotationPanel. configureAnnotationPanel(Binding binding, VLCjDirectRenderPanel videoPlayer)
Constructs a AnnotationPanelvoid
BindingParameterPanel. loadBinding(Binding binding)
Loads a binding into the panel for editingvoid
EditBindingDialog. loadBinding(Binding b)
loads a binding into the edit binding panelMethod parameters in adams.gui.visualization.annotator with type arguments of type Binding Modifier and Type Method Description void
BindingsEditorPanel. setBindings(List<Binding> bindings)
Sets the m_Bindings to the ones suppliedvoid
EditBindingsDialog. setBindings(List<Binding> bindings)
loads in a list of bindings
-