Package | Description |
---|---|
com.dlsc.flexgantt.swing.layer |
The right-hand side of any Gantt chart is a layer container, which is
responsible for managing the various layer types.
|
com.dlsc.flexgantt.swing.layer.timeline |
Classes that deal with timeline layers and the rendering and the selection
of timeline objects.
|
Modifier and Type | Method and Description |
---|---|
ITimelineObjectSelectionModel |
LayerContainer.getSelectionModel(ILayer layer)
Returns the selection model for the given layer.
|
Modifier and Type | Method and Description |
---|---|
void |
LayerContainer.setSelectionModel(ILayer layer,
ITimelineObjectSelectionModel model)
Sets a selection model implementation for the given layer.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTimelineObjectSelectionModel
The default implementation of the timeline object layer selection model.
|
Constructor and Description |
---|
TimelineObjectSelectionEvent(ITimelineObjectSelectionModel model,
TimelineObjectSelectionEvent.ID id,
List<TimelineObjectPath> paths)
Constructs a new selection event.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.