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 BindingAnnotationPanel. m_BindingThe 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_Bindingsthe list to store the bindingsprotected DefaultListModel<Binding>BindingsEditorPanel. m_Modelthe model list for the listboxMethods in adams.gui.visualization.annotator that return Binding Modifier and Type Method Description BindingBindingParameterPanel. getBinding()Returns the binding based on the currently entered infoBindingEditBindingDialog. 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.AbstractBaseActionAnnotationPanel. addKeyBinding(Binding binding)Adds a binding to the panelvoidAnnotationPanel. configureAnnotationPanel(Binding binding, VLCjDirectRenderPanel videoPlayer)Constructs a AnnotationPanelvoidBindingParameterPanel. loadBinding(Binding binding)Loads a binding into the panel for editingvoidEditBindingDialog. 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 voidBindingsEditorPanel. setBindings(List<Binding> bindings)Sets the m_Bindings to the ones suppliedvoidEditBindingsDialog. setBindings(List<Binding> bindings)loads in a list of bindings
-