|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.fractal.aokell.lib.control.superc.SuperControllerImpl
public class SuperControllerImpl
Implementation of the super controller.
Constructor Summary | |
---|---|
SuperControllerImpl()
|
Method Summary | |
---|---|
void |
addedToFc(Component c)
|
void |
cloneFcCtrl(Component dst,
Object hints)
Clone the controller state from the current component to another one. |
Component[] |
getFcSuperComponents()
|
void |
initFcCtrl()
Initialize the controller. |
void |
removedFromFc(Component c)
|
void |
setFcCompCtrl(Component compctrl)
Set the reference towards the component controller associated to this controller. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SuperControllerImpl()
Method Detail |
---|
public Component[] getFcSuperComponents()
getFcSuperComponents
in interface SuperController
public void addedToFc(Component c)
addedToFc
in interface org.objectweb.fractal.julia.control.content.SuperControllerNotifier
public void removedFromFc(Component c)
removedFromFc
in interface org.objectweb.fractal.julia.control.content.SuperControllerNotifier
public void setFcCompCtrl(Component compctrl)
setFcCompCtrl
in interface Controller
public void initFcCtrl()
initFcCtrl
in interface Controller
public void cloneFcCtrl(Component dst, Object hints) throws CloneCtrlException
cloneFcCtrl
in interface Controller
dst
- the destination componenthints
- hints for performing the operation
CloneCtrlException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |