Package jade.tools.sniffer
Class SnifferAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jade.tools.sniffer.SnifferAction
-
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action
- Direct Known Subclasses:
ClearCanvasAction,DisplayLogFileAction,DoNotSnifferAction,DoSnifferAction,ExitAction,ShowOnlyAction,WriteLogFileAction,WriteMessageListAction
public abstract class SnifferAction extends AbstractAction
SnifferAction is the superclass of the actions performed by Sniffer GUI controls. Subclasses of SnifferAction are:
-
-
Field Summary
-
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
-
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
-
-
Constructor Summary
Constructors Constructor Description SnifferAction(String IconKey, String ActionName, jade.tools.sniffer.ActionProcessor actPro)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(ActionEvent avt)StringgetActionName()voidsetIcon(Icon i)-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Method Detail
-
getActionName
public String getActionName()
-
setIcon
public void setIcon(Icon i)
-
actionPerformed
public void actionPerformed(ActionEvent avt)
-
-