org.eclipse.net4j.util.ui.container
Class ElementWizardFactory

java.lang.Object
  extended by org.eclipse.net4j.util.factory.Factory
      extended by org.eclipse.net4j.util.ui.container.ElementWizardFactory
All Implemented Interfaces:
IFactory

public abstract class ElementWizardFactory
extends Factory

Since:
3.1

Field Summary
static String PRODUCT_GROUP
           
 
Constructor Summary
ElementWizardFactory(String elementProductGroup, String elementFactoryType)
           
 
Method Summary
abstract  IElementWizard create(String description)
           
 
Methods inherited from class org.eclipse.net4j.util.factory.Factory
getDescriptionFor, getKey, getProductGroup, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PRODUCT_GROUP

public static final String PRODUCT_GROUP
See Also:
Constant Field Values
Constructor Detail

ElementWizardFactory

public ElementWizardFactory(String elementProductGroup,
                            String elementFactoryType)
Method Detail

create

public abstract IElementWizard create(String description)
                               throws ProductCreationException
Throws:
ProductCreationException


Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.