|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the requirements for objects that may be used as handles. Handles are used to interactively manipulate a cell's appearance.
Method Summary | |
void |
mouseDragged(java.awt.event.MouseEvent e)
Messagedwhen the user drags the selection. |
void |
mouseMoved(java.awt.event.MouseEvent e)
Return a cursor for the given point. |
void |
mousePressed(java.awt.event.MouseEvent event)
Messaged when a drag gesture is recogniced. |
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. |
Method Detail |
public void paint(java.awt.Graphics g)
g
- the graphics object to paint the handle onpublic void overlay(java.awt.Graphics g)
g
- the graphics object to paint the handle onpublic void mouseMoved(java.awt.event.MouseEvent e)
public void mousePressed(java.awt.event.MouseEvent event)
public void mouseDragged(java.awt.event.MouseEvent e)
e
- the drag event to be processedpublic void mouseReleased(java.awt.event.MouseEvent event)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |