ptolemy.vergil.modal
Class FSMGraphController.LinkCreator

java.lang.Object
  extended by diva.canvas.interactor.AbstractInteractor
      extended by ptolemy.vergil.modal.FSMGraphController.LinkCreator
All Implemented Interfaces:
LayerListener, LayerMotionListener, Interactor, java.util.EventListener
Enclosing class:
FSMGraphController

protected class FSMGraphController.LinkCreator
extends AbstractInteractor

An interactor that interactively drags edges from one terminal to another.


Constructor Summary
protected FSMGraphController.LinkCreator()
           
 
Method Summary
 void mousePressed(LayerEvent event)
          Initiate creation of an arc.
 
Methods inherited from class diva.canvas.interactor.AbstractInteractor
accept, getMouseFilter, isConsuming, isEnabled, isMotionEnabled, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseReleased, setConsuming, setEnabled, setMotionEnabled, setMouseFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSMGraphController.LinkCreator

protected FSMGraphController.LinkCreator()
Method Detail

mousePressed

public void mousePressed(LayerEvent event)
Initiate creation of an arc.

Specified by:
mousePressed in interface LayerListener
Overrides:
mousePressed in class AbstractInteractor