public static class DrawingEvent.EventType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static DrawingEvent.EventType |
ATTRIBUTE_CHANGE
an element attribute or attribute set changed
|
static DrawingEvent.EventType |
GEOMETRY_CHANGE
an element geometry changed
|
static DrawingEvent.EventType |
INSERT
a child was inserted to the changed-element
|
static DrawingEvent.EventType |
REMOVE
a child was removed from the changed-element
|
static DrawingEvent.EventType |
REPLACE
a child was replaced by another element in the changed-element
|
static DrawingEvent.EventType |
TEXT_CHANGE
the text content of a text element changed
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final DrawingEvent.EventType GEOMETRY_CHANGE
public static final DrawingEvent.EventType ATTRIBUTE_CHANGE
public static final DrawingEvent.EventType TEXT_CHANGE
public static final DrawingEvent.EventType INSERT
public static final DrawingEvent.EventType REMOVE
public static final DrawingEvent.EventType REPLACE
Submit a bug : syd@jpicedt.org