com.ibm.di.admin.action
Class BaseAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by com.ibm.di.admin.action.BaseAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Direct Known Subclasses:
DeltaBehaviorAction, EditCopyAction, EditCutAction, EditPasteAction, EditPreferencesAction, EditSolutionAction, EditThemeAction, FileOpenAction, FileOpenConfigAction, KeyManagerAction, NullBehaviorAction, RenameAction, RunAction, RunDebugAction, ShowWindowAction, ViewLogAction

public class BaseAction
extends AbstractAction

See Also:
Serialized Form

Field Summary
 
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
BaseAction(String resourceID)
           
 
Method Summary
 void actionPerformed(ActionEvent event)
           
 void addActionListener(ActionListener listener)
           
static BaseAction getAction(String resourceID)
           
static BaseAction getAction(String resourceID, ActionListener listener)
           
static boolean isDebugMode()
           
 void removeActionListener(ActionListener listener)
           
 
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
 

Constructor Detail

BaseAction

public BaseAction(String resourceID)
Method Detail

isDebugMode

public static boolean isDebugMode()

actionPerformed

public void actionPerformed(ActionEvent event)

addActionListener

public void addActionListener(ActionListener listener)

removeActionListener

public void removeActionListener(ActionListener listener)

getAction

public static BaseAction getAction(String resourceID)

getAction

public static BaseAction getAction(String resourceID,
                                   ActionListener listener)