Interface UIObjectFactory
public interface UIObjectFactory
Factory interface for instantiating UI objects by class name.
-
Method Summary
Modifier and TypeMethodDescriptionnewInstance(String clazz) Instantiates an object by class name.
-
Method Details
-
newInstance
Instantiates an object by class name.- Parameters:
clazz- the class name to instantiate- Returns:
- the Object
- Throws:
Exception- if the class cannot be instantiated
-