|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<MapPaneEvent.Type>
MapPaneEvent.Type
public static enum MapPaneEvent.Type
Type of MapPane event
Enum Constant Summary | |
---|---|
DISPLAY_AREA_CHANGED
The display area has been changed. |
|
NEW_CONTEXT
The map pane has set a new context. |
|
NEW_RENDERER
The map pane has set a new renderer. |
|
PANE_RESIZED
The map pane has been resized. |
Method Summary | |
---|---|
static MapPaneEvent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MapPaneEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final MapPaneEvent.Type NEW_CONTEXT
public static final MapPaneEvent.Type NEW_RENDERER
public static final MapPaneEvent.Type PANE_RESIZED
public static final MapPaneEvent.Type DISPLAY_AREA_CHANGED
Method Detail |
---|
public static final MapPaneEvent.Type[] values()
for(MapPaneEvent.Type c : MapPaneEvent.Type.values()) System.out.println(c);
public static MapPaneEvent.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 name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |