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

Quick Search    Search Deep

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

java.lang.Object
  extended byjavax.swing.AbstractAction
      extended byorg.fluidsynth.gui.actions.AssignChannelAction
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable

public class AssignChannelAction
extends javax.swing.AbstractAction


Field Summary
(package private) static java.util.ResourceBundle bundle
           
static AssignChannelAction me
           
private  javax.swing.JTable table
           
 
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 AssignChannelAction()
          Creates a new instance of AssignChannelAction
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
          This method is invoked when an action occurs.
static AssignChannelAction onlyInstance()
           
 void setTable(javax.swing.JTable table)
           
 
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 AssignChannelAction me

table

private javax.swing.JTable table
Constructor Detail

AssignChannelAction

private AssignChannelAction()
Creates a new instance of AssignChannelAction

Method Detail

onlyInstance

public static AssignChannelAction onlyInstance()

setTable

public void setTable(javax.swing.JTable table)

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.