Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
DefaultTreeTableCellEditor
A cell editor implementation that can be used for editing tree table cells
and spreadsheet cells.
|
Modifier and Type | Class and Description |
---|---|
static class |
TreeTable.BooleanEditor
An editor for values of type
Boolean . |
static class |
TreeTable.CalendarEditor
An editor for values of type
Calendar . |
static class |
TreeTable.ColorEditor
An editor for values of type
Color . |
static class |
TreeTable.DateEditor
An editor for values of type
Date . |
static class |
TreeTable.EnumEditor
An editor for enumerations.
|
static class |
TreeTable.NumberEditor
An editor for numbers (double, float, ...).
|
Modifier and Type | Method and Description |
---|---|
ITreeTableCellEditor |
TreeTable.getCellEditor()
Returns the currently used cell editor.
|
ITreeTableCellEditor |
TreeTable.getCellEditor(Class cl)
Returns a cell editor for the given object type.
|
ITreeTableCellEditor |
TreeTable.getCellEditor(int row,
int column)
Returns a cell editor for the given row and column.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeTable.setCellEditor(Class cl,
ITreeTableCellEditor editor)
Specifies a cell editor for the given object type.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.