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
- Since:
- 3.1
- Author:
- Eike Stepper
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifier
INotifier.INotifier2
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.ui.ValidationContext
ValidationContext.Aggregator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Combo
static Combo
static Label
static Text
protected abstract void
void
create
(Composite parent, IManagedContainer container, String productGroup, String factoryType, String defaultDescription, ValidationContext context) protected IManagedContainer
protected String
protected String
protected String
protected void
setResultDescription
(String resultDescription) void
setValidationError
(Object source, String message) Methods inherited from class org.eclipse.net4j.util.event.Notifier
addListener, addUniqueListener, fireEvent, fireEvent, fireEvent, fireThrowable, firstListenerAdded, getListeners, getNotificationService, hasListener, hasListeners, lastListenerRemoved, listenerAdded, listenerRemoved, removeListener
-
Constructor Details
-
ElementWizard
public ElementWizard()
-
-
Method Details
-
getContainer
-
getProductGroup
-
getFactoryType
-
getDefaultDescription
-
getResultDescription
- Specified by:
getResultDescription
in interfaceIElementWizard
-
getResultElement
- Specified by:
getResultElement
in interfaceIElementWizard
-
create
public void create(Composite parent, IManagedContainer container, String productGroup, String factoryType, String defaultDescription, ValidationContext context) - Specified by:
create
in interfaceIElementWizard
-
setResultDescription
-
setValidationError
- Specified by:
setValidationError
in interfaceValidationContext
-
create
-
addLabel
-
addText
-
addCombo
- Since:
- 3.2
-
addCombo
-