Class ElementWizardFactory
- java.lang.Object
- 
- org.eclipse.net4j.util.factory.Factory
- 
- org.eclipse.net4j.util.ui.container.ElementWizardFactory
 
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringPRODUCT_GROUP
 - 
Constructor SummaryConstructors Constructor Description ElementWizardFactory(java.lang.String elementProductGroup, java.lang.String elementFactoryType)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract IElementWizardcreate(java.lang.String description)- 
Methods inherited from class org.eclipse.net4j.util.factory.FactorygetDescriptionFor, getKey, getProductGroup, getType, toString
 
- 
 
- 
- 
- 
Field Detail- 
PRODUCT_GROUPpublic static final java.lang.String PRODUCT_GROUP - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
createpublic abstract IElementWizard create(java.lang.String description) throws ProductCreationException - Throws:
- ProductCreationException
 
 
- 
 
-