Package com.yuxingwang.gantt.model

Interface Summary
GanttModelListener Listener for GanttModel changes.
 

Class Summary
BaseTask<E extends BaseTask>  
GanttModel Represent the model of the GanttChart, consist of KickOffTime, Deadline and a TaskTreeModel.
GanttModelChangeEvent The change event for GanttModel.
Task A Task is an object that represent a task in project, it is task node in the tasks tree.
TaskHelper  
TaskTreeModel Part of the GanttModel, represent the tree structure of tasks, it is inherited from DefaultTreeModel to support JTree Swing tree view.