|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.fractal.gui.graph.model.DisplayNotifier
A DisplayListener
that notifies other DisplayListener
s.
Field Summary | |
static java.lang.String |
DISPLAY_LISTENERS_BINDING
A collection client interface bound to the listeners of this component. |
Constructor Summary | |
DisplayNotifier()
Constructs a new DisplayNotifier component. |
Method Summary | |
void |
antialiasingChanged()
Notifies this listener that the anti aliasing option of the display has changed. |
void |
bindFc(java.lang.String clientItfName,
java.lang.Object serverItf)
|
void |
displayedAreaChanged(Rect oldValue)
Notifies this listener that component graph area shown by the display has changed. |
void |
itfNameDisplayModeChanged()
Notifies this listener that the displaying mode for the interfaces name of the display has changed. |
java.lang.String[] |
listFc()
|
java.lang.Object |
lookupFc(java.lang.String clientItfName)
|
void |
maxDepthChanged()
Notifies this listener that the max rendering depth of the display has changed. |
void |
unbindFc(java.lang.String clientItfName)
|
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 DISPLAY_LISTENERS_BINDING
listeners
of this component.
Constructor Detail |
public DisplayNotifier()
DisplayNotifier
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 displayedAreaChanged(Rect oldValue)
DisplayListener
displayedAreaChanged
in interface DisplayListener
oldValue
- the old component graph area that was shown by the display.public void antialiasingChanged()
DisplayListener
antialiasingChanged
in interface DisplayListener
public void maxDepthChanged()
DisplayListener
maxDepthChanged
in interface DisplayListener
public void itfNameDisplayModeChanged()
DisplayListener
itfNameDisplayModeChanged
in interface DisplayListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |