Package | Description |
---|---|
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 |
---|---|
TimelineObjectSelectionEvent.ID |
TimelineObjectSelectionEvent.getId()
Returns the type of event that took place.
|
static TimelineObjectSelectionEvent.ID |
TimelineObjectSelectionEvent.ID.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimelineObjectSelectionEvent.ID[] |
TimelineObjectSelectionEvent.ID.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultTimelineObjectSelectionModel.fireValueChanged(TimelineObjectSelectionEvent.ID id,
Collection<TimelineObjectPath> paths)
Fires an event with the given ID to all listeners that are currently
attached to the 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.