public static interface TaskTreeComponent.Interaction
| Modifier and Type | Method and Description |
|---|---|
void |
projectInvoked(ProjectView project)
Notification that a project was invoked (double-clicked).
|
void |
rightClick(JTree tree,
int x,
int y) |
void |
taskInvoked(TaskView task,
boolean isCtrlKeyDown)
Notification that a task was invoked (double-clicked).
|
void rightClick(JTree tree, int x, int y)
void projectInvoked(ProjectView project)
project - the project that was invoked.void taskInvoked(TaskView task, boolean isCtrlKeyDown)
task - the task that was invoked.isCtrlKeyDown - true if the CTRL key was pressed at the timeCopyright © 2013. All rights reserved