Package | Description |
---|---|
com.dlsc.flexgantt.model.treetable |
A tree table model, which is an extension of the standard Swing tree model.
|
com.dlsc.flexgantt.swing |
Contains the Gantt chart components and various other user interface
elements that can be used together with the Gantt chart.
|
com.dlsc.flexgantt.swing.mac | |
com.dlsc.flexgantt.swing.print |
Anything related to printing is contained in this package.
|
com.dlsc.flexgantt.swing.treetable |
A tree table implementation used solely for the purpose of drawing the
left-hand side of a Gantt chart.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultColumnModel.addColumnModelListener(IColumnModelListener l) |
void |
IColumnModel.addColumnModelListener(IColumnModelListener l)
Adds a column model listener to the model.
|
void |
DefaultColumnModel.removeColumnModelListener(IColumnModelListener l) |
void |
IColumnModel.removeColumnModelListener(IColumnModelListener l)
Removes a column model listener.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGanttChart
The abstract Gantt chart provides functionality that all Gantt chart
implementations have in common:
Command Execution
Timeline, Dateline, Eventline
Column Header
Printing Support
System Messages
|
class |
ColumnChooser
A panel used for selecting which columns will be shown in the tree table of
the Gantt chart.
|
class |
DualGanttChart
A dual Gantt Chart is capable of displaying two charts at the same time while
keeping the two left-hand sides and the two right-hand sides synchronized
during horizontal scrolling operations.
|
class |
GanttChart
A basic Gantt chart implementation that is capable of visualizing the data
provided by a single Gantt chart model.
|
class |
SimpleGranularityDualGanttChart
A dual Gantt chart implementation that is pre-configured to use the
non-standard
SimpleGranularity for its dateline model, the status
bar, and the grid policy. |
class |
SimpleGranularityGanttChart
A Gantt chart implementation that is pre-configured to use the non-standard
SimpleGranularity for its dateline model, the status bar, and the
grid policy. |
Modifier and Type | Class and Description |
---|---|
class |
MacDualGanttChart
A specialized dual Gantt chart for MacOS X that sets various UI settings in
such a way that the chart will look more at home on a Mac.
|
class |
MacGanttChart
A specialized Gantt chart for MacOS X that sets various UI settings in such a
way that the chart will look more at home on a Mac.
|
Modifier and Type | Class and Description |
---|---|
class |
PrintGanttChart
A Gantt chart specialized on being printed that takes another Gantt chart as
its input and copies its configuration object.
|
Modifier and Type | Class and Description |
---|---|
class |
TreeTable
The left-hand side of any Gantt chart is represented by a tree table
component, which allows the user to drill down the data provided by a tree
table model.
|
class |
TreeTableContainer
A somewhat limited Gantt chart implementation that is only capable of
displaying a tree table.
|
class |
TreeTableHeader
The column heder is used in combination with the
TreeTable . |
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.