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

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

public class ViewEdgeConstraintsCommand
extends HighlightEdgeCommand


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
ViewEdgeConstraintsCommand(GraphViz gviz)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class uk.ac.ic.doc.automed.p2p.qproc.commands.HighlightEdgeCommand
getActiveSchema, highlightHDMEdge
 
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

ViewEdgeConstraintsCommand

public ViewEdgeConstraintsCommand(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 HighlightEdgeCommand