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

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
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Direct Known Subclasses:
ViewEdgeConstraintsCommand

public class HighlightEdgeCommand
extends GCommand


Field Summary
private  Construct cons
           
private  Construct ec
           
private  Model hdm
           
 
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
HighlightEdgeCommand(GraphViz gviz)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
protected  Schema getActiveSchema()
           
protected  GShape highlightHDMEdge(GEdge edge)
          Highlight an HDM edge
 
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
 

Field Detail

hdm

private Model hdm

ec

private Construct ec

cons

private Construct cons
Constructor Detail

HighlightEdgeCommand

public HighlightEdgeCommand(GraphViz gviz)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)

highlightHDMEdge

protected GShape highlightHDMEdge(GEdge edge)
Highlight an HDM edge

Parameters:
edge -
Returns:

getActiveSchema

protected Schema getActiveSchema()