Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
F
G
H
I
L
P
R
S
T
U
S
selectionChanged(SelectionChangeEvent)
- Method in interface com.yuxingwang.gantt.event.
SelectionChangeListener
Selection changed.
selectionChanged(SelectionChangeEvent)
- Method in class com.yuxingwang.gantt.
GanttChart
Handle Selection Changed Event.
SelectionChangeEvent
- Class in
com.yuxingwang.gantt.event
SelectionChangeEvent(Object, Task)
- Constructor for class com.yuxingwang.gantt.event.
SelectionChangeEvent
SelectionChangeListener
- Interface in
com.yuxingwang.gantt.event
Handle event of selection changing.
setAllowAccurateTaskBar(boolean)
- Method in class com.yuxingwang.gantt.
Config
Allow or disallow the task bar accurately displaying in Gantt chart, this feature is not available for TimeUnit.AllDay and TimeUnit.Hour.
setBackcolor(Color)
- Method in class com.yuxingwang.gantt.model.
BaseTask
Set backcolor of this task bar in Gantt Chart, not applied to task group bar.
setBlankStepsToDeadline(int)
- Method in class com.yuxingwang.gantt.
Config
Set blank steps to deadline.
setBlankStepsToKickoffTime(int)
- Method in class com.yuxingwang.gantt.
Config
Set blank steps to kickoff time.
setCurrentTimeBackColor(Color)
- Method in class com.yuxingwang.gantt.
Config
Set backcolor of current time in Gantt chart time scale.
setDeadline(Calendar)
- Method in class com.yuxingwang.gantt.model.
GanttModel
Set deadline of Gantt chart.
setDeadlineBackColor(Color)
- Method in class com.yuxingwang.gantt.
Config
Set back color of deadline in time axis.
setDescription(String)
- Method in class com.yuxingwang.gantt.model.
BaseTask
Set description of this
Task
.
setEnd(Calendar)
- Method in class com.yuxingwang.gantt.model.
Task
Set end time of this
Task
.
setFillInvalidArea(boolean)
- Method in class com.yuxingwang.gantt.
Config
setGanttChartBackColor(Color)
- Method in class com.yuxingwang.gantt.
Config
Set back color of Gantt chart.
setGanttChartRowHeight(int)
- Method in class com.yuxingwang.gantt.
Config
Set row height of Gantt chart.
setId(int)
- Method in class com.yuxingwang.gantt.model.
BaseTask
Set the id of this Task.
setKickoffTime(Calendar)
- Method in class com.yuxingwang.gantt.model.
GanttModel
Set kickoff time of Gantt chart.
setKickoffTimeBackColor(Color)
- Method in class com.yuxingwang.gantt.
Config
Set back color of kickoff time in time axis.
setModel(GanttModel)
- Method in class com.yuxingwang.gantt.
GanttChart
Set new
GanttModel
to the
GanttChart
.
setName(String)
- Method in class com.yuxingwang.gantt.model.
BaseTask
Set name of this
Task
.
setProgresBarHeight(int)
- Method in class com.yuxingwang.gantt.
Config
Set progress bar height.
setProgress(int)
- Method in class com.yuxingwang.gantt.model.
Task
Set progress of this
Task
.
setProgressBarBackColor(Color)
- Method in class com.yuxingwang.gantt.
Config
Set back color of progress bar.
setRestoutTimeBackColor(Color)
- Method in class com.yuxingwang.gantt.
Config
Set back color of rest-out time in time axis.
setSelectedIds(int[])
- Method in class com.yuxingwang.gantt.model.
GanttModel
Set IDs of selected tasks.
setSelectedTasks(Task...)
- Method in class com.yuxingwang.gantt.
GanttChart
Set selected tasks.
setSelectedTasks(List<Task>)
- Method in class com.yuxingwang.gantt.
GanttChart
Set selected tasks.
setSelectionColor(Color)
- Method in class com.yuxingwang.gantt.
Config
Set color of selected tasks.
setShowTaskInfoBehindTaskBar(boolean)
- Method in class com.yuxingwang.gantt.
Config
Set the value that whether showing task info behind task bar.
setShowTreeView(boolean)
- Method in class com.yuxingwang.gantt.
GanttChart
Set to display or hide the task tree view.
setStart(Calendar)
- Method in class com.yuxingwang.gantt.model.
Task
Set start time of this
Task
.
setTaskBarBackColor(Color)
- Method in class com.yuxingwang.gantt.
Config
Set back color of task bar.
setTaskBarHeight(int)
- Method in class com.yuxingwang.gantt.
Config
Set task bar height.
setTaskCount(int)
- Method in class com.yuxingwang.gantt.
GanttChartView
setTaskCount(int)
- Method in class com.yuxingwang.gantt.
TaskTreeView
setTaskGroupBarBackColor(Color)
- Method in class com.yuxingwang.gantt.
Config
Set back color of task group bar.
setTaskTreeViewBackColor(Color)
- Method in class com.yuxingwang.gantt.
Config
Set backcolor of task tree view.
setText(String)
- Method in class com.yuxingwang.gantt.
LogoView
setTimeUnit(TimeUnit)
- Method in class com.yuxingwang.gantt.
GanttChart
Set the singleton
TimeUnit
of
GanttChart
setTimeUnit(TimeUnit)
- Method in class com.yuxingwang.gantt.model.
TaskTreeModel
Set TimeUnit to all tasks.
setTimeUnitWidth(int)
- Method in class com.yuxingwang.gantt.
Config
Set width of time unit in time axis.
setTotalScheduleSteps(int)
- Method in class com.yuxingwang.gantt.
BaseView
setTotalSteps(int)
- Method in class com.yuxingwang.gantt.
BaseView
setWorkingDaysSpanOfWeek(int[])
- Method in class com.yuxingwang.gantt.
Config
Span of working days of each week, the value is limited from 1(Sun) to 7(Sat).
setWorkingHoursSpanOfDay(int[])
- Method in class com.yuxingwang.gantt.
Config
Span of working hours of each day, the value is limited from 0 to 23.
setWorkingTimeBackColor(Color)
- Method in class com.yuxingwang.gantt.
Config
Set back color of working time in time axis.
setX(int)
- Method in class com.yuxingwang.gantt.
BaseView
setY(int)
- Method in class com.yuxingwang.gantt.
BaseView
suspendUI()
- Method in class com.yuxingwang.gantt.
GanttChart
Suspend UI to avoid refresh.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
F
G
H
I
L
P
R
S
T
U