fcmodeler.interaction
Class CustomGraphController

java.lang.Object
  |
  +--diva.graph.AbstractGraphController
        |
        +--fcmodeler.interaction.CustomGraphController
All Implemented Interfaces:
java.util.EventListener, diva.graph.GraphController, diva.graph.model.GraphListener

public class CustomGraphController
extends diva.graph.AbstractGraphController

... is ...

Since:
JDK1.3
Version:
$Revision: 1.2 $
Author:
Julie Dickerson , Zach Cox

Constructor Summary
CustomGraphController()
          Creates new CustomGraphController
 
Method Summary
 void initializeInteraction()
           
 
Methods inherited from class diva.graph.AbstractGraphController
edgeHeadChanged, edgeTailChanged, getConnectorTarget, getEdgeInteractor, getGraphModel, getGraphView, getNodeInteractor, getSelectionModel, nodeAdded, nodeRemoved, removeEdgeFigure, setConnectorTarget, setEdgeInteractor, setGraphModel, setGraphView, setNodeInteractor, setSelectionModel, structureChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomGraphController

public CustomGraphController()
Creates new CustomGraphController
Method Detail

initializeInteraction

public void initializeInteraction()
Overrides:
initializeInteraction in class diva.graph.AbstractGraphController