Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
NodeDoubleClickedEvent Class Reference
Inheritance diagram for NodeDoubleClickedEvent:

Public Member Functions

 NodeDoubleClickedEvent (Object source, TreePath clickedPath, Point point)
 
TreePath getClickedPath ()
 
Point getPoint ()
 
int getX ()
 
int getY ()
 

Detailed Description

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.

Author
Nathan de Vries ndvri.nosp@m.es@s.nosp@m.quiz..nosp@m.net

Definition at line 29 of file NodeDoubleClickedEvent.java.

Constructor & Destructor Documentation

NodeDoubleClickedEvent ( Object  source,
TreePath  clickedPath,
Point  point 
)
inline

Constructs a NodeDoubleClickedEvent object.

Parameters
clickedPaththe path where the event began
pointthe point where the event began

Definition at line 40 of file NodeDoubleClickedEvent.java.

Member Function Documentation

TreePath getClickedPath ( )
inline

Returns the path where the event occured

Returns
the path where the event occured

Definition at line 54 of file NodeDoubleClickedEvent.java.

Point getPoint ( )
inline

Returns the point where the event occured

Returns
the point where the event occured

Definition at line 63 of file NodeDoubleClickedEvent.java.

int getX ( )
inline

Returns the x co-ordinate where the event occured

Returns
the x co-ordinate where the event occured

Definition at line 72 of file NodeDoubleClickedEvent.java.

int getY ( )
inline

Returns the y co-ordinate where the event occured

Returns
the y co-ordinate where the event occured

Definition at line 81 of file NodeDoubleClickedEvent.java.


The documentation for this class was generated from the following file: