Uses of Class
adams.gui.tools.audioannotator.Binding
-
Packages that use Binding Package Description adams.gui.tools.audioannotator -
-
Uses of Binding in adams.gui.tools.audioannotator
Fields in adams.gui.tools.audioannotator declared as Binding Modifier and Type Field Description protected BindingAudioAnnotationPanel. m_BindingThe binding this panel managesFields in adams.gui.tools.audioannotator with type parameters of type Binding Modifier and Type Field Description protected List<Binding>AudioAnnotatorPanel. m_Bindingsthe list to store the bindingsprotected DefaultListModel<Binding>BindingsEditorPanel. m_Modelthe model list for the listboxMethods in adams.gui.tools.audioannotator 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.tools.audioannotator 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.tools.audioannotator with parameters of type Binding Modifier and Type Method Description protected adams.gui.action.AbstractBaseActionAudioAnnotationPanel. addKeyBinding(Binding binding)Adds a binding to the panelvoidAudioAnnotationPanel. configureAnnotationPanel(Binding binding, AudioPlaybackPanel player)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.tools.audioannotator 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
-