jade.tools.sniffer
Class AddRemoveAgentAction

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

public class AddRemoveAgentAction
extends MMAbstractAction

Opens the Selection Agents windows.

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
AddRemoveAgentAction()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
          Sets up the Selection Agents gui.
 
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

AddRemoveAgentAction

public AddRemoveAgentAction()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
Sets up the Selection Agents gui.
Overrides:
actionPerformed in class javax.swing.AbstractAction