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.layer |
The right-hand side of any Gantt chart is a layer container, which is
responsible for managing the various layer types.
|
com.dlsc.flexgantt.swing.mac | |
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 |
ITreeTableModel.addTreeTableModelListener(ITreeTableModelListener l)
Adds a listener to the model, which will be informed when key or column
values get changes.
|
void |
DefaultTreeTableModel.addTreeTableModelListener(ITreeTableModelListener l) |
void |
ITreeTableModel.removeTreeTableModelListener(ITreeTableModelListener l)
Removes a listener from the model.
|
void |
DefaultTreeTableModel.removeTreeTableModelListener(ITreeTableModelListener l) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRowHeader<T extends IRowHeaderRenderer>
A component used for displaying row numbers and expand / collapse icons on
the left-hand side of the tree table.
|
Modifier and Type | Class and Description |
---|---|
class |
LayerContainer
The layer container is the main user interface component on the right-hand
side of the Gantt chart.
|
class |
LayerContainerRowHeader
A row header component used on the left edge of the layer container.
|
Modifier and Type | Class and Description |
---|---|
class |
MacLayerContainerRowHeader
A specialized MacOS X row header for layer containers.
|
class |
MacTreeTableRowHeader
A specialized tree table row header for MacOS X.
|
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 |
TreeTableRowHeader
A component used for displaying row numbers and expand / collapse icons on
the left-hand side of the tree table.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.