public interface ComponentConstructor
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
getComponentClass()
Returns the class actually instantiated (which may be an enhanced subclass).
|
java.lang.Object |
newInstance()
Requests that a new instance of the component.
|
java.lang.Object newInstance()
java.lang.Class getComponentClass()