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

Public Member Functions

 CueEvent (Object source, TreePath[] sourcePaths, TreePath parentPath, int index, Point point)
 
 CueEvent (Object source, TreePath[] sourcePaths, TreePath parentPath, int index, int prevIndex, Point point)
 
TreePath[] getSourcePaths ()
 
TreePath getSourcePath ()
 
int getIndex ()
 
int getPrevIndex ()
 
TreePath getParentPath ()
 
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
Marc McIntyre mmcin.nosp@m.tyre.nosp@m.@squi.nosp@m.z.ne.nosp@m.t

Definition at line 29 of file CueEvent.java.

Constructor & Destructor Documentation

CueEvent ( Object  source,
TreePath[]  sourcePaths,
TreePath  parentPath,
int  index,
Point  point 
)
inline

Constructs a CueEvent object.

Parameters
sourcethe source tree where the event was fired
sourcePaththe path where the event began
parentPaththe parent path where the event began
indexthe index within the parent where the event begain
pthe point where the event began

Definition at line 45 of file CueEvent.java.

Member Function Documentation

int getIndex ( )
inline

Returns the index where the event occured

Returns
the index where the event occured

Definition at line 89 of file CueEvent.java.

TreePath getParentPath ( )
inline

Returns the source path where the event occured

Returns
the source path where the event occured

Definition at line 105 of file CueEvent.java.

Point getPoint ( )
inline

Returns the point where the event occured

Returns
the point where the event occured

Definition at line 113 of file CueEvent.java.

int getPrevIndex ( )
inline

Returns the prev index where the event occured

Returns
the prev index where the event occured

Definition at line 97 of file CueEvent.java.

TreePath [] getSourcePaths ( )
inline

Returns the source path where the event occured

Returns
the source path where the event occured

Definition at line 77 of file CueEvent.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 121 of file CueEvent.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 129 of file CueEvent.java.


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