Uses of Class
com.storedobject.chart.Project.Task
Packages that use Project.Task
-
Uses of Project.Task in com.storedobject.chart
Methods in com.storedobject.chart that return Project.TaskModifier and TypeMethodDescriptionProject.createTask
(Project.TaskGroup taskGroup, String taskName, int duration) Create and add aProject.Task
to the project.Project.createTask
(String name, int duration) Create and add aProject.Task
to the project.Project.TaskGroup.createTask
(String name, int duration) Create and add aProject.Task
to this task group.final Project.Task
Project.TaskGroup.getTask
(int taskIndex) Get aProject.Task
from this group.Methods in com.storedobject.chart that return types with arguments of type Project.TaskModifier and TypeMethodDescriptionProject.streamTasks
(Project.TaskGroup taskGroup) Get all tasks in the given task group.Methods in com.storedobject.chart with parameters of type Project.TaskModifier and TypeMethodDescriptionvoid
Project.delete
(Project.Task... tasks) DeleteProject.Task
s from the project.