Package org.swiftgantt.model

Interface Summary
GanttModelListener Listener for GanttModel changes.
 

Class Summary
BaseTask<E extends BaseTask> Base class of the Task.
GanttModel Represent the data 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.
PropertyChangeEvent event raised after:
task start time changed, task end time changed, task progress changed.
TaskHelper  
TaskTreeModel Part of the GanttModel, represent the tree structure of tasks, it is inherited from DefaultTreeModel to support JTree Swing tree view.