Uses of Class
org.swiftgantt.model.BaseTask

Packages that use BaseTask
org.swiftgantt.event   
org.swiftgantt.model   
 

Uses of BaseTask in org.swiftgantt.event
 

Methods in org.swiftgantt.event that return BaseTask
 BaseTask PredecessorChangeEvent.getPredecessor()
           
 

Constructors in org.swiftgantt.event with parameters of type BaseTask
PredecessorChangeEvent(java.lang.Object source, BaseTask predecessor)
           
 

Uses of BaseTask in org.swiftgantt.model
 

Classes in org.swiftgantt.model with type parameters of type BaseTask
 class BaseTask<E extends BaseTask>
          Base class of the Task.
 

Subclasses of BaseTask in org.swiftgantt.model
 class Task
          A Task is an object that represent a task in project, it is task node in the tasks tree.
PropertyChangeEvent event raised after:
task start time changed, task end time changed, task progress changed.
 

Methods in org.swiftgantt.model with parameters of type BaseTask
 void BaseTask.add(E... tasks)
          Add sub-tasks to this Task.