Klasse HierarchyWizardEditorFunction<T>
java.lang.Object
org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardEditorFunction<T>
- Typparameter:
T-
Editor for functions.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic interfaceTiny callback for parents. -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungHierarchyWizardEditorFunction(HierarchyWizardEditorFunction.IHierarchyFunctionEditorParent<T> parent, HierarchyWizardModelGrouping<T> model, org.eclipse.swt.widgets.Composite composite, boolean general) Creates a new instance. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.eclipse.swt.widgets.ControlReturn control1.org.eclipse.swt.widgets.ControlReturn control2.Returns the default function.booleanisDefaultFunction(AggregateFunction<T> function) Returns whether this is the default function.voidsetFunction(AggregateFunction<T> function) Sets the function to display.voidupdate()Updates all editors.
-
Konstruktordetails
-
HierarchyWizardEditorFunction
public HierarchyWizardEditorFunction(HierarchyWizardEditorFunction.IHierarchyFunctionEditorParent<T> parent, HierarchyWizardModelGrouping<T> model, org.eclipse.swt.widgets.Composite composite, boolean general) Creates a new instance.- Parameter:
parent-model-composite-general-
-
-
Methodendetails
-
getControl1
public org.eclipse.swt.widgets.Control getControl1()Return control1.- Gibt zurück:
-
getControl2
public org.eclipse.swt.widgets.Control getControl2()Return control2.- Gibt zurück:
-
getDefaultFunction
Returns the default function.- Gibt zurück:
-
isDefaultFunction
Returns whether this is the default function.- Parameter:
function-- Gibt zurück:
-
setFunction
Sets the function to display.- Parameter:
function-
-
update
public void update()Updates all editors.
-