TWE 2.4-1 API

org.enhydra.jawe.components.graph
Class DefaultGraphTransitionView.TransitionHandle

java.lang.Object
  extended byorg.jgraph.graph.EdgeView.EdgeHandle
      extended byorg.enhydra.jawe.components.graph.DefaultGraphTransitionView.TransitionHandle
All Implemented Interfaces:
org.jgraph.graph.CellHandle, java.io.Serializable
Enclosing class:
DefaultGraphTransitionView

public static class DefaultGraphTransitionView.TransitionHandle
extends org.jgraph.graph.EdgeView.EdgeHandle

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jgraph.graph.EdgeView.EdgeHandle
currentIndex, currentLabel, currentPoint, edge, edgeModified, extraLabelLocations, firstOverlayCall, graph, isEdgeConnectable, label, loc, orig, r, relevantEdge, source, target
 
Constructor Summary
DefaultGraphTransitionView.TransitionHandle(org.jgraph.graph.EdgeView edge, org.jgraph.graph.GraphContext ctx)
           
 
Method Summary
protected  void clean(GraphTransitionInterface tr)
           
 void mouseDragged(java.awt.event.MouseEvent event)
           
 void mouseReleased(java.awt.event.MouseEvent e)
           
protected  void setChanges()
           
 
Methods inherited from class org.jgraph.graph.EdgeView.EdgeHandle
createConnectionSet, invalidate, isAddPointEvent, isConstrainedMoveEvent, isEditing, isRemovePointEvent, isSourceEditing, isTargetEditing, mouseMoved, mousePressed, overlay, paint, paintPort, processNestedMap, reloadPoints, snap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultGraphTransitionView.TransitionHandle

public DefaultGraphTransitionView.TransitionHandle(org.jgraph.graph.EdgeView edge,
                                                   org.jgraph.graph.GraphContext ctx)
Method Detail

mouseDragged

public void mouseDragged(java.awt.event.MouseEvent event)

mouseReleased

public void mouseReleased(java.awt.event.MouseEvent e)

setChanges

protected void setChanges()

clean

protected void clean(GraphTransitionInterface tr)

TWE 2.4-1 API