A B C D F G H I L O P R S T U

G

GanttChart - Class in org.swiftgantt
The GanttChart is a Swing component that represents a Gantt chart.
GanttChart() - Constructor for class org.swiftgantt.GanttChart
 
GanttModel - Class in org.swiftgantt.model
Represent the data model of the GanttChart, consist of KickOffTime, Deadline and a TaskTreeModel.
GanttModel() - Constructor for class org.swiftgantt.model.GanttModel
 
ganttModelChanged(GanttModelChangeEvent) - Method in class org.swiftgantt.GanttChart
Handle the event that model changed.
ganttModelChanged(GanttModelChangeEvent) - Method in interface org.swiftgantt.model.GanttModelListener
Handle the gantt model changes event.
GanttModelChangeEvent - Class in org.swiftgantt.model
The change event for GanttModel.
GanttModelChangeEvent(Object, String, Object, Object) - Constructor for class org.swiftgantt.model.GanttModelChangeEvent
Gantt model changes event.
GanttModelListener - Interface in org.swiftgantt.model
Listener for GanttModel changes.
generateImageFile(String) - Method in class org.swiftgantt.GanttChart
Generate image file from the view of GanttChart.
getActualEnd() - Method in class org.swiftgantt.model.Task
Get actual end time of this task.
getActualStart() - Method in class org.swiftgantt.model.Task
Get actual start time of this task.
getBackcolor() - Method in class org.swiftgantt.model.BaseTask
Get backcolor of the task bar in Gantt Chart.
getBlankStepsToDeadline() - Method in class org.swiftgantt.Config
Get blank steps to deadline.
getBlankStepsToKickoffTime() - Method in class org.swiftgantt.Config
Get blank steps to kickoff time.
getChildren() - Method in class org.swiftgantt.model.BaseTask
Get children tasks.
getChildren() - Method in class org.swiftgantt.model.TaskTreeModel
Get all 1st level tasks.
getConfig() - Method in class org.swiftgantt.GanttChart
get Config
getCurrentTimeBackColor() - Method in class org.swiftgantt.Config
Get backcolor of current time in Gantt chart time scale.
getDeadline() - Method in class org.swiftgantt.model.GanttModel
Get deadline of Gantt chart.
getDeadlineBackColor() - Method in class org.swiftgantt.Config
Get back color of deadline in time axis.
getDescription() - Method in class org.swiftgantt.model.BaseTask
Get description of this Task.
getDuration() - Method in class org.swiftgantt.model.Task
Get duration of this Task, exclude the rest-out time.
getEarliestSubTask() - Method in class org.swiftgantt.model.Task
Get the sub-task, who has the earliest end time, in the sub-task tree.
getEarliestTask() - Method in class org.swiftgantt.model.Task
Get the sub-task, who has the earliest end time, in the sub-task tree include myself.
getEnd() - Method in class org.swiftgantt.model.Task
Get end time of this Task.
getEndTimeOfLatestTask() - Method in class org.swiftgantt.model.TaskTreeModel
Get the end time of latest task in this TaskTreeModel,
getGanttChart() - Method in class org.swiftgantt.BaseView
Pass GanttChart reference to UI classes.
getGanttChart() - Method in class org.swiftgantt.LogoView
 
getGanttChartBackColor() - Method in class org.swiftgantt.Config
Get back color of Gantt chart.
getGanttChartRowHeight() - Method in class org.swiftgantt.Config
Get row height of Gantt chart.
getId() - Method in class org.swiftgantt.model.BaseTask
Get the id of this Task.
getKickoffTime() - Method in class org.swiftgantt.model.GanttModel
Get kickoff time of Gantt chart.
getKickoffTimeBackColor() - Method in class org.swiftgantt.Config
Get back color of kickoff time in time axis.
getLatestSubTask() - Method in class org.swiftgantt.model.Task
Get the last task, who has the latest end time, in the sub task tree.
getLatestTask() - Method in class org.swiftgantt.model.Task
Get the last task, who has the latest end time, in the sub task tree include myself.
getLatestTask() - Method in class org.swiftgantt.model.TaskTreeModel
Get the latest task by task end time.
getLevel() - Method in class org.swiftgantt.model.BaseTask
Get level in the task tree.
getLevels() - Method in class org.swiftgantt.model.TaskTreeModel
 
getModel() - Method in class org.swiftgantt.GanttChart
Get the GanttModel for Gantt chart.
getName() - Method in class org.swiftgantt.model.BaseTask
Get name of this Task.
getNewTimeUnit() - Method in class org.swiftgantt.event.TimeUnitChangeEvent
 
getOldTimeUnit() - Method in class org.swiftgantt.event.TimeUnitChangeEvent
 
getPredecessor() - Method in class org.swiftgantt.event.PredecessorChangeEvent
 
getPredecessors() - Method in class org.swiftgantt.model.BaseTask
Get predecessors of this Task.
getPreferredScrollableViewportSize() - Method in class org.swiftgantt.ChartView
Get scrollable view port size for JScrollPane
getPreferredScrollableViewportSize() - Method in class org.swiftgantt.TaskTreeView
 
