public interface CellHandle
Modifier and Type | Method and Description |
---|---|
void |
mouseDragged(java.awt.event.MouseEvent event)
Messaged when the user drags the selection.
|
void |
mouseMoved(java.awt.event.MouseEvent event)
Messaged when the mouse is moved.
|
void |
mousePressed(java.awt.event.MouseEvent event)
Messaged when a mouse button is pressed.
|
void |
mouseReleased(java.awt.event.MouseEvent event)
Messaged when the drag operation has
terminated with a drop.
|
void |
overlay(java.awt.Graphics g)
Paint the handle on the given graphics object during mouse
operations.
|
void |
paint(java.awt.Graphics g)
Paint the handle on the given graphics object once.
|
void paint(java.awt.Graphics g)
g
- the graphics object to paint the handle onvoid overlay(java.awt.Graphics g)
g
- the graphics object to paint the handle onvoid mouseMoved(java.awt.event.MouseEvent event)
event
- the mouse event to be processedvoid mousePressed(java.awt.event.MouseEvent event)
event
- the mouse event to be processedvoid mouseDragged(java.awt.event.MouseEvent event)
event
- the drag event to be processedvoid mouseReleased(java.awt.event.MouseEvent event)
event
- the drop event to be processedCopyright (C) 2001-2009 JGraph Ltd. All rights reserved.