public static enum TimelineObjectSelectionEvent.ID extends Enum<TimelineObjectSelectionEvent.ID>
Enum Constant and Description |
---|
TIMELINE_OBJECTS_ADDED
An ID used when timeline objects have been added to the selection
model.
|
TIMELINE_OBJECTS_REMOVED
An ID used when timeline objects have been removed from the selection
model.
|
Modifier and Type | Method and Description |
---|---|
static TimelineObjectSelectionEvent.ID |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimelineObjectSelectionEvent.ID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimelineObjectSelectionEvent.ID TIMELINE_OBJECTS_ADDED
public static final TimelineObjectSelectionEvent.ID TIMELINE_OBJECTS_REMOVED
public static TimelineObjectSelectionEvent.ID[] values()
for (TimelineObjectSelectionEvent.ID c : TimelineObjectSelectionEvent.ID.values()) System.out.println(c);
public static TimelineObjectSelectionEvent.ID valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.