Modifier and Type | Method and Description |
---|---|
void |
BeanDialog.registerPropertyValueTranslator(String propertyName,
ValueTranslator translator)
Registers a
ValueTranslator for the property name. |
Modifier and Type | Method and Description |
---|---|
ValueTranslator |
ValueTranslatorRegistry.getValueTranslator(Class<?> type)
Obtains the
ValueTranslator for the type. |
Constructor and Description |
---|
InputHandler(org.eclipse.swt.widgets.Composite parent,
Input<? extends org.eclipse.swt.widgets.Control> input,
Object initialValue,
ValueTranslator translator)
Initiate.
|
PropertyInputHandler(org.eclipse.swt.widgets.Composite parent,
Input<? extends org.eclipse.swt.widgets.Control> input,
String propertyName,
Object bean,
ValueTranslatorRegistry valueTranslatorRegistry,
ValueTranslator translator)
Initialise.
|
Modifier and Type | Class and Description |
---|---|
class |
ManagedObjectScopeInput
Input to select a ManagedObjectScope . |
Modifier and Type | Class and Description |
---|---|
class |
ResourceFullPathValueTranslator
ValueTranslator to obtain the full path from an input
IResource . |
Copyright © 2005–2016. All rights reserved.