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
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
actionPerformed
public void actionPerformed(ActionEvent ae)
- Implements all actions.
- Specified by:
actionPerformed
in interface ActionListener
- Parameters:
ae
- The ActionEvent.