Klasse HierarchyWizardEditorFunction<T>

java.lang.Object
org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardEditorFunction<T>
Typparameter:
T -

public class HierarchyWizardEditorFunction<T> extends Object
Editor for functions.
  • Konstruktordetails

  • 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

      public AggregateFunction<T> getDefaultFunction()
      Returns the default function.
      Gibt zurück:
    • isDefaultFunction

      public boolean isDefaultFunction(AggregateFunction<T> function)
      Returns whether this is the default function.
      Parameter:
      function -
      Gibt zurück:
    • setFunction

      public void setFunction(AggregateFunction<T> function)
      Sets the function to display.
      Parameter:
      function -
    • update

      public void update()
      Updates all editors.