|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.projectmanagement.component.ganttchart.TaskCollection
public class TaskCollection
The Class TaskCollection.
Constructor Summary | |
---|---|
TaskCollection()
|
Method Summary | |
---|---|
void |
addTaskRow(TaskRow taskRow)
Adds the task row. |
java.util.List<TaskRow> |
getTaskRows()
Gets the task rows. |
void |
removeTaskRow(TaskRow taskRow)
Removes the task row. |
void |
swapTaskRow(int row1,
int row2)
Swap task row. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TaskCollection()
Method Detail |
---|
public void addTaskRow(TaskRow taskRow)
taskRow
- the task rowpublic java.util.List<TaskRow> getTaskRows()
public void removeTaskRow(TaskRow taskRow)
taskRow
- the task rowpublic void swapTaskRow(int row1, int row2)
row1
- the row1row2
- the row2
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |