|
|||||||||
| 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 LoadSoundFontAction

java.lang.Objectjavax.swing.AbstractAction
org.fluidsynth.gui.actions.LoadSoundFontAction
- All Implemented Interfaces:
- javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, org.fluidsynth.api.event.ExecutiveListener, java.io.Serializable
- public class LoadSoundFontAction
- extends javax.swing.AbstractAction
- implements org.fluidsynth.api.event.ExecutiveListener
- extends javax.swing.AbstractAction
| Field Summary | |
(package private) static java.util.ResourceBundle |
bundle
|
static LoadSoundFontAction |
me
|
| 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 |
LoadSoundFontAction()
Creates a new instance of LoadSoundFontAction |
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent evt)
This method is invoked when an action occurs. |
static LoadSoundFontAction |
onlyInstance()
|
void |
started()
Called when the synth starts |
void |
stopped()
Called when the synth stops for any reason. |
| 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 LoadSoundFontAction me
| Constructor Detail |
LoadSoundFontAction
private LoadSoundFontAction()
- Creates a new instance of LoadSoundFontAction
| Method Detail |
onlyInstance
public static LoadSoundFontAction onlyInstance()
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
started
public void started()
- Description copied from interface:
org.fluidsynth.api.event.ExecutiveListener - Called when the synth starts
- Specified by:
startedin interfaceorg.fluidsynth.api.event.ExecutiveListener
stopped
public void stopped()
- Description copied from interface:
org.fluidsynth.api.event.ExecutiveListener - Called when the synth stops for any reason.
- Specified by:
stoppedin interfaceorg.fluidsynth.api.event.ExecutiveListener
|
|||||||||
| Home >> All >> org >> fluidsynth >> gui >> [ actions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC