|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GraphicChangeEvent | |
|---|---|
| org.opengis.go.display.event | |
| Uses of GraphicChangeEvent in org.opengis.go.display.event |
|---|
| Methods in org.opengis.go.display.event with parameters of type GraphicChangeEvent | |
|---|---|
void |
GraphicListener.graphicChanged(GraphicChangeEvent ge)
Invoked when a Graphic changes in any way, other
than editing. |
void |
GraphicListener.graphicDeselected(GraphicChangeEvent ge)
Invoked when a Graphic is deselected, either
programmatically or through a mouse gesture. |
void |
GraphicListener.graphicDisposed(GraphicChangeEvent ge)
Invoked when a Graphic is disposed. |
void |
GraphicListener.graphicEditableChanged(GraphicChangeEvent ge)
Invoked when a Graphic is edited by a gui user. |
void |
GraphicListener.graphicEditableEnd(GraphicChangeEvent ge)
Invoked when a Graphic is no longer in an editable state. |
void |
GraphicListener.graphicEditableStart(GraphicChangeEvent ge)
Invoked when a Graphic is put into an editable state. |
void |
GraphicListener.graphicSelected(GraphicChangeEvent ge)
Invoked when a Graphic is selected, either programmatically
or through a mouse gesture. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||