apps.projectmanagement.component.ganttchart
Interface TaskRow.TaskRowCommandListener

Enclosing class:
TaskRow

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.

See Also:
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()
Adds the milestone.


addSequenceLine

void addSequenceLine()
Adds the sequence line.


delete

void delete()
Delete.


editTask

void editTask()
Edits the task.


selectTask

void selectTask()
Select task.


toggleControlPanel

void toggleControlPanel()
Toggle control panel.