jade.tools.sniffer
Class AboutBoxAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--jade.tools.sniffer.MMAbstractAction
              |
              +--jade.tools.sniffer.AboutBoxAction

public class AboutBoxAction
extends MMAbstractAction

This class is invoked the the user selects the AboutBox item on the menu. A dialog box appears providing informations about the authors and program version.

Author:
Alessandro Beneventi
See Also:
jade.Sniffer.MMAbstractAction, Serialized Form

Fields inherited from class jade.tools.sniffer.MMAbstractAction
ActionName, canvasAgent, canvasMess, img, listeners, scrollAgent, scrollMess, selFrame, selTree, text
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Constructor Summary
AboutBoxAction(SnifferGUI snifferGui)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
          A dialog box appears with the logo, informations about the authors of the sniffed and program version.
 
Methods inherited from class jade.tools.sniffer.MMAbstractAction
AddListener, getActionName, getAllListeners, getFirst, getLast, getMMCanvasAgent, getMMCanvasMess, getTheTree, removeAllListeners, removeListener, setListeners, setMMCanvasAgent, setMMCanvasMess, setMMScrollAgent, setMMScrollMess, setMMTextMessage
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AboutBoxAction

public AboutBoxAction(SnifferGUI snifferGui)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
A dialog box appears with the logo, informations about the authors of the sniffed and program version.
Overrides:
actionPerformed in class javax.swing.AbstractAction