Uses of Class
apps.projectmanagement.component.ganttchart.TaskRow

Packages that use TaskRow
apps.projectmanagement.component.ganttchart   
 

Uses of TaskRow in apps.projectmanagement.component.ganttchart
 

Methods in apps.projectmanagement.component.ganttchart that return types with arguments of type TaskRow
 java.util.List<TaskRow> TaskCollection.getTaskRows()
          Gets the task rows.
 

Methods in apps.projectmanagement.component.ganttchart with parameters of type TaskRow
 void TaskCollection.addTaskRow(TaskRow taskRow)
          Adds the task row.
 void TaskCollection.removeTaskRow(TaskRow taskRow)
          Removes the task row.