|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Abstract implementation of the Interface interface of the Fractal api. As functional interfaces are specified for each component, they are generated at instantiation time (bytecode generation), by subclassing this class.
Method Summary | |
java.lang.Object |
getFcItfImpl()
getter |
void |
setFcIsInternal(boolean isInternal)
Sets the isInternal. |
void |
setFcItfImpl(java.lang.Object impl)
Sets the object to which this interface reference object should delegate method calls. |
void |
setFcItfName(java.lang.String name)
Sets the name. |
void |
setFcItfOwner(Component owner)
Sets the owner. |
void |
setFcType(Type type)
Sets the type. |
Methods inherited from interface org.objectweb.fractal.api.Interface |
getFcItfName, getFcItfOwner, getFcItfType, isFcInternalItf |
Method Detail |
public void setFcIsInternal(boolean isInternal)
isInternal
- The isInternal to setpublic void setFcItfName(java.lang.String name)
name
- The name to setpublic void setFcItfOwner(Component owner)
owner
- The owner to setpublic void setFcType(Type type)
type
- The type to setpublic java.lang.Object getFcItfImpl()
public void setFcItfImpl(java.lang.Object impl)
impl
- the object to which this interface reference object should
delegate method calls.getFcItfImpl
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |