|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<EditBlackboardEvent.EventType>
net.refractions.udig.tools.edit.support.EditBlackboardEvent.EventType
public static enum EditBlackboardEvent.EventType
Enum Constant Summary | |
---|---|
ADD_GEOMS
One or more Geometries were added to the blackboard. |
|
ADD_POINT
A point was added to the blackboard. |
|
ADD_POINT_TO_MANY
A special case where a single point was added to many geometries. |
|
CLEARED
|
|
MOVE_POINT
A point was moved in the blackboard. |
|
REMOVE_GEOMS
One or more Geometries were removed from the blackboard. |
|
REMOVE_POINT
A point was removed from the blackboard. |
|
SELECTION
The Selection has changed The source is a EditBlackboard
The OldValue is the previous selection
The NewValue is a the new selection
|
|
SET_GEOMS
The geometries in the EditBlackboard were set. |
|
TRANFORMATION
The Map to Screen transform has changed The source is a EditBlackboard
The OldValue is the previous AffineTransform of the Blackboard
The NewValue is a Map |
Method Summary | |
---|---|
static EditBlackboardEvent.EventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EditBlackboardEvent.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 EditBlackboardEvent.EventType ADD_POINT
PrimitiveShape
that the point was added toPoint
public static final EditBlackboardEvent.EventType REMOVE_POINT
PrimitiveShape
that the point was removed fromPoint
removed
public static final EditBlackboardEvent.EventType MOVE_POINT
PrimitiveShape
that were affected by the changePoint
movedPoint
public static final EditBlackboardEvent.EventType ADD_GEOMS
EditBlackboard
that the geometries were added to
public static final EditBlackboardEvent.EventType SET_GEOMS
EditBlackboard
that was modifiedEditGeom
objects that were in the blackboard
before the changeEditGeom
objects
public static final EditBlackboardEvent.EventType REMOVE_GEOMS
EditBlackboard
that the geometries were removed fromEditGeom
public static final EditBlackboardEvent.EventType TRANFORMATION
EditBlackboard
public static final EditBlackboardEvent.EventType SELECTION
EditBlackboard
public static final EditBlackboardEvent.EventType ADD_POINT_TO_MANY
public static final EditBlackboardEvent.EventType CLEARED
Method Detail |
---|
public static final EditBlackboardEvent.EventType[] values()
for(EditBlackboardEvent.EventType c : EditBlackboardEvent.EventType.values()) System.out.println(c);
public static EditBlackboardEvent.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 |