|
|||||||||
| Home >> All >> org >> fluidsynth >> gui >> [ actions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.fluidsynth.gui.actions
Class SelectForAssignAction

java.lang.Objectjavax.swing.AbstractAction
org.fluidsynth.gui.actions.SelectForAssignAction
- All Implemented Interfaces:
- javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable, javax.swing.event.TreeSelectionListener
- public class SelectForAssignAction
- extends javax.swing.AbstractAction
- implements javax.swing.event.TreeSelectionListener
- extends javax.swing.AbstractAction
| Field Summary | |
(package private) static java.util.ResourceBundle |
bundle
|
static SelectForAssignAction |
me
|
private org.fluidsynth.api.sf2.Preset |
selected
|
| Fields inherited from class javax.swing.AbstractAction |
changeSupport, enabled |
| Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
| Constructor Summary | |
private |
SelectForAssignAction()
Creates a new instance of SelectForAssignAction |
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent evt)
This method is invoked when an action occurs. |
static SelectForAssignAction |
onlyInstance()
|
void |
setTree(javax.swing.JTree sf2Tree)
|
void |
valueChanged(javax.swing.event.TreeSelectionEvent e)
Receives notification of a change to a tree selection model. |
| Methods inherited from class javax.swing.AbstractAction |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
bundle
static java.util.ResourceBundle bundle
me
public static SelectForAssignAction me
selected
private org.fluidsynth.api.sf2.Preset selected
| Constructor Detail |
SelectForAssignAction
private SelectForAssignAction()
- Creates a new instance of SelectForAssignAction
| Method Detail |
onlyInstance
public static SelectForAssignAction onlyInstance()
setTree
public void setTree(javax.swing.JTree sf2Tree)
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent evt)
- Description copied from interface:
java.awt.event.ActionListener - This method is invoked when an action occurs.
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
valueChanged
public void valueChanged(javax.swing.event.TreeSelectionEvent e)
- Description copied from interface:
javax.swing.event.TreeSelectionListener - Receives notification of a change to a tree selection model.
- Specified by:
valueChangedin interfacejavax.swing.event.TreeSelectionListener
|
|||||||||
| Home >> All >> org >> fluidsynth >> gui >> [ actions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC