|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Factory
A component interface to create components of the same type.
Method Summary | |
---|---|
Object |
getFcContentDesc()
Returns a description of the content part of the components instantiated by this factory. |
Object |
getFcControllerDesc()
Returns a description of the controller part of the components instantiated by this factory. |
Type |
getFcInstanceType()
Returns the functional type of the components instantiated by this factory. |
Component |
newFcInstance()
Instantiates a component from this factory. |
Method Detail |
---|
Type getFcInstanceType()
Object getFcControllerDesc()
Object getFcContentDesc()
Component newFcInstance() throws InstantiationException
Component
interface of the component instantiated from
this factory.
InstantiationException
- if the component cannot be created.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |