|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.fractal.julia.control.content.BasicSuperControllerMixin
Provides a basic implementation of the SuperControllerNotifier
interface.
Requirements
| Field Summary | |
Component[] |
fcParents
The parents of the component to which this controller object belongs. |
| Method Summary | |
void |
addedToFc(Component parent)
Notifies this component that it has been added in the given component. |
Component[] |
getFcSuperComponents()
Returns the components that contain the component to which this interface belongs. |
void |
removedFromFc(Component parent)
Notifies this component that it has been removed from the given component. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public Component[] fcParents
| Method Detail |
public Component[] getFcSuperComponents()
SuperController
getFcSuperComponents in interface SuperControllerComponent interfaces of the components that contain the
component to which this interface belongs.public void addedToFc(Component parent)
SuperControllerNotifier
addedToFc in interface SuperControllerNotifierparent - the component into which this component has been added.public void removedFromFc(Component parent)
SuperControllerNotifier
removedFromFc in interface SuperControllerNotifierparent - the component from which this component has been removed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||