|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.objectweb.fractal.julia.control.content.SuperContentMixin
Provides notification functions to a ContentController.
Requirements
Component interface.
| Field Summary | |
|---|---|
Component |
_this_weaveableC
The weaveableC field required by this mixin. |
| Method Summary | |
|---|---|
abstract void |
_super_addFcSubComponent(Component subComponent)
The addFcSubComponent method
overriden by this mixin. |
abstract void |
_super_removeFcSubComponent(Component subComponent)
The removeFcSubComponent
method overriden by this mixin. |
void |
addFcSubComponent(Component subComponent)
Calls the overriden method and then notifies the given component it has been added in this component. |
void |
removeFcSubComponent(Component subComponent)
Calls the overriden method and then notifies the given component it has been removed from in this component. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.objectweb.fractal.api.control.ContentController |
|---|
getFcInternalInterface, getFcInternalInterfaces, getFcSubComponents |
| Field Detail |
public Component _this_weaveableC
Component interface of the component to
which this controller object belongs.
| Method Detail |
public void addFcSubComponent(Component subComponent)
throws IllegalContentException,
IllegalLifeCycleException
SuperControllerNotifier interface.
addFcSubComponent in interface ContentControllersubComponent - the component to be added inside this component.
IllegalContentException - if the given component cannot be added
inside this component.
IllegalLifeCycleException - if this component has a LifeCycleController interface, but it is not in an appropriate state
to perform this operation.
public void removeFcSubComponent(Component subComponent)
throws IllegalContentException,
IllegalLifeCycleException
SuperControllerNotifier
interface.
removeFcSubComponent in interface ContentControllersubComponent - the component to be removed from this component.
IllegalContentException - if the given component cannot be removed
from this component.
IllegalLifeCycleException - if this component has a LifeCycleController interface, but it is not in an appropriate state
to perform this operation.
public abstract void _super_addFcSubComponent(Component subComponent)
throws IllegalContentException,
IllegalLifeCycleException
addFcSubComponent method
overriden by this mixin.
subComponent - the component to be added inside this component.
IllegalContentException - if the given component cannot be added
inside this component.
IllegalLifeCycleException - if this component has a LifeCycleController interface, but it is not in an appropriate state
to perform this operation.
public abstract void _super_removeFcSubComponent(Component subComponent)
throws IllegalContentException,
IllegalLifeCycleException
removeFcSubComponent
method overriden by this mixin.
subComponent - the component to be removed from this component.
IllegalContentException - if the given component cannot be removed
from this component.
IllegalLifeCycleException - if this component has a LifeCycleController interface, but it is not in an appropriate state
to perform this operation.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||