Package | Description |
---|---|
com.dlsc.flexgantt.model.eventline |
Model definition and default implementation for an eventline model.
|
com.dlsc.flexgantt.swing.timeline |
Contains the timeline component, which itself consists of a dateline and
an eventline.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultEventlineSelectionModel
A selection model used by the
Eventline . |
Modifier and Type | Method and Description |
---|---|
IEventlineSelectionModel |
EventlineSelectionModelEvent.getModel()
Returns the selection model that was the source of the event.
|
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.
|
Modifier and Type | Method and Description |
---|---|
IEventlineSelectionModel |
Eventline.getSelectionModel()
Returns the selection model used by the eventline.
|
Modifier and Type | Method and Description |
---|---|
void |
Eventline.setSelectionModel(IEventlineSelectionModel model)
Sets a new selection model to be used by the eventline.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.