Package | Description |
---|---|
com.dlsc.flexgantt.model.dateline |
Provides a model definition and default implementation for a dateline
model.
|
Modifier and Type | Method and Description |
---|---|
DatelineModelEvent.ID |
DatelineModelEvent.getId()
Returns the event type identifier that allows the application to
distinguish between different types of events that can occure on the
model.
|
static DatelineModelEvent.ID |
DatelineModelEvent.ID.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatelineModelEvent.ID[] |
DatelineModelEvent.ID.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DatelineModelEvent(IDatelineModel model,
DatelineModelEvent.ID id)
Constructs a new dateline model event.
|
DatelineModelEvent(IDatelineModel model,
DatelineModelEvent.ID id,
ITimeSpan requestedVisibleTimeSpan)
Constructs a new dateline model event.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.