diva.graph
Class BasicEdgeController.EdgeDropper

java.lang.Object
  extended by diva.canvas.connector.ConnectorAdapter
      extended by diva.graph.BasicEdgeController.EdgeDropper
All Implemented Interfaces:
ConnectorListener, java.util.EventListener
Enclosing class:
BasicEdgeController

protected class BasicEdgeController.EdgeDropper
extends ConnectorAdapter

An inner class that handles interactive changes to connectivity.


Constructor Summary
protected BasicEdgeController.EdgeDropper()
           
 
Method Summary
 void connectorDropped(ConnectorEvent evt)
          Called when a connector end is dropped--attach or detach the edge as appropriate.
 
Methods inherited from class diva.canvas.connector.ConnectorAdapter
connectorDragged, connectorSnapped, connectorUnsnapped
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicEdgeController.EdgeDropper

protected BasicEdgeController.EdgeDropper()
Method Detail

connectorDropped

public void connectorDropped(ConnectorEvent evt)
Called when a connector end is dropped--attach or detach the edge as appropriate.

Specified by:
connectorDropped in interface ConnectorListener
Overrides:
connectorDropped in class ConnectorAdapter