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

Packages that use BaseTask
com.yuxingwang.gantt.event   
com.yuxingwang.gantt.model   
 

Uses of BaseTask in com.yuxingwang.gantt.event
 

Methods in com.yuxingwang.gantt.event that return BaseTask
 BaseTask PredecessorChangeEvent.getPredecessor()
           
 

Constructors in com.yuxingwang.gantt.event with parameters of type BaseTask
PredecessorChangeEvent(java.lang.Object source, BaseTask predecessor)
           
 

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.