public class DefaultDeleteMultipleTimelineObjectsCommand extends AbstractCompoundCommand<DefaultDeleteTimelineObjectCommand>
DefaultGanttChartModel
, the timeline object implements
the ITimelineObject
interface, and the tree node implements the
IGanttChartNode
interface.DefaultDeleteTimelineObjectCommand
,
IEditTimelineObjectPolicy.getDeleteCommand(com.dlsc.flexgantt.model.gantt.IGanttChartModel,
Collection)
,
DefaultGanttChartModel.removeTimelineObject(IGanttChartNode, ILayer,
ITimelineObject)
,
Serialized FormConstructor and Description |
---|
DefaultDeleteMultipleTimelineObjectsCommand(DefaultGanttChartModel model,
Collection<TimelineObjectPath> timelineObjects)
Constructs a new command.
|
addCommand, executeCommand, getCommand, getCommandCount, isRedoable, isUndoable, redoCommand, removeCommand, setCommands, undoCommand
getName, isRelevant, setName
public DefaultDeleteMultipleTimelineObjectsCommand(DefaultGanttChartModel model, Collection<TimelineObjectPath> timelineObjects)
model
- the model in which the node and the timeline object are storedtimelineObjects
- the timeline objects that will be deletedCopyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.