cz.cmc.tcgui
Class FilterEntryView.FilterEntryHandle

java.lang.Object
  extended bycz.cmc.tcgui.TCObjectView.TCObjectHandle
      extended bycz.cmc.tcgui.FilterEntryView.FilterEntryHandle
All Implemented Interfaces:
org.jgraph.graph.CellHandle
Direct Known Subclasses:
FilterElementView.FilterElementHandle, FilterView.FilterHandle
Enclosing class:
FilterEntryView

public class FilterEntryView.FilterEntryHandle
extends TCObjectView.TCObjectHandle

Title: Class FilterEntryHandle

Description: Handle for FilterEntries.

Copyright: Copyright (c) 2003

Company: CMC Computers


Field Summary
 
Fields inherited from class cz.cmc.tcgui.TCObjectView.TCObjectHandle
cachedBounds, CONNECT_HANDLE, context, contextViews, currentPoint, currentPort, dragged, firstDrag, firstOverlayInvocation, firstPoint, firstPort, graph, handle, initialBounds, MOVE_HANDLE, NO_HANDLE, offgraphics, offscreen, originOffsetX, originOffsetY, portViews, r
 
Constructor Summary
FilterEntryView.FilterEntryHandle(org.jgraph.graph.GraphContext ctx)
          Constructs new FilterEntryHandle
 
Method Summary
 void mouseMoved(MouseEvent event)
          Invoked when the mouse pointer has been moved on a component (with no buttons down).
 void paint(Graphics g)
          Paint the handle
 
Methods inherited from class cz.cmc.tcgui.TCObjectView.TCObjectHandle
computeBounds, connect, connectionAllowed, getMatchingPort, handleMove, handleResize, initOffscreen, makeBoundEdit, mouseDragged, mousePressed, mouseReleased, moved, movingDone, overlay, resized, resizingDone, startConnecting, updateConnect
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterEntryView.FilterEntryHandle

public FilterEntryView.FilterEntryHandle(org.jgraph.graph.GraphContext ctx)
Constructs new FilterEntryHandle

Parameters:
ctx - GraphContext to construct handle for
Method Detail

paint

public void paint(Graphics g)
Paint the handle

Specified by:
paint in interface org.jgraph.graph.CellHandle
Overrides:
paint in class TCObjectView.TCObjectHandle
Parameters:
g - Graphics to paint on

mouseMoved

public void mouseMoved(MouseEvent event)
Invoked when the mouse pointer has been moved on a component (with no buttons down).

Specified by:
mouseMoved in interface org.jgraph.graph.CellHandle
Overrides:
mouseMoved in class TCObjectView.TCObjectHandle