|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.fractal.gui.graph.control.EmptyGraphViewListener
Empty implementation of the GraphViewListener
interface.
Constructor Summary | |
EmptyGraphViewListener()
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EmptyGraphViewListener()
Method Detail |
public void viewChanged()
GraphViewListener
viewChanged
in interface GraphViewListener
public void mousePressed(java.awt.event.MouseEvent e, ComponentPart p)
GraphViewListener
mousePressed
in interface GraphViewListener
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)
GraphViewListener
mouseReleased
in interface GraphViewListener
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)
GraphViewListener
mouseClicked
in interface GraphViewListener
e
- a mouse clicke mouse event.p
- the component part corresponding to the event's coordinates.public void mouseEntered(java.awt.event.MouseEvent e)
GraphViewListener
mouseEntered
in interface GraphViewListener
e
- a mouse entered mouse event.public void mouseExited(java.awt.event.MouseEvent e)
GraphViewListener
mouseExited
in interface GraphViewListener
e
- a mouse exited mouse event.public void mouseDragged(java.awt.event.MouseEvent e)
GraphViewListener
mouseDragged
in interface GraphViewListener
e
- a mouse dragged mouse event.public void mouseMoved(java.awt.event.MouseEvent e, ComponentPart p)
GraphViewListener
mouseMoved
in interface GraphViewListener
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 |