Jedit 4.1

edu.bsu.cs.gui
Class JeditControls.JeditAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--edu.bsu.cs.gui.JeditControls.JeditAction
All Implemented Interfaces:
Action, ActionListener, Cloneable, EventListener, Serializable
Enclosing class:
JeditControls

public class JeditControls.JeditAction
extends AbstractAction
implements Serializable

Contains and maintains all of the Actions for the JeditControls.

Since:
24 May 2002
Version:
25 May 2002
Author:
Elizabeth VandenBerg
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
JeditControls.JeditAction(String text)
          Creates a new JeditAction of name text.
 
Method Summary
 void actionPerformed(ActionEvent ae)
          Implements all actions.
 
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

JeditControls.JeditAction

public JeditControls.JeditAction(String text)
Creates a new JeditAction of name text.

Parameters:
text - This is the JeditResources key, not the text of the menu, menu item or toolbar button. The keys are maintained in the jedit.properties document.
See Also:
JeditResources
Method Detail

actionPerformed

public void actionPerformed(ActionEvent ae)
Implements all actions.

Specified by:
actionPerformed in interface ActionListener
Parameters:
ae - The ActionEvent.

Jedit 4.1