Squiz Matrix
4.12.2
|
Public Member Functions | |
NodeDoubleClickedEvent (Object source, TreePath clickedPath, Point point) | |
TreePath | getClickedPath () |
Point | getPoint () |
int | getX () |
int | getY () |
CueEvent is used to notify interested parties that the cue has started or completed a request for a move or add for a tree node.
Definition at line 29 of file NodeDoubleClickedEvent.java.
|
inline |
Constructs a NodeDoubleClickedEvent object.
clickedPath | the path where the event began |
point | the point where the event began |
Definition at line 40 of file NodeDoubleClickedEvent.java.
|
inline |
Returns the path where the event occured
Definition at line 54 of file NodeDoubleClickedEvent.java.
|
inline |
Returns the point where the event occured
Definition at line 63 of file NodeDoubleClickedEvent.java.
|
inline |
Returns the x co-ordinate where the event occured
Definition at line 72 of file NodeDoubleClickedEvent.java.
|
inline |
Returns the y co-ordinate where the event occured
Definition at line 81 of file NodeDoubleClickedEvent.java.