Package | Description |
---|---|
com.dlsc.flexgantt.command.treetable |
Contains tree-table-specific commands.
|
com.dlsc.flexgantt.model.gantt |
A model definition and default implementation for a Gantt chart model, which
is basically an extension of a tree table model, which itself is an extension
of a tree model.
|
Constructor and Description |
---|
DefaultChangeKeyCommand(DefaultMutableTreeTableNode node,
DefaultTreeTableModel model,
Object key)
Constructs a new command.
|
DefaultChangeValueCommand(DefaultMutableTreeTableNode node,
DefaultTreeTableModel model,
Object value,
int index)
Constructs a new command.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultGanttChartNode<T,S extends ITimelineObject>
The default implementation of
IGanttChartNode that can be used in
combination with the DefaultGanttChartModel . |
class |
DefaultResourceNode<T,S extends ITimelineObject>
The default implementation of a Gantt chart node that represents a resource
(e.g.
|
Copyright © 2006–2016 Dirk Lemmermann Software & Consulting. All rights reserved.