Interface | Description |
---|---|
HierarchyWizard.HierarchyWizardView |
Updateable part of the wizard.
|
HierarchyWizardEditorFunction.IHierarchyFunctionEditorParent<T> |
Tiny callback for parents.
|
Class | Description |
---|---|
ARXWizard<T> |
This class implements an abstract base class for wizards.
|
ARXWizardDialog |
A custom implementation of the default SWT WizardDialog that is more
compact and allows adding additional buttons.
|
HierarchyWizard<T> |
This class implements a wizard for generalization hierarchies.
|
HierarchyWizard.HierarchyWizardResult<T> |
Result of the wizard.
|
HierarchyWizardEditor<T> |
The general editor for hierarchies.
|
HierarchyWizardEditorFunction<T> |
Editor for functions.
|
HierarchyWizardEditorGroup<T> |
Editor for groups.
|
HierarchyWizardEditorInterval<T> |
An editor for intervals.
|
HierarchyWizardEditorLayout<T> |
Layouts the tree shown in the wizard.
|
HierarchyWizardEditorMenu<T> |
The editor's menu.
|
HierarchyWizardEditorRange<T> |
Editor for ranges.
|
HierarchyWizardEditorRenderer<T> |
Renders the content.
|
HierarchyWizardEditorRenderer.RenderedComponent<T> |
Base class for rendering contexts.
|
HierarchyWizardEditorRenderer.RenderedGroup<T> |
A rendering context for a group.
|
HierarchyWizardEditorRenderer.RenderedInterval<T> |
A rendering context for an interval.
|
HierarchyWizardModel<T> |
The base model for the wizard.
|
HierarchyWizardModelAbstract<T> |
An abstract base model for all builders.
|
HierarchyWizardModelDate |
A model for date-based builders.
|
HierarchyWizardModelGrouping<T> |
A base-class for grouping-based builders, i.e., order-based and interval-based builders
|
HierarchyWizardModelGrouping.HierarchyWizardGroupingGroup<U> |
This class represents a group.
|
HierarchyWizardModelGrouping.HierarchyWizardGroupingInterval<U> |
This class represents an interval.
|
HierarchyWizardModelGrouping.HierarchyWizardGroupingRange<U> |
This class represents an adjustment.
|
HierarchyWizardModelIntervals<T> |
A model for interval-based builders.
|
HierarchyWizardModelOrder<T> |
A model for order-based builders.
|
HierarchyWizardModelRedaction<T> |
A model for redaction-based builders.
|
HierarchyWizardPageBuilder<T> |
An abstract base class for pages that allow configuring a builder.
|
HierarchyWizardPageDate |
A page for configuring the date-based builder.
|
HierarchyWizardPageFinal<T> |
The final page that shows an overview of the resulting hierarchy.
|
HierarchyWizardPageIntervals<T> |
A page for configuring the interval-based builder.
|
HierarchyWizardPageOrder<T> |
A page for configuring the order-based builder.
|
HierarchyWizardPageRedaction<T> |
A page for configuring the redaction-based builder.
|
HierarchyWizardPageType<T> |
A hierarchy page for choosing the type of builder.
|
ImportWizard |
Wizard guiding the user through the process of importing data
The user is taken through the process of importing data into the GUI step by
step.
|
ImportWizardModel |
Stores all of the data gathered by the wizard and offers means to access it
This object is accessible to all pages of the wizard and can be used to store
and/or retrieve data.
|
ImportWizardModelColumn |
Wrapper for
ImportColumn used in the wizard context
This is a wrapper for ImportColumn . |
ImportWizardPageColumns |
Column overview page
This pages gives the user an overview of the detected columns and allows him
to change things around.
|
ImportWizardPageCSV |
CSV page
This page offers means to import data from a CSV file.
|
ImportWizardPageExcel |
Excel page
This page offers means to import data from an Excel file.
|
ImportWizardPageJDBC |
JDBC page
This page offers means to specify connection details for a database.
|
ImportWizardPagePreview |
Preview page
This page gives the user a preview over the data and how it is about to be
imported.
|
ImportWizardPageSource |
Source selection page
This page provides means to select the source the user wants to import data
from.
|
ImportWizardPageTable |
Table overview page
This pages gives the user an overview of the detected tables and allows him
to select the desired one by clicking on it.
|
Enum | Description |
---|---|
ImportWizardModel.SourceType |
Possible sources for importing data from.
|