|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<LayerEvent.EventType>
net.refractions.udig.project.LayerEvent.EventType
public static enum LayerEvent.EventType
Enum Constant Summary | |
---|---|
ALL
Indicates "something" changed. |
|
EDIT_EVENT
Indicates that and edit event has occurred OldValue will always be null. |
|
FILTER
Indicates the Filter of the layer has changed. |
|
NAME
Indicates the name of the layer has changed |
|
RESOURCE
Indicates a Resource has changed |
|
STYLE
Indicates the style changed |
|
VISIBILITY
Indicates the visibility of the layer has changed |
|
ZORDER
Indicates the zorder of the layer has changed |
Method Summary | |
---|---|
static LayerEvent.EventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LayerEvent.EventType[] |
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 LayerEvent.EventType FILTER
public static final LayerEvent.EventType RESOURCE
public static final LayerEvent.EventType STYLE
public static final LayerEvent.EventType ZORDER
public static final LayerEvent.EventType VISIBILITY
public static final LayerEvent.EventType NAME
public static final LayerEvent.EventType ALL
public static final LayerEvent.EventType EDIT_EVENT
FeatureEvent
Method Detail |
---|
public static final LayerEvent.EventType[] values()
for(LayerEvent.EventType c : LayerEvent.EventType.values()) System.out.println(c);
public static LayerEvent.EventType 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 |