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