Package | Description |
---|---|
com.dlsc.flexgantt.command.layer |
Contains layer-specific commands.
|
Modifier and Type | Method and Description |
---|---|
DefaultGanttChartModel |
DefaultDeleteRelationshipCommand.getModel()
Returns the model from which the relationship was removed.
|
DefaultGanttChartModel |
DefaultDeleteTimelineObjectCommand.getModel()
Returns the model in which the tree node and the deleted timeline object
are stored.
|
DefaultGanttChartModel |
DefaultChangePercentageCommand.getModel()
Returns the model to which the activity object belongs.
|
DefaultGanttChartModel |
DefaultChangeSpreadsheetValueCommand.getModel()
Returns the spreadsheet model to which the cell belongs.
|
DefaultGanttChartModel |
DefaultCreateRelationshipCommand.getModel()
Returns the model for which the command creates / created a new
relationship object.
|
DefaultGanttChartModel |
DefaultChangeCapacityCommand.getModel()
Returns the model to which the capacity object belongs.
|
DefaultGanttChartModel |
DefaultChangeTimelineObjectTimeSpanCommand.getModel()
Returns the model to which the timeline object belongs.
|
DefaultGanttChartModel |
DefaultCreateConstraintCommand.getModel()
Returns the model for which the command creates / created a new
constraint object.
|
DefaultGanttChartModel |
DefaultCreateTimelineObjectCommand.getModel()
Returns the model that will be modified by the command.
|
DefaultGanttChartModel |
AbstractDragAndDropCommand.getNewModel()
Returns the new Gantt chart model in which the timeline object will be
stored.
|
DefaultGanttChartModel |
AbstractDragAndDropCommand.getOldModel()
Returns the old Gantt chart model in which the timeline object was
stored.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractDragAndDropCommand.fixRelationships(ITimelineObject object,
IGanttChartNode oldOwner,
IGanttChartNode newOwner,
DefaultGanttChartModel oldModel,
DefaultGanttChartModel newModel)
Fixes the relationship objects based on the information passed to it.
|
protected void |
AbstractDragAndDropCommand.fixRelationships(ITimelineObject object,
IGanttChartNode oldOwner,
IGanttChartNode newOwner,
DefaultGanttChartModel oldModel,
DefaultGanttChartModel newModel)
Fixes the relationship objects based on the information passed to it.
|
void |
DefaultCreateTimelineObjectCommand.setModel(DefaultGanttChartModel model)
Sets the model that gets modified by the command.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.