Class ElementWizard
- java.lang.Object
- 
- org.eclipse.net4j.util.event.Notifier
- 
- org.eclipse.net4j.util.ui.container.ElementWizard
 
 
- 
- All Implemented Interfaces:
- INotifier,- INotifier.INotifier2,- IElementWizard,- ValidationContext
 
 public abstract class ElementWizard extends Notifier implements IElementWizard, ValidationContext - Since:
- 3.1
- Author:
- Eike Stepper
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifierINotifier.INotifier2
 - 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.ui.ValidationContextValidationContext.Aggregator
 
- 
 - 
Constructor SummaryConstructors Constructor Description ElementWizard()
 - 
Method SummaryAll Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static ComboaddCombo(Composite parent, java.lang.String label, java.lang.String... choices)static ComboaddCombo(Composite parent, java.lang.String label, java.util.List<java.lang.String> choices)static LabeladdLabel(Composite parent, java.lang.String label)static TextaddText(Composite parent, java.lang.String label)protected abstract voidcreate(Composite parent)voidcreate(Composite parent, IManagedContainer container, java.lang.String productGroup, java.lang.String factoryType, java.lang.String defaultDescription, ValidationContext context)protected IManagedContainergetContainer()protected java.lang.StringgetDefaultDescription()protected java.lang.StringgetFactoryType()protected java.lang.StringgetProductGroup()java.lang.StringgetResultDescription()java.lang.ObjectgetResultElement()protected voidsetResultDescription(java.lang.String resultDescription)voidsetValidationError(java.lang.Object source, java.lang.String message)- 
Methods inherited from class org.eclipse.net4j.util.event.NotifieraddListener, addUniqueListener, fireEvent, fireEvent, fireEvent, fireThrowable, firstListenerAdded, getListeners, getNotificationService, hasListener, hasListeners, lastListenerRemoved, listenerAdded, listenerRemoved, removeListener
 
- 
 
- 
- 
- 
Method Detail- 
getContainerprotected IManagedContainer getContainer() 
 - 
getProductGroupprotected java.lang.String getProductGroup() 
 - 
getFactoryTypeprotected java.lang.String getFactoryType() 
 - 
getDefaultDescriptionprotected java.lang.String getDefaultDescription() 
 - 
getResultDescriptionpublic java.lang.String getResultDescription() - Specified by:
- getResultDescriptionin interface- IElementWizard
 
 - 
getResultElementpublic java.lang.Object getResultElement() - Specified by:
- getResultElementin interface- IElementWizard
 
 - 
createpublic void create(Composite parent, IManagedContainer container, java.lang.String productGroup, java.lang.String factoryType, java.lang.String defaultDescription, ValidationContext context) - Specified by:
- createin interface- IElementWizard
 
 - 
setResultDescriptionprotected void setResultDescription(java.lang.String resultDescription) 
 - 
setValidationErrorpublic void setValidationError(java.lang.Object source, java.lang.String message)- Specified by:
- setValidationErrorin interface- ValidationContext
 
 - 
createprotected abstract void create(Composite parent) 
 - 
addCombopublic static Combo addCombo(Composite parent, java.lang.String label, java.util.List<java.lang.String> choices) - Since:
- 3.2
 
 
- 
 
-