|
|||||||||||
| 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(java.awt.event.MouseEvent e,
ComponentPart p)
Notifies this listener that the mouse has been clicked. |
void |
mouseDragged(java.awt.event.MouseEvent e)
Notifies this listener that the mouse has been dragged in the graph view. |
void |
mouseEntered(java.awt.event.MouseEvent e)
Notifies this listener that the mouse has entered the graph view. |
void |
mouseExited(java.awt.event.MouseEvent e)
Notifies this listener that the mouse has exited the graph view. |
void |
mouseMoved(java.awt.event.MouseEvent e,
ComponentPart p)
Notifies this listener that the mouse has mouved in the graph view. |
void |
mousePressed(java.awt.event.MouseEvent e,
ComponentPart p)
Notifies this listener that the mouse has been pressed. |
void |
mouseReleased(java.awt.event.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(java.awt.event.MouseEvent e,
ComponentPart p)
e - a mouse pressed mouse event.p - the component part corresponding to the event's coordinates.
public void mouseReleased(java.awt.event.MouseEvent e,
ComponentPart p)
e - a mouse released mouse event.p - the component part corresponding to the event's coordinates.
public void mouseClicked(java.awt.event.MouseEvent e,
ComponentPart p)
e - a mouse clicke mouse event.p - the component part corresponding to the event's coordinates.public void mouseEntered(java.awt.event.MouseEvent e)
e - a mouse entered mouse event.public void mouseExited(java.awt.event.MouseEvent e)
e - a mouse exited mouse event.public void mouseDragged(java.awt.event.MouseEvent e)
e - a mouse dragged mouse event.
public void mouseMoved(java.awt.event.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 | ||||||||||