public static enum Event.Type extends Enum<Event.Type>
Enum Constant and Description |
---|
ADD |
AUTOPANSTART |
BLUR |
DRAG |
DRAGSTART |
FOCUS |
LOAD |
LOADING |
MOVE |
MOVEEND |
MOVESTART |
REMOVE |
UNLOAD |
VIEWRESET |
ZOOMEND |
ZOOMLEVELSCHANGE |
ZOOMSTART |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Event.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Event.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Event.Type FOCUS
public static final Event.Type BLUR
public static final Event.Type LOAD
public static final Event.Type UNLOAD
public static final Event.Type VIEWRESET
public static final Event.Type MOVESTART
public static final Event.Type MOVE
public static final Event.Type MOVEEND
public static final Event.Type DRAGSTART
public static final Event.Type DRAG
public static final Event.Type ZOOMSTART
public static final Event.Type ZOOMEND
public static final Event.Type ZOOMLEVELSCHANGE
public static final Event.Type AUTOPANSTART
public static final Event.Type ADD
public static final Event.Type REMOVE
public static final Event.Type LOADING
public static Event.Type[] values()
for (Event.Type c : Event.Type.values()) System.out.println(c);
public static Event.Type 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 nullpublic String toString()
toString
in class Enum<Event.Type>
Copyright © 2017. All rights reserved.