Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.fluidsynth.gui.actions
Class SelectForAssignAction  view SelectForAssignAction download SelectForAssignAction.java

java.lang.Object
  extended byjavax.swing.AbstractAction
      extended byorg.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


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:
actionPerformed in interface java.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:
valueChanged in interface javax.swing.event.TreeSelectionListener