public static enum EventlineModelEvent.ID extends Enum<EventlineModelEvent.ID>
IEventlineModel
.IEventlineModelListener
,
IEventlineModel.addEventlineModelListener(IEventlineModelListener)
Enum Constant and Description |
---|
EVENTLINE_OBJECT_TIME_SPAN_CHANGED
An ID for events fired by an
IEventlineModel when the time
span of objects (stored in the model) has changed. |
EVENTLINE_OBJECTS_ADDED
An ID for events fired by an
IEventlineModel when objects
were added to the model. |
EVENTLINE_OBJECTS_REMOVED
An ID for events fired by an
IEventlineModel when objects
were removed from the model. |
Modifier and Type | Method and Description |
---|---|
static EventlineModelEvent.ID |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventlineModelEvent.ID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventlineModelEvent.ID EVENTLINE_OBJECTS_ADDED
IEventlineModel
when objects
were added to the model.public static final EventlineModelEvent.ID EVENTLINE_OBJECTS_REMOVED
IEventlineModel
when objects
were removed from the model.public static final EventlineModelEvent.ID EVENTLINE_OBJECT_TIME_SPAN_CHANGED
IEventlineModel
when the time
span of objects (stored in the model) has changed.public static EventlineModelEvent.ID[] values()
for (EventlineModelEvent.ID c : EventlineModelEvent.ID.values()) System.out.println(c);
public static EventlineModelEvent.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.