Uses of Class
org.swiftgantt.ui.task.TaskWrapper

Packages that use TaskWrapper
org.swiftgantt.ui.task   
 

Uses of TaskWrapper in org.swiftgantt.ui.task
 

Methods in org.swiftgantt.ui.task that return types with arguments of type TaskWrapper
static java.util.List<TaskWrapper> TaskWrapper.wrapTasks(java.util.List<Task> tasks)
          Wrap tasks.
static java.util.List<TaskWrapper> TaskWrapper.wrapTasks(java.util.List<TaskWrapper> existWrappers, java.util.List<Task> tasks)
          Wrap tasks, if exists, use existence ones.
 

Method parameters in org.swiftgantt.ui.task with type arguments of type TaskWrapper
static java.util.List<TaskWrapper> TaskWrapper.wrapTasks(java.util.List<TaskWrapper> existWrappers, java.util.List<Task> tasks)
          Wrap tasks, if exists, use existence ones.