org.opengis.go.display.event
Interface GraphicChangeEvent
-
- All Superinterfaces:
- GraphicEvent
public interface GraphicChangeEvent extends GraphicEvent
Provides a common abstraction for the various event objects pertaining to change events on aGraphic.
-
-
Field Summary
Fields Modifier and Type Field and Description static intEDITABLE_CHANGEDFlag for changes to aGraphicby a user via the GUI controls.static intEDITABLE_ENDFlag for exiting editable mode.static intEDITABLE_STARTFlag for entering editable mode.static intGRAPHIC_CHANGEDFlag for graphic changed by non-edit mechanism.static intGRAPHIC_DESELECTEDFlag for graphic deselected.static intGRAPHIC_DISPOSEDFlag for graphic disposed.static intGRAPHIC_SELECTEDFlag for graphic selected.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description intgetID()Get the ID flag for this event.-
Methods inherited from interface org.opengis.go.display.event.GraphicEvent
consume, getGraphic, isConsumed
-
-
-
-
Field Detail
-
EDITABLE_CHANGED
static final int EDITABLE_CHANGED
Flag for changes to aGraphicby a user via the GUI controls.- See Also:
- Constant Field Values
-
EDITABLE_END
static final int EDITABLE_END
Flag for exiting editable mode.- See Also:
- Constant Field Values
-
EDITABLE_START
static final int EDITABLE_START
Flag for entering editable mode.- See Also:
- Constant Field Values
-
GRAPHIC_CHANGED
static final int GRAPHIC_CHANGED
Flag for graphic changed by non-edit mechanism.- See Also:
- Constant Field Values
-
GRAPHIC_DESELECTED
static final int GRAPHIC_DESELECTED
Flag for graphic deselected.- See Also:
- Constant Field Values
-
GRAPHIC_DISPOSED
static final int GRAPHIC_DISPOSED
Flag for graphic disposed.- See Also:
- Constant Field Values
-
GRAPHIC_SELECTED
static final int GRAPHIC_SELECTED
Flag for graphic selected.- See Also:
- Constant Field Values
-
-
DataMelt 3.0 © DataMelt by jWork.ORG