Interface | Description |
---|---|
Input<C extends org.eclipse.swt.widgets.Control> |
Builder to create the
Control for inputting the value. |
InputContext |
Context for the
Input . |
InputFilter<I> |
Filter on
Input . |
InputListener |
Listener for the
Input . |
ValueTranslator |
Translates the
Input value to the value for use. |
Class | Description |
---|---|
InputAdapter |
Adapter for the
InputListener . |
InputHandler<T> |
Handle for the
Input . |
PropertyInputHandler |
Handler for the
Input that populates a property on a bean. |
ValueTranslatorRegistry |
Registry of
ValueTranslator instances by type. |
Exception | Description |
---|---|
InvalidValueException |
Indicates the property value is invalid.
|
Copyright © 2005–2016. All rights reserved.