Uses of Class
com.yuxingwang.gantt.model.BaseTask

Packages that use BaseTask
com.yuxingwang.gantt.model   
 

Uses of BaseTask in com.yuxingwang.gantt.model
 

Classes in com.yuxingwang.gantt.model with type parameters of type BaseTask
 class BaseTask<E extends BaseTask>
           
 

Subclasses of BaseTask in com.yuxingwang.gantt.model
 class Task
          A Task is an object that represent a task in project, it is task node in the tasks tree.
 

Methods in com.yuxingwang.gantt.model with parameters of type BaseTask
 void BaseTask.add(E[] tasks)
          Add sub-tasks to this Task.