|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Instantiator
An object that can instantiate a component. This is used with transformed classes, in which the normal no-arguments constructor has been replaced with a constructor with arguments; the instantiator will retain the necessary arguments and pass them to the enhanced class' constructor.
| Method Summary | |
|---|---|
ComponentModel |
getModel()
Returns the model that defines the behavior of the component. |
Component |
newInstance(InternalComponentResources resources)
Instantiates and returns a new instance of the desired class. |
| Method Detail |
|---|
Component newInstance(InternalComponentResources resources)
Component (and often, other interfaces as well).
ComponentModel getModel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||