Package | Description |
---|---|
com.dlsc.flexgantt.command.layer |
Contains layer-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 |
---|---|
DefaultGanttChartNode |
DefaultChangeTimelineObjectTimeSpanCommand.getNode()
Returns the tree node to which the timeline object belongs.
|
DefaultGanttChartNode |
DefaultCreateTimelineObjectCommand.getNode()
Returns the node for which the timeline object gets created.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultCreateTimelineObjectCommand.setNode(DefaultGanttChartNode node)
Sets the node for which the timeline object gets created.
|
Constructor and Description |
---|
DefaultChangeTimelineObjectTimeSpanCommand(DefaultGanttChartNode node,
ILayer layer,
ITimelineObject object,
DefaultGanttChartModel model,
ITimeSpan span,
int dropAction)
Constructs a new command.
|
DefaultCreateTimelineObjectCommand(DefaultGanttChartNode node,
DefaultGanttChartModel model,
ILayer layer,
ITimeSpan timeSpan,
int lineIndex)
Constructs a new command.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultResourceNode<T,S extends ITimelineObject>
The default implementation of a Gantt chart node that represents a resource
(e.g. a machine with a minimum and a maximum capacity).
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.