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.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 |
IColumnModelListener.columnModelChanged(ColumnModelEvent evt)
The listener's callback method that will be invoked when columns get
added, removed, inserted.
|
protected void |
DefaultColumnModel.fireColumnChanged(ColumnModelEvent evt)
Forwards the given model event to all column model listeners attached to
the model.
|
Modifier and Type | Method and Description |
---|---|
void |
ColumnChooser.columnModelChanged(ColumnModelEvent evt) |
void |
AbstractGanttChart.columnModelChanged(ColumnModelEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
TreeTableHeader.columnModelChanged(ColumnModelEvent evt) |
void |
TreeTable.columnModelChanged(ColumnModelEvent evt) |
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.