|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An interface to be notified of events emitted by a graph view component.
| Method Summary | |
void |
mouseClicked(MouseEvent e,
ComponentPart p)
Notifies this listener that the mouse has been clicked. |
void |
mouseDragged(MouseEvent e)
Notifies this listener that the mouse has been dragged in the graph view. |
void |
mouseEntered(MouseEvent e)
Notifies this listener that the mouse has entered the graph view. |
void |
mouseExited(MouseEvent e)
Notifies this listener that the mouse has exited the graph view. |
void |
mouseMoved(MouseEvent e,
ComponentPart p)
Notifies this listener that the mouse has mouved in the graph view. |
void |
mousePressed(MouseEvent e,
ComponentPart p)
Notifies this listener that the mouse has been pressed. |
void |
mouseReleased(MouseEvent e,
ComponentPart p)
Notifies this listener that the mouse has been released. |
void |
viewChanged()
Notifies this listener that the model represented by the view has changed. |
| Method Detail |
public void viewChanged()
public void mousePressed(MouseEvent e,
ComponentPart p)
e - a mouse pressed mouse event.p - the component part corresponding to the event's coordinates.
public void mouseReleased(MouseEvent e,
ComponentPart p)
e - a mouse released mouse event.p - the component part corresponding to the event's coordinates.
public void mouseClicked(MouseEvent e,
ComponentPart p)
e - a mouse clicke mouse event.p - the component part corresponding to the event's coordinates.public void mouseEntered(MouseEvent e)
e - a mouse entered mouse event.public void mouseExited(MouseEvent e)
e - a mouse exited mouse event.public void mouseDragged(MouseEvent e)
e - a mouse dragged mouse event.
public void mouseMoved(MouseEvent e,
ComponentPart p)
e - a mouse moved mouse event.p - the component part corresponding to the event's coordinates.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||