|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<MapEvent.MapEventType>
net.refractions.udig.project.MapEvent.MapEventType
public static enum MapEvent.MapEventType
Enum Constant Summary | |
---|---|
ABSTRACT
Type indicating the abstract of the map has changed. |
|
COLOR_PALETTE
Type indicating the Colour Palette used by the map has changed. |
|
COLOUR_SCHEME
Type indicating the Colour Scheme used by the map has changed. |
|
EDIT_MANAGER
Type indicating the EditManager of the map has changed. |
|
LAYER_FACTORY
Type indicating the LayerFactory of the map has changed. |
|
MAP_COMMAND
Type indicating a MapCommand has been executed. |
|
NAME
Type indicating the name of the map has changed. |
|
NAV_COMMAND
Type indicating a NavCommand has been executed. |
|
PROJECT
Type indicating the containing project of the map has changed. |
|
RENDER_MANAGER
Type indicating the RenderManager of the map has changed. |
|
VIEWPORT_MODEL
Type indicating the ViewportModel of the map has changed. |
Method Summary | |
---|---|
static MapEvent.MapEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MapEvent.MapEventType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final MapEvent.MapEventType PROJECT
public static final MapEvent.MapEventType NAME
public static final MapEvent.MapEventType ABSTRACT
public static final MapEvent.MapEventType NAV_COMMAND
public static final MapEvent.MapEventType MAP_COMMAND
public static final MapEvent.MapEventType LAYER_FACTORY
public static final MapEvent.MapEventType VIEWPORT_MODEL
public static final MapEvent.MapEventType EDIT_MANAGER
public static final MapEvent.MapEventType RENDER_MANAGER
public static final MapEvent.MapEventType COLOR_PALETTE
public static final MapEvent.MapEventType COLOUR_SCHEME
Method Detail |
---|
public static final MapEvent.MapEventType[] values()
for(MapEvent.MapEventType c : MapEvent.MapEventType.values()) System.out.println(c);
public static MapEvent.MapEventType 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 name
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |