public static enum EventlineSelectionModelEvent.ID extends Enum<EventlineSelectionModelEvent.ID>
Enum Constant and Description |
---|
EVENTLINE_OBJECTS_ADDED
Value used to indicate that eventline objects have been added to the
selection model.
|
EVENTLINE_OBJECTS_REMOVED
Value used to indicate that eventline objects have been removed from
the selection model.
|
SELECTION_CLEARED
Value used to indicate that the entire selection has been cleared.
|
Modifier and Type | Method and Description |
---|---|
static EventlineSelectionModelEvent.ID |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventlineSelectionModelEvent.ID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventlineSelectionModelEvent.ID EVENTLINE_OBJECTS_ADDED
public static final EventlineSelectionModelEvent.ID EVENTLINE_OBJECTS_REMOVED
public static final EventlineSelectionModelEvent.ID SELECTION_CLEARED
public static EventlineSelectionModelEvent.ID[] values()
for (EventlineSelectionModelEvent.ID c : EventlineSelectionModelEvent.ID.values()) System.out.println(c);
public static EventlineSelectionModelEvent.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.