Package | Description |
---|---|
com.dlsc.flexgantt.model.eventline |
Model definition and default implementation for an eventline model.
|
Modifier and Type | Method and Description |
---|---|
EventlineModelEvent.ID |
EventlineModelEvent.getId()
An identifier used to distinguish between different types of eventline
model events (objects were added or removed).
|
static EventlineModelEvent.ID |
EventlineModelEvent.ID.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventlineModelEvent.ID[] |
EventlineModelEvent.ID.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
EventlineModelEvent(IEventlineModel model,
EventlineModelEvent.ID id)
Constructs a new event object.
|
EventlineModelEvent(IEventlineModel model,
EventlineModelEvent.ID id,
Object eventlineObject)
Constructs a new event object.
|
EventlineModelEvent(IEventlineModel model,
EventlineModelEvent.ID id,
Object[] eventlineObjects)
Constructs a new event object.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.