|
Squiz Matrix
4.12.2
|
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 () |
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 CueEvent.java.
|
inline |
Constructs a CueEvent object.
| source | the source tree where the event was fired |
| sourcePath | the path where the event began |
| parentPath | the parent path where the event began |
| index | the index within the parent where the event begain |
| p | the point where the event began |
Definition at line 45 of file CueEvent.java.
|
inline |
Returns the index where the event occured
Definition at line 89 of file CueEvent.java.
|
inline |
Returns the source path where the event occured
Definition at line 105 of file CueEvent.java.
|
inline |
Returns the point where the event occured
Definition at line 113 of file CueEvent.java.
|
inline |
Returns the prev index where the event occured
Definition at line 97 of file CueEvent.java.
|
inline |
Returns the source path where the event occured
Definition at line 77 of file CueEvent.java.
|
inline |
Returns the x co-ordinate where the event occured
Definition at line 121 of file CueEvent.java.
|
inline |
Returns the y co-ordinate where the event occured
Definition at line 129 of file CueEvent.java.