jade.tools.sniffer
Class WriteMessageListAction

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

public class WriteMessageListAction
extends MMAbstractAction
implements java.io.Serializable

Writes a text file with all sniffed messages showed on the Message Canvas. A dialog box asks the user the name of the file.

Author:
Alessandro Beneventi
See Also:
jade.Sniffer.MMAbstractAction, jade.Sniffer.AgentList, jade.Sniffer.MessageList, 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
WriteMessageListAction()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
           
 
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

WriteMessageListAction

public WriteMessageListAction()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
Overrides:
actionPerformed in class javax.swing.AbstractAction