public interface IEEFTextController extends IEEFWidgetController
| Modifier and Type | Method and Description |
|---|---|
void |
onNewValue(IConsumer<java.lang.Object> consumer)
Register a consumer which will be called with the new value of the text when it will change.
|
void |
removeNewValueConsumer()
Remove the consumer of the new value of the text.
|
org.eclipse.core.runtime.IStatus |
updateValue(java.lang.String text)
Update the value of the text.
|
computeHelp, onNewHelp, onNewLabel, removeNewHelpConsumer, removeNewLabelConsumeronValidation, refresh, removeValidationConsumerorg.eclipse.core.runtime.IStatus updateValue(java.lang.String text)
text - The new value of the textvoid onNewValue(IConsumer<java.lang.Object> consumer)
consumer - The consumer of the new value of the textvoid removeNewValueConsumer()