Package | Description |
---|---|
com.dlsc.flexgantt.command.eventline |
Contains eventline-specific commands.
|
com.dlsc.flexgantt.model.eventline |
Model definition and default implementation for an eventline model.
|
Modifier and Type | Method and Description |
---|---|
IEventlineObject |
DefaultDeleteEventlineObjectCommand.getEventlineObject()
Returns the eventline object that was / will be deleted
|
Constructor and Description |
---|
DefaultChangeEventlineObjectTimeSpanCommand(IEventlineObject object,
DefaultEventlineModel model,
ITimeSpan span)
Constructs a new command.
|
DefaultDeleteEventlineObjectCommand(IEventlineObject object,
DefaultEventlineModel model)
Constructs a new command.
|
Constructor and Description |
---|
DefaultDeleteMultipleEventlineObjectsCommand(Collection<IEventlineObject> eventlineObjects,
DefaultEventlineModel<IEventlineObject> model)
Constructs a new command.
|
DefaultDeleteMultipleEventlineObjectsCommand(Collection<IEventlineObject> eventlineObjects,
DefaultEventlineModel<IEventlineObject> model)
Constructs a new command.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultEventlineModel<T extends IEventlineObject>
A default implementation of the eventline model that internally manages
instances of
IEventlineObject in a ArrayList . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEventlineObject<T>
A default implementation for objects that can be placed on the eventline by
adding them to the
DefaultEventlineModel . |
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.