uk.ac.ic.doc.automed.p2p.qproc.commands
Class ClearGraphModelCommand

java.lang.Object
  extended by uk.ac.ic.doc.automed.p2p.gui.graph.commands.GCommand
      extended by uk.ac.ic.doc.automed.p2p.gui.graph.commands.ClearGraphModelCommand
          extended by uk.ac.ic.doc.automed.p2p.qproc.commands.ClearGraphModelCommand
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class ClearGraphModelCommand
extends ClearGraphModelCommand


Field Summary
 
Fields inherited from class uk.ac.ic.doc.automed.p2p.gui.graph.commands.GCommand
CMD_EDIT_LABEL, CMD_SHOW_PROPERTIES, cmdID, EVENT_ON_CLICK, EVENT_ON_DOUBLE_CLICK, EVENT_ON_MOUSE_OVER, gviz, label, mode, MODE_ADVANCED, MODE_ALL, MODE_AUTORUN, MODE_DEFAULT, MODE_NOSHOW, MODE_PUBLISHER, MODE_USER
 
Constructor Summary
ClearGraphModelCommand(GraphViz gviz)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class uk.ac.ic.doc.automed.p2p.gui.graph.commands.GCommand
copyProperties, eventPerformed, getID, getLabel, getMenuDef, getMode, getOutput, getPeerName, init, isAutoCommand, setOutput, updateMenu
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClearGraphModelCommand

public ClearGraphModelCommand(GraphViz gviz)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Overrides:
actionPerformed in class ClearGraphModelCommand