|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CellHandle
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(MouseEvent e)
Messagedwhen the user drags the selection. |
void |
mouseMoved(MouseEvent e)
Return a cursor for the given point. |
void |
mousePressed(MouseEvent event)
Messaged when a drag gesture is recogniced. |
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. |
Method Detail |
---|
void paint(Graphics g)
g
- the graphics object to paint the handle onvoid overlay(Graphics g)
g
- the graphics object to paint the handle onvoid mouseMoved(MouseEvent e)
e
- the point for which the cursor is returnedvoid mousePressed(MouseEvent event)
event
- the drag gesture event to be processedvoid mouseDragged(MouseEvent e)
e
- the drag event to be processedvoid mouseReleased(MouseEvent event)
event
- the drop event to be processed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |