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.
|
Modifier and Type | Method and Description |
---|---|
DefaultTreeTableModel |
DefaultChangeValueCommand.getModel()
Returns the tree table model to which the node belongs.
|
DefaultTreeTableModel |
DefaultInsertNodeCommand.getModel()
The model to which the parent node and the new child node belong.
|
DefaultTreeTableModel |
DefaultChangeKeyCommand.getModel()
Returns the tree table model to which the node belongs.
|
DefaultTreeTableModel |
DefaultDeleteNodeCommand.getModel()
Returns the model to which the parent and the child node belong.
|
DefaultTreeTableModel |
DefaultCreateNodeCommand.getModel()
The model to which the parent node and the new child node belong.
|
DefaultTreeTableModel |
DefaultNodeDragAndDropCommand.getNewModel()
Returns the model to which the dragged node belongs after the command
gets executed.
|
DefaultTreeTableModel |
DefaultNodeDragAndDropCommand.getOldModel()
Returns the model to which the dragged node belongs before the command
gets executed.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultGanttChartModel<T extends IGanttChartNode<S>,S extends ITimelineObject>
The default implementation of a Gantt chart model.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.