com.ptc.windchill.esi.esipart
Class PartRendererFactory
java.lang.Object
com.ptc.windchill.esi.esipart.PartRendererFactory
- public final class PartRendererFactory
- extends Object
The PartRendererFactory creates instances of the appropriate PartRender.
The factory obtains the name of the class to instantiate from ESI properties.
Supported API: true
Extendable: false
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
PartRendererFactory
public PartRendererFactory()
newPartRenderer
public static PartRenderer newPartRenderer()
throws ESIRendererException
- Returns a PartRenderer implementation class. Obtains the name of
the class to instantiate from ESI properties.
Supported API: true
- Returns:
- PartRenderer
- Throws:
ESIRendererException