|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphicListener
Allows a program to listen to a Graphic
for certain mouse and state events.
Note that a Graphic
is editable when it can be modified by a user via the display GUI
(generally by clicking on graphic editing handles).
Method Summary | |
---|---|
void |
graphicChanged(GraphicChangeEvent ge)
Invoked when a Graphic changes in any way, other
than editing. |
void |
graphicDeselected(GraphicChangeEvent ge)
Invoked when a Graphic is deselected, either
programmatically or through a mouse gesture. |
void |
graphicDisposed(GraphicChangeEvent ge)
Invoked when a Graphic is disposed. |
void |
graphicEditableChanged(GraphicChangeEvent ge)
Invoked when a Graphic is edited by a gui user. |
void |
graphicEditableEnd(GraphicChangeEvent ge)
Invoked when a Graphic is no longer in an editable state. |
void |
graphicEditableStart(GraphicChangeEvent ge)
Invoked when a Graphic is put into an editable state. |
void |
graphicSelected(GraphicChangeEvent ge)
Invoked when a Graphic is selected, either programmatically
or through a mouse gesture. |
void |
mouseClicked(GraphicMouseEvent ge)
Invoked when the mouse has been clicked on a Graphic . |
void |
mouseDwelled(GraphicMouseEvent ge)
Invoked when the mouse dwells on a Graphic . |
void |
mousePressed(GraphicMouseEvent ge)
Invoked when a mouse button has been pressed on a Graphic . |
void |
mouseReleased(GraphicMouseEvent ge)
Invoked when a mouse button has been released on a Graphic . |
Method Detail |
---|
void mouseClicked(GraphicMouseEvent ge)
Graphic
.
void mousePressed(GraphicMouseEvent ge)
Graphic
.
void mouseReleased(GraphicMouseEvent ge)
Graphic
.
void mouseDwelled(GraphicMouseEvent ge)
Graphic
. Dwelling
occurs after a mouseEntered
event transpires and only
after mouseMoved
events have ceased for an arbitrary
length of time.
void graphicSelected(GraphicChangeEvent ge)
Graphic
is selected, either programmatically
or through a mouse gesture.
void graphicDeselected(GraphicChangeEvent ge)
Graphic
is deselected, either
programmatically or through a mouse gesture.
void graphicDisposed(GraphicChangeEvent ge)
Graphic
is disposed.
void graphicEditableStart(GraphicChangeEvent ge)
Graphic
is put into an editable state.
void graphicEditableChanged(GraphicChangeEvent ge)
Graphic
is edited by a gui user.
void graphicEditableEnd(GraphicChangeEvent ge)
Graphic
is no longer in an editable state.
void graphicChanged(GraphicChangeEvent ge)
Graphic
changes in any way, other
than editing.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |