org.jgraph.graph
public interface CellHandle
| Method Summary | |
|---|---|
| void | mouseDragged(MouseEvent event)
Messaged when the user drags the selection.
|
| void | mouseMoved(MouseEvent event)
Messaged when the mouse is moved.
|
| void | mousePressed(MouseEvent event)
Messaged when a mouse button is pressed.
|
| void | mouseReleased(MouseEvent event)
Messaged when the drag operation has
terminated with a drop.
|
| void | overlay(Graphics g)
Paint the handle on the given graphics object during mouse
operations.
|
| void | paint(Graphics g)
Paint the handle on the given graphics object once.
|
Parameters: event the drag event to be processed
Parameters: event the mouse event to be processed
Parameters: event the mouse event to be processed
Parameters: event the drop event to be processed
Parameters: g the graphics object to paint the handle on
Parameters: g the graphics object to paint the handle on