Inheritance diagram for org.jgraph.graph.CellHandle:
Public Member Functions | |
void | paint (Graphics g) |
void | overlay (Graphics g) |
void | mouseMoved (MouseEvent event) |
void | mousePressed (MouseEvent event) |
void | mouseDragged (MouseEvent event) |
void | mouseReleased (MouseEvent event) |
|
Messaged when the user drags the selection. The Controller is responsible to determine whether the mouse is inside the parent graph or not.
Implemented in org.jgraph.graph.EdgeView.EdgeHandle, org.jgraph.graph.VertexView.SizeHandle, and org.jgraph.plaf.basic.BasicGraphUI.RootHandle. |
|
Messaged when the mouse is moved.
Implemented in org.jgraph.graph.EdgeView.EdgeHandle, org.jgraph.graph.VertexView.SizeHandle, and org.jgraph.plaf.basic.BasicGraphUI.RootHandle. |
|
Messaged when a mouse button is pressed.
Implemented in org.jgraph.graph.EdgeView.EdgeHandle, org.jgraph.graph.VertexView.SizeHandle, and org.jgraph.plaf.basic.BasicGraphUI.RootHandle. |
|
Messaged when the drag operation has terminated with a drop.
Implemented in org.jgraph.graph.EdgeView.EdgeHandle, org.jgraph.graph.VertexView.SizeHandle, and org.jgraph.plaf.basic.BasicGraphUI.RootHandle. |
|
Paint the handle on the given graphics object during mouse operations.
Implemented in org.jgraph.graph.EdgeView.EdgeHandle, org.jgraph.graph.VertexView.SizeHandle, and org.jgraph.plaf.basic.BasicGraphUI.RootHandle. |
|
Paint the handle on the given graphics object once.
Implemented in org.jgraph.graph.EdgeView.EdgeHandle, org.jgraph.graph.VertexView.SizeHandle, and org.jgraph.plaf.basic.BasicGraphUI.RootHandle. |