TWE 2.4-1 API

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

java.lang.Object
  extended byorg.jgraph.plaf.basic.BasicGraphUI.GraphLayoutCacheHandler
      extended byorg.enhydra.jawe.components.graph.JaWEGraphUI.PEGraphLayoutCacheHandler
All Implemented Interfaces:
java.util.EventListener, org.jgraph.event.GraphLayoutCacheListener, java.io.Serializable
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)

TWE 2.4-1 API