|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface TaskRow.TaskRowCommandListener
The listener interface for receiving taskRowCommand events. The class
that is interested in processing a taskRowCommand event implements this
interface, and the object created with that class is registered with a
component using the component's
addTaskRowCommandListener
method. When
the taskRowCommand event occurs, that object's appropriate
method is invoked.
TaskRowCommandEvent
Method Summary
void
addMilestone()
Adds the milestone.
void
addSequenceLine()
Adds the sequence line.
void
delete()
Delete.
void
editTask()
Edits the task.
void
selectTask()
Select task.
void
toggleControlPanel()
Toggle control panel.
Method Detail
addMilestone
void addMilestone()
addSequenceLine
void addSequenceLine()
delete
void delete()
editTask
void editTask()
selectTask
void selectTask()
toggleControlPanel
void toggleControlPanel()
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD