| Package | Description |
|---|---|
| org.eclipse.net4j.util.ui |
Reusable UI components.
|
| org.eclipse.net4j.util.ui.container |
An element wizard framework for managed containers.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ValidationContext.Aggregator |
| Modifier and Type | Method and Description |
|---|---|
ValidationContext |
ValidationParticipant.getValidationContext() |
| Modifier and Type | Method and Description |
|---|---|
static int |
UIUtil.setValidationContext(Control control,
ValidationContext context) |
void |
ValidationParticipant.setValidationContext(ValidationContext validationContext) |
| Constructor and Description |
|---|
ValidationContext.Aggregator(ValidationContext delegate) |
| Modifier and Type | Class and Description |
|---|---|
class |
ElementWizard |
class |
ElementWizardDialog |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementWizard.create(Composite parent,
IManagedContainer container,
String productGroup,
String factoryType,
String defaultDescription,
ValidationContext context) |
void |
IElementWizard.create(Composite parent,
IManagedContainer container,
String productGroup,
String factoryType,
String defaultDescription,
ValidationContext context) |
void |
ElementWizardComposite.setValidationContext(ValidationContext validationContext) |
| Constructor and Description |
|---|
ElementWizardComposite.WithCombo(Composite parent,
int style,
String productGroup,
String label,
ValidationContext validationContext) |
ElementWizardComposite.WithCombo(Composite parent,
int style,
String productGroup,
String label,
ValidationContext validationContext,
String defaultFactoryType) |
ElementWizardComposite.WithRadios(Composite parent,
int style,
String productGroup,
String label,
ValidationContext validationContext) |
ElementWizardComposite.WithRadios(Composite parent,
int style,
String productGroup,
String label,
ValidationContext validationContext,
String defaultFactoryType) |
ElementWizardComposite(Composite parent,
int style,
String productGroup,
String label,
ValidationContext validationContext) |
ElementWizardComposite(Composite parent,
int style,
String productGroup,
String label,
ValidationContext validationContext,
String defaultFactoryType) |
Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.