Modifier and Type | Method and Description |
---|---|
Editor<?> |
EditorFactory.createEditor(org.eclipse.swt.widgets.Composite parent)
Create an editor.
|
Modifier and Type | Method and Description |
---|---|
Editor<?> |
AttributeEditorFactory.createEditor(org.eclipse.swt.widgets.Composite parent,
FunctionParameter parameter,
ParameterValue initialValue)
Create an attribute editor for the given function parameter.
|
Editor<?> |
AttributeEditorFactory.createEditor(org.eclipse.swt.widgets.Composite parent,
PropertyDefinition property,
EntityDefinition entityDef,
boolean allowScripts)
Create an attribute editor for the given property.
|
Editor<?> |
AttributeInputDialog.getEditor() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBindingValidatingEditor<T>
Abstract editor that is based on a binding and a validator.
|
class |
DefaultFunctionParameterEditor
A default function parameter editor using binding and validator.
|
class |
DefaultPropertyEditor
A default attribute editor using binding, enumeration and validation
constraints.
|
class |
EditorChooserEditor<T>
Editor that provides a drop down to select from a list of available editors.
|
class |
EnumerationEditor
Editor for function parameters with an enumeration.
|
class |
FunctionParameterEditorChooserEditor
Chooser editor for function parameters.
|
class |
PropertyEditorChooserEditor
Chooser editor for property definitions.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Editor<T> |
EditorChooserEditor.createDefaultEditor(org.eclipse.swt.widgets.Composite parent)
Create the default editor for this chooser.
|
protected Editor<Object> |
PropertyEditorChooserEditor.createDefaultEditor(org.eclipse.swt.widgets.Composite parent) |
protected Editor<Object> |
FunctionParameterEditorChooserEditor.createDefaultEditor(org.eclipse.swt.widgets.Composite parent) |
Editor<?> |
DefaultAttributeEditorFactory.createEditor(org.eclipse.swt.widgets.Composite parent,
FunctionParameter parameter,
ParameterValue initialValue) |
Editor<?> |
DefaultAttributeEditorFactory.createEditor(org.eclipse.swt.widgets.Composite parent,
PropertyDefinition property,
EntityDefinition entityDef,
boolean allowScripts) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEditor<T>
Abstract base class for editors for events.
|
class |
BooleanEditor
Attribute editor for boolean values
|
class |
StringEditor
Simple attribute editor for string values.
|
Modifier and Type | Method and Description |
---|---|
Editor<?> |
StringEditorFactory.createEditor(org.eclipse.swt.widgets.Composite parent) |
Editor<?> |
BooleanEditorFactory.createEditor(org.eclipse.swt.widgets.Composite parent) |
Modifier and Type | Method and Description |
---|---|
Editor<?> |
ParameterEditorExtension.createEditor(org.eclipse.swt.widgets.Composite parent,
String functionId,
FunctionParameter parameter,
ParameterValue initialValue)
Create an editor for a parameter.
|
Modifier and Type | Method and Description |
---|---|
Editor<String> |
ScriptUI.createEditor(org.eclipse.swt.widgets.Composite parent,
Class<?> binding)
Creates an editor to edit a script for the given binding.
|
Modifier and Type | Class and Description |
---|---|
class |
GroovyEditor
Editor for groovy scripts.
|
Modifier and Type | Method and Description |
---|---|
Editor<String> |
GroovyUI.createEditor(org.eclipse.swt.widgets.Composite parent,
Class<?> binding) |
Modifier and Type | Class and Description |
---|---|
class |
MathEditor
Editor for math scripts.
|
Modifier and Type | Method and Description |
---|---|
Editor<String> |
MathUI.createEditor(org.eclipse.swt.widgets.Composite parent,
Class<?> binding) |
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a