T
- public class HierarchyWizardEditorFunction<T>
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
HierarchyWizardEditorFunction.IHierarchyFunctionEditorParent<T>
Tiny callback for parents.
|
Constructor and Description |
---|
HierarchyWizardEditorFunction(HierarchyWizardEditorFunction.IHierarchyFunctionEditorParent<T> parent,
HierarchyWizardModelGrouping<T> model,
org.eclipse.swt.widgets.Composite composite,
boolean general)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.widgets.Control |
getControl1()
Return control1.
|
org.eclipse.swt.widgets.Control |
getControl2()
Return control2.
|
AggregateFunction<T> |
getDefaultFunction()
Returns the default function.
|
boolean |
isDefaultFunction(AggregateFunction<T> function)
Returns whether this is the default function.
|
void |
setFunction(AggregateFunction<T> function)
Sets the function to display.
|
void |
update()
Updates all editors.
|
public HierarchyWizardEditorFunction(HierarchyWizardEditorFunction.IHierarchyFunctionEditorParent<T> parent, HierarchyWizardModelGrouping<T> model, org.eclipse.swt.widgets.Composite composite, boolean general)
parent
- model
- composite
- general
- public org.eclipse.swt.widgets.Control getControl1()
public org.eclipse.swt.widgets.Control getControl2()
public AggregateFunction<T> getDefaultFunction()
public boolean isDefaultFunction(AggregateFunction<T> function)
function
- public void setFunction(AggregateFunction<T> function)
function
- public void update()