|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphicChangeEvent
Provides a common abstraction for the various event objects pertaining
to change events on a Graphic
.
Field Summary | |
---|---|
static int |
EDITABLE_CHANGED
Flag for changes to a Graphic by a user via the GUI controls. |
static int |
EDITABLE_END
Flag for exiting editable mode. |
static int |
EDITABLE_START
Flag for entering editable mode. |
static int |
GRAPHIC_CHANGED
Flag for graphic changed by non-edit mechanism. |
static int |
GRAPHIC_DESELECTED
Flag for graphic deselected. |
static int |
GRAPHIC_DISPOSED
Flag for graphic disposed. |
static int |
GRAPHIC_SELECTED
Flag for graphic selected. |
Method Summary | |
---|---|
int |
getID()
Get the ID flag for this event. |
Methods inherited from interface GraphicEvent |
---|
consume, getGraphic, isConsumed |
Field Detail |
---|
static final int EDITABLE_CHANGED
Graphic
by a user via the GUI controls.
static final int EDITABLE_END
static final int EDITABLE_START
static final int GRAPHIC_CHANGED
static final int GRAPHIC_DESELECTED
static final int GRAPHIC_DISPOSED
static final int GRAPHIC_SELECTED
Method Detail |
---|
int getID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |