cz.cmc.tcgui
Class TCGraphUI.TCRootHandle

java.lang.Object
  extended byorg.jgraph.plaf.basic.BasicGraphUI.RootHandle
      extended bycz.cmc.tcgui.TCGraphUI.TCRootHandle
All Implemented Interfaces:
org.jgraph.graph.CellHandle, Serializable
Enclosing class:
TCGraphUI

public class TCGraphUI.TCRootHandle
extends org.jgraph.plaf.basic.BasicGraphUI.RootHandle

Title: class TCRootHandle

Description: RootHandle customized for TC schema editing

Copyright: Copyright (c) 2003

Company: CMC Computers

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jgraph.plaf.basic.BasicGraphUI.RootHandle
_mouseToViewDelta_x, _mouseToViewDelta_y, activeHandle, blockPaint, cachedBounds, context, contextViews, disconnect, firstDrag, handles, isContextVisible, isDragging, isMoving, last, offgraphics, offscreen, portViews, snapLast, snapStart, start, views
 
Constructor Summary
TCGraphUI.TCRootHandle(org.jgraph.graph.GraphContext ctx)
          Creates a root handle which contains handles for the given cells
 
Method Summary
protected  org.jgraph.graph.CellView findViewForPoint(Point pt)
          Find view for given point when there is too much handles
 void mousePressed(MouseEvent event)
           
 
Methods inherited from class org.jgraph.plaf.basic.BasicGraphUI.RootHandle
getContext, initOffscreen, mouseDragged, mouseMoved, mouseReleased, overlay, paint, startDragging
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCGraphUI.TCRootHandle

public TCGraphUI.TCRootHandle(org.jgraph.graph.GraphContext ctx)
Creates a root handle which contains handles for the given cells

Parameters:
ctx - GraphContext to create handle for
Method Detail

findViewForPoint

protected org.jgraph.graph.CellView findViewForPoint(Point pt)
Find view for given point when there is too much handles

Parameters:
pt -
Returns:

mousePressed

public void mousePressed(MouseEvent event)