org.globus.cog.gui.grapheditor.canvas.views
Interface Editor

All Known Implementing Classes:
GraphView

public interface Editor


Method Summary
 void cancelEdgeRequest()
           
 boolean isEditable()
           
 void newEdgeRequested(EdgeComponent prototype)
           
 void setEditable(boolean editable)
           
 

Method Detail

newEdgeRequested

public void newEdgeRequested(EdgeComponent prototype)

cancelEdgeRequest

public void cancelEdgeRequest()

isEditable

public boolean isEditable()

setEditable

public void setEditable(boolean editable)