Package | Description |
---|---|
com.dlsc.flexgantt.model.treetable |
A tree table model, which is an extension of the standard Swing tree model.
|
Modifier and Type | Method and Description |
---|---|
ColumnModelEvent.ID |
ColumnModelEvent.getId()
Returns the event identifier.
|
static ColumnModelEvent.ID |
ColumnModelEvent.ID.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnModelEvent.ID[] |
ColumnModelEvent.ID.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ColumnModelEvent(IColumnModel model,
TreeTableColumn column,
ColumnModelEvent.ID id)
Constructs a new column model event for the given column model and
column.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.