Package | Description |
---|---|
org.deidentifier.arx.gui.view.impl.wizard |
Class and Description |
---|
ARXWizard
This class implements an abstract base class for wizards.
|
HierarchyWizard
This class implements a wizard for generalization hierarchies.
|
HierarchyWizard.HierarchyWizardResult
Result of the wizard.
|
HierarchyWizard.HierarchyWizardView
Updateable part of the wizard.
|
HierarchyWizardEditorFunction.IHierarchyFunctionEditorParent
Tiny callback for parents.
|
HierarchyWizardEditorRenderer
Renders the content.
|
HierarchyWizardEditorRenderer.RenderedComponent
Base class for rendering contexts.
|
HierarchyWizardModel
The base model for the wizard.
|
HierarchyWizardModelAbstract
An abstract base model for all builders.
|
HierarchyWizardModelDate
A model for date-based builders.
|
HierarchyWizardModelGrouping
A base-class for grouping-based builders, i.e., order-based and interval-based builders
|
HierarchyWizardModelGrouping.HierarchyWizardGroupingGroup
This class represents a group.
|
HierarchyWizardModelGrouping.HierarchyWizardGroupingInterval
This class represents an interval.
|
HierarchyWizardModelGrouping.HierarchyWizardGroupingRange
This class represents an adjustment.
|
HierarchyWizardModelIntervals
A model for interval-based builders.
|
HierarchyWizardModelOrder
A model for order-based builders.
|
HierarchyWizardModelRedaction
A model for redaction-based builders.
|
HierarchyWizardPageBuilder
An abstract base class for pages that allow configuring a builder.
|
HierarchyWizardPageDate
A page for configuring the date-based builder.
|
HierarchyWizardPageFinal
The final page that shows an overview of the resulting hierarchy.
|
HierarchyWizardPageIntervals
A page for configuring the interval-based builder.
|
HierarchyWizardPageOrder
A page for configuring the order-based builder.
|
HierarchyWizardPageRedaction
A page for configuring the redaction-based 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.SourceType
Possible sources for importing data from.
|
ImportWizardModelColumn
Wrapper for
ImportColumn used in the wizard context
This is a wrapper for ImportColumn . |