Class AbstractExpressionDefinition.Parameter
java.lang.Object
org.eclipse.ease.ui.scripts.expressions.definitions.AbstractExpressionDefinition.Parameter
- Enclosing class:
- AbstractExpressionDefinition
public static class AbstractExpressionDefinition.Parameter extends Object
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description boolean
equals(Object obj)
org.eclipse.jface.viewers.CellEditor
getCellEditor(org.eclipse.swt.widgets.Composite parent)
Object
getEditorValue()
String
getName()
String
getValue()
int
hashCode()
void
setAllowedValues(String[] allowedValues)
void
setEditorValue(String value)
void
setValue(String value)
-
Constructor Details
-
Parameter
-
-
Method Details
-
getCellEditor
public org.eclipse.jface.viewers.CellEditor getCellEditor(org.eclipse.swt.widgets.Composite parent) -
setEditorValue
-
getEditorValue
-
getName
-
getValue
-
setValue
-
hashCode
public int hashCode() -
equals
-
setAllowedValues
- Parameters:
allowedValues
-
-