Public Member Functions | |
void | mousePressed (MouseEvent e) |
void | mouseDragged (MouseEvent e) |
void | mouseMoved (MouseEvent e) |
void | mouseReleased (MouseEvent e) |
Protected Member Functions | |
boolean | handleEditTrigger (Object cell, MouseEvent e) |
void | postProcessSelection (MouseEvent e, Object cell, boolean wasSelected) |
boolean | isDescendant (CellView parentView, CellView childView) |
Protected Attributes | |
CellView | cell |
Object | handler |
transient Cursor | previousCursor = null |
|
Handles edit trigger by starting the edit and return true if the editing has already started.
|
|
|
|
|
|
Invoked when the mouse pointer has been moved on a component (with no buttons down). |
|
Invoked when a mouse button has been pressed on a component. |
|
|
|
Invoked after a cell has been selected in the mouseReleased method. This can be used to do something interesting if the cell was already selected, in which case this implementation selects the parent. Override if you want different behaviour, such as start editing. |
|
|
|
|
|
|