javaprec
Class javaprec.RemoveActionListener
java.lang.Object
|
+--javax.swing.AbstractAction
|
+--javaprec.javaprec.RemoveActionListener
- All Implemented Interfaces:
- javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable
- Enclosing class:
- javaprec
- class javaprec.RemoveActionListener
- extends javax.swing.AbstractAction
- implements java.awt.event.ActionListener
RemoveActionListener - is both an abstract action & action listener so it can listen for button, check box, menu & popup events.
Title: Runtime Java Class Editor - editor Package
Package Description: Edit & Select methods from all currently executing objects in enclosing programme
Copyright: James D Bloom Copyright (c) 2003
- Version:
- 1.0
- Author:
- James D Bloom
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 |
Method Summary |
void |
actionPerformed(java.awt.event.ActionEvent e)
Handles button click |
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 |
javaprec.RemoveActionListener
public javaprec.RemoveActionListener(java.lang.String name)
javaprec.RemoveActionListener
public javaprec.RemoveActionListener()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Handles button click
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener
- Parameters:
e
- a ActionEvent that contains the input event