jade.tools.sniffer
Class SnifferAction
java.lang.Object
|
+--javax.swing.AbstractAction
|
+--jade.tools.sniffer.SnifferAction
- All Implemented Interfaces:
- javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable
- Direct Known Subclasses:
- jade.tools.sniffer.AgentAction, jade.tools.sniffer.FixedAction
- public abstract class SnifferAction
- extends javax.swing.AbstractAction
SnifferAction is the superclass of the actions
performed by Sniffer GUI controls.
Subclasses of SnifferAction are:
- See Also:
ClearCanvasAction
,
ExitAction
,
WriteLogFileAction
,
DisplayLogFileAction
,
WriteMessageListAction
,
DoSnifferAction
,
DoNotSnifferAction
,
ShowOnlyAction
,
Serialized Form
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 |
SnifferAction(java.lang.String IconKey,
java.lang.String ActionName,
jade.tools.sniffer.ActionProcessor actPro)
|
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 |
SnifferAction
public SnifferAction(java.lang.String IconKey,
java.lang.String ActionName,
jade.tools.sniffer.ActionProcessor actPro)
getActionName
public java.lang.String getActionName()
setIcon
public void setIcon(javax.swing.Icon i)
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent avt)