public static enum OverlayEvent.OverlayEventType extends java.lang.Enum<OverlayEvent.OverlayEventType>
| Enum Constant and Description |
|---|
PAINTER_CHANGED |
PROPERTY_CHANGED |
| Modifier and Type | Method and Description |
|---|---|
static OverlayEvent.OverlayEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OverlayEvent.OverlayEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OverlayEvent.OverlayEventType PAINTER_CHANGED
public static final OverlayEvent.OverlayEventType PROPERTY_CHANGED
public static OverlayEvent.OverlayEventType[] values()
for (OverlayEvent.OverlayEventType c : OverlayEvent.OverlayEventType.values()) System.out.println(c);
public static OverlayEvent.OverlayEventType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null