jade.tools.sniffer
Class DisplayLogFileAction

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

public class DisplayLogFileAction
extends MMAbstractAction

Class for loading a snapshot file in Serialized form. It loads from the stream an AgentList object and a MessageList object.

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
DisplayLogFileAction()
           
 
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

DisplayLogFileAction

public DisplayLogFileAction()
Method Detail

actionPerformed

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