getProgress() - Method in class org.swiftgantt.model.Task
Get progress of this Task.
getProgressBarBackColor() - Method in class org.swiftgantt.Config
Get back color of progress bar.
getProgressBarHeight() - Method in class org.swiftgantt.Config
Get progress bar height.
getRestoutTimeBackColor() - Method in class org.swiftgantt.Config
Get back color of rest-out time in time axis.
getScrollableBlockIncrement(Rectangle, int, int) - Method in class org.swiftgantt.ChartView
Get scrollable view port size for JScrollPane
getScrollableBlockIncrement(Rectangle, int, int) - Method in class org.swiftgantt.TaskTreeView
 
getScrollableTracksViewportHeight() - Method in class org.swiftgantt.ChartView
Get scrollable tracks view port height for JScrollPane
getScrollableTracksViewportHeight() - Method in class org.swiftgantt.TaskTreeView
 
getScrollableTracksViewportWidth() - Method in class org.swiftgantt.ChartView
Get scrollable tracks view port width for JScrollPane
getScrollableTracksViewportWidth() - Method in class org.swiftgantt.TaskTreeView
 
getScrollableUnitIncrement(Rectangle, int, int) - Method in class org.swiftgantt.ChartView
Get scrollable unit increment for JScrollPane
getScrollableUnitIncrement(Rectangle, int, int) - Method in class org.swiftgantt.TaskTreeView
 
getSelectedIds() - Method in class org.swiftgantt.model.GanttModel
Get IDs of selected tasks.
getSelection() - Method in class org.swiftgantt.event.SelectionChangeEvent
 
getSelectionColor() - Method in class org.swiftgantt.Config
Get color of selected tasks.
getStart() - Method in class org.swiftgantt.model.Task
Get start time of this Task.
getStaticConfig() - Static method in class org.swiftgantt.GanttChart
get Config
getTask(int) - Method in class org.swiftgantt.model.GanttModel
Get task by task ID.
getTask(int) - Method in class org.swiftgantt.model.TaskTreeModel
Get Task by ID from given task node includes his sub-trees.
getTaskBarBackColor() - Method in class org.swiftgantt.Config
Get back color of task bar.
getTaskBarHeight() - Method in class org.swiftgantt.Config
Get task bar height.
getTaskCount() - Method in class org.swiftgantt.ChartView
 
getTaskCount() - Method in class org.swiftgantt.TaskTreeView
 
getTaskGroupBarBackColor() - Method in class org.swiftgantt.Config
Get back color of task group bar.
getTasksByBFS() - Method in class org.swiftgantt.model.GanttModel
Get all tasks by Breadth-First-Search principle.
getTasksByBFS() - Method in class org.swiftgantt.model.TaskTreeModel
Get all tasks by Breadth-First-Search principle.
getTasksByDFS() - Method in class org.swiftgantt.model.GanttModel
Get all tasks by Depth-First-Search principle.
getTasksByDFS() - Method in class org.swiftgantt.model.TaskTreeModel
Get all tasks from this model by Depth-First-Search principle.
getTasksCount() - Method in class org.swiftgantt.model.BaseTask
Get count of sub-tasks in all levels.
getTasksCount() - Method in class org.swiftgantt.model.TaskTreeModel
Get count of all tasks in this model.
getTaskTreeModel() - Method in class org.swiftgantt.model.GanttModel
Get TaskTreeModel.
getTaskTreeViewBackColor() - Method in class org.swiftgantt.Config
Get backcolor of task tree view.
getText() - Method in class org.swiftgantt.LogoView
 
getTimeCycleStepsByTimeUnit(TimeUnit) - Static method in class org.swiftgantt.model.TaskHelper
 
getTimeUnit() - Method in class org.swiftgantt.GanttChart
Get TimeUnit as singleton.
getTimeUnit() - Method in class org.swiftgantt.model.TaskTreeModel
 
getTimeUnitWidth() - Method in class org.swiftgantt.Config
Get width of time unit in time axis.
getTotalScheduleSteps() - Method in class org.swiftgantt.BaseView
 
getTotalSteps() - Method in class org.swiftgantt.BaseView
 
getUIClassID() - Method in class org.swiftgantt.ChartView
The Class ID for UIManager.
getUIClassID() - Method in class org.swiftgantt.LogoView
The Class ID for UIManager.
getUIClassID() - Method in class org.swiftgantt.TaskTreeView
 
getUIClassID() - Method in class org.swiftgantt.TimeScaleView
 
getWorkingDaysSpanOfWeek() - Method in class org.swiftgantt.Config
Get span of working days in week.
getWorkingHoursOfDay() - Method in class org.swiftgantt.Config
 
getWorkingHoursSpanOfDay() - Method in class org.swiftgantt.Config
Get span of working hours of each day.
getWorkingTimeBackColor() - Method in class org.swiftgantt.Config
Get back color of working time in time axis.
getX() - Method in class org.swiftgantt.BaseView
 
getY() - Method in class org.swiftgantt.BaseView
 

A B C D F G H I L O P R S T U