Package | Description |
---|---|
org.deidentifier.arx.gui.view.impl.wizard |
Modifier and Type | Class and Description |
---|---|
class |
HierarchyWizardEditor<T>
The general editor for hierarchies.
|
class |
HierarchyWizardEditorGroup<T>
Editor for groups.
|
class |
HierarchyWizardEditorInterval<T>
An editor for intervals.
|
class |
HierarchyWizardEditorRange<T>
Editor for ranges.
|
class |
HierarchyWizardPageBuilder<T>
An abstract base class for pages that allow configuring a builder.
|
class |
HierarchyWizardPageDate
A page for configuring the date-based builder.
|
class |
HierarchyWizardPageIntervals<T>
A page for configuring the interval-based builder.
|
class |
HierarchyWizardPageOrder<T>
A page for configuring the order-based builder.
|
class |
HierarchyWizardPageRedaction<T>
A page for configuring the redaction-based builder.
|
Modifier and Type | Method and Description |
---|---|
void |
HierarchyWizardModelGrouping.register(HierarchyWizard.HierarchyWizardView component)
Registers a part of the UI.
|
void |
HierarchyWizardModelAbstract.setView(HierarchyWizard.HierarchyWizardView view)
Sets the according view.
|
void |
HierarchyWizardModelGrouping.update(HierarchyWizard.HierarchyWizardView sender)
Update the model and all UI components, apart from the sender.
|
void |
HierarchyWizardModelRedaction.updateUI(HierarchyWizard.HierarchyWizardView sender) |
void |
HierarchyWizardModelGrouping.updateUI(HierarchyWizard.HierarchyWizardView sender)
Update the UI components.
|
void |
HierarchyWizardModelDate.updateUI(HierarchyWizard.HierarchyWizardView sender) |
abstract void |
HierarchyWizardModelAbstract.updateUI(HierarchyWizard.HierarchyWizardView sender)
Updates all UI components apart from the sender
|