com.ptc.windchill.cadx.autopart
Class DefaultAutoPartCreator

java.lang.Object
  extended bycom.ptc.windchill.cadx.autopart.DefaultAutoPartCreator
All Implemented Interfaces:
AutoPartCreator

public class DefaultAutoPartCreator
extends Object
implements AutoPartCreator



Supported API: true

Extendable: false


Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Constructor Summary
DefaultAutoPartCreator()
           
 
Method Summary
 WTPart createAutoPart(EPMWorkspace a_Workspace, EPMDocument a_Document)
          

Supported API: true
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

DefaultAutoPartCreator

public DefaultAutoPartCreator()
Method Detail

createAutoPart

public WTPart createAutoPart(EPMWorkspace a_Workspace,
                             EPMDocument a_Document)
                      throws WTException,
                             WTPropertyVetoException


Supported API: true

Specified by:
createAutoPart in interface AutoPartCreator
Parameters:
a_Workspace -
a_Document -
Returns:
WTPart
Throws:
WTException
WTPropertyVetoException