Together Workflow Editor 3.0-1 API

org.enhydra.jawe.components.graph
Class JaWEGraphUI.PEGraphLayoutCacheHandler

java.lang.Object
  extended by org.jgraph.plaf.basic.BasicGraphUI.GraphLayoutCacheHandler
      extended by org.enhydra.jawe.components.graph.JaWEGraphUI.PEGraphLayoutCacheHandler
All Implemented Interfaces:
java.io.Serializable, java.util.EventListener, org.jgraph.event.GraphLayoutCacheListener
Enclosing class:
JaWEGraphUI

public class JaWEGraphUI.PEGraphLayoutCacheHandler
extends org.jgraph.plaf.basic.BasicGraphUI.GraphLayoutCacheHandler

This class observes view changes and is adapted to disallow deselection of cells after dragging.

See Also:
Serialized Form

Constructor Summary
JaWEGraphUI.PEGraphLayoutCacheHandler()
           
 
Method Summary
 void graphLayoutCacheChanged(org.jgraph.event.GraphLayoutCacheEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaWEGraphUI.PEGraphLayoutCacheHandler

public JaWEGraphUI.PEGraphLayoutCacheHandler()
Method Detail

graphLayoutCacheChanged

public void graphLayoutCacheChanged(org.jgraph.event.GraphLayoutCacheEvent e)
Specified by:
graphLayoutCacheChanged in interface org.jgraph.event.GraphLayoutCacheListener
Overrides:
graphLayoutCacheChanged in class org.jgraph.plaf.basic.BasicGraphUI.GraphLayoutCacheHandler

Together Workflow Editor 3.0-1 API