|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.fractal.gui.graph.view.GraphViewNotifier
A GraphViewListener
that notifies other GraphViewListener
s.
Field Summary | |
static java.lang.String |
GRAPH_VIEW_LISTENERS_BINDING
A collection client interface bound to the listeners of this component. |
Constructor Summary | |
GraphViewNotifier()
Constructs a new GraphViewNotifier component. |
Method Summary | |
void |
bindFc(java.lang.String clientItfName,
java.lang.Object serverItf)
|
java.lang.String[] |
listFc()
|
java.lang.Object |
lookupFc(java.lang.String clientItfName)
|
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 |
unbindFc(java.lang.String clientItfName)
|
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 |
Field Detail |
public static final java.lang.String GRAPH_VIEW_LISTENERS_BINDING
listeners
of this component.
Constructor Detail |
public GraphViewNotifier()
GraphViewNotifier
component.
Method Detail |
public java.lang.String[] listFc()
listFc
in interface org.objectweb.fractal.api.control.BindingController
public java.lang.Object lookupFc(java.lang.String clientItfName)
lookupFc
in interface org.objectweb.fractal.api.control.BindingController
public void bindFc(java.lang.String clientItfName, java.lang.Object serverItf)
bindFc
in interface org.objectweb.fractal.api.control.BindingController
public void unbindFc(java.lang.String clientItfName)
unbindFc
in interface org.objectweb.fractal.api.control.BindingController
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 |