Together Workflow Editor 3.0-1 API

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

java.lang.Object
  extended by org.jgraph.graph.EdgeView.EdgeHandle
      extended by org.enhydra.jawe.components.graph.DefaultGraphTransitionView.TransitionHandle
All Implemented Interfaces:
java.io.Serializable, org.jgraph.graph.CellHandle
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)
Specified by:
mouseDragged in interface org.jgraph.graph.CellHandle
Overrides:
mouseDragged in class org.jgraph.graph.EdgeView.EdgeHandle

mouseReleased

public void mouseReleased(java.awt.event.MouseEvent e)
Specified by:
mouseReleased in interface org.jgraph.graph.CellHandle
Overrides:
mouseReleased in class org.jgraph.graph.EdgeView.EdgeHandle

setChanges

protected void setChanges()

clean

protected void clean(GraphTransitionInterface tr)

Together Workflow Editor 3.0-1 API