Serialized Form
Package com.yuxingwang.gantt |
serialVersionUID: 1L
logger
org.apache.log4j.Logger logger
ganttChart
GanttChart ganttChart
config
Config config
totalSteps
int totalSteps
totalScheduleSteps
int totalScheduleSteps
x
int x
y
int y
serialVersionUID: 1L
layoutSuspendCount
int layoutSuspendCount
logger
org.apache.log4j.Logger logger
timeUnit
com.yuxingwang.gantt.ui.TimeUnit timeUnit
- The time unit for Gantt chart, default is
TimeUnit.Day
.
model
GanttModel model
showTreeView
boolean showTreeView
ganttChartView
GanttChartView ganttChartView
timeScaleView
TimeScaleView timeScaleView
taskTreeView
TaskTreeView taskTreeView
treeViewScrollBar
javax.swing.JScrollBar treeViewScrollBar
logoView
LogoView logoView
totalSteps
int totalSteps
totalScheduleSteps
int totalScheduleSteps
tasksCount
int tasksCount
serialVersionUID: 1L
viewUI
com.yuxingwang.gantt.ui.GanttChartViewUI viewUI
taskCount
int taskCount
serialVersionUID: 1L
lvUI
com.yuxingwang.gantt.ui.LogoViewUI lvUI
text
java.lang.String text
serialVersionUID: 1L
taskTreeView
TaskTreeView taskTreeView
serialVersionUID: 1L
ttUI
com.yuxingwang.gantt.ui.TaskTreeUI ttUI
taskCount
int taskCount
serialVersionUID: 1L
tasUI
com.yuxingwang.gantt.ui.TimeScaleUI tasUI
Package com.yuxingwang.gantt.event |
serialVersionUID: 1L
predecessor
BaseTask<E extends BaseTask> predecessor
serialVersionUID: 1L
selection
Task selection
serialVersionUID: 1L
Package com.yuxingwang.gantt.model |
logger
org.apache.log4j.Logger logger
id
int id
name
java.lang.String name
description
java.lang.String description
backcolor
java.awt.Color backcolor
start
java.util.Calendar start
actualStart
java.util.Calendar actualStart
end
java.util.Calendar end
actualEnd
java.util.Calendar actualEnd
progress
int progress
level
int level
treeModel
TaskTreeModel treeModel
predecessors
java.util.List<E> predecessors
subsequences
java.util.List<E> subsequences
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
logger
org.apache.log4j.Logger logger
timeUnit
com.yuxingwang.gantt.ui.TimeUnit timeUnit
tasksCount
int tasksCount