Package | Description |
---|---|
com.dlsc.flexgantt.model.paging |
Paging models are used to allow the user to quickly change the time span that
is displayed by the timeline.
|
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 |
IPagingModel.addPagingModelListener(IPagingModelListener l)
Adds a listener to the paging model.
|
void |
DefaultPagingModel.addPagingModelListener(IPagingModelListener l) |
void |
IPagingModel.removePagingModelListener(IPagingModelListener l)
Removes a listener from the paging model.
|
void |
DefaultPagingModel.removePagingModelListener(IPagingModelListener l) |
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 |
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 |
PagingControlPanel
The navigation control allows the user to zoom in, zoom out and jump to the
time 'now'.
|
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 |
TreeTableContainer
A somewhat limited Gantt chart implementation that is only capable of
displaying a tree table.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.