|
||||||||||
| 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
voidaddMilestone()
Adds the milestone.
voidaddSequenceLine()
Adds the sequence line.
voiddelete()
Delete.
voideditTask()
Edits the task.
voidselectTask()
Select task.
voidtoggleControlPanel()
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