public enum ViewerStateChange extends Enum<ViewerStateChange>
ViewerStateChangeListener
s
can be notified about.Modifier and Type | Method and Description |
---|---|
static ViewerStateChange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewerStateChange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewerStateChange CURRENT_SOURCE_CHANGED
public static final ViewerStateChange CURRENT_GROUP_CHANGED
public static final ViewerStateChange SOURCE_ACTIVITY_CHANGED
public static final ViewerStateChange GROUP_ACTIVITY_CHANGED
public static final ViewerStateChange SOURCE_TO_GROUP_ASSIGNMENT_CHANGED
public static final ViewerStateChange GROUP_NAME_CHANGED
public static final ViewerStateChange NUM_SOURCES_CHANGED
public static final ViewerStateChange NUM_GROUPS_CHANGED
public static final ViewerStateChange VISIBILITY_CHANGED
public static final ViewerStateChange DISPLAY_MODE_CHANGED
public static final ViewerStateChange INTERPOLATION_CHANGED
public static final ViewerStateChange NUM_TIMEPOINTS_CHANGED
public static final ViewerStateChange CURRENT_TIMEPOINT_CHANGED
public static final ViewerStateChange VIEWER_TRANSFORM_CHANGED
public static ViewerStateChange[] values()
for (ViewerStateChange c : ViewerStateChange.values()) System.out.println(c);
public static ViewerStateChange 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 © 2015–2021 Fiji. All rights reserved.