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 Binding
AudioAnnotationPanel. m_Binding
The 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_Bindings
the list to store the bindingsprotected DefaultListModel<Binding>
BindingsEditorPanel. m_Model
the model list for the listboxMethods in adams.gui.tools.audioannotator 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.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.AbstractBaseAction
AudioAnnotationPanel. addKeyBinding(Binding binding)
Adds a binding to the panelvoid
AudioAnnotationPanel. configureAnnotationPanel(Binding binding, AudioPlaybackPanel player)
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.tools.audioannotator 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
-