Uses of Class
org.eclipse.jface.widgets.TextFactory
Packages that use TextFactory
-
Uses of TextFactory in org.eclipse.jface.widgets
Methods in org.eclipse.jface.widgets that return TextFactoryModifier and TypeMethodDescriptionTextFactory.limitTo
(int limit) Sets the maximum number of characters that the receiver is capable of holding to be the argument.Sets the widget message.static TextFactory
TextFactory.newText
(int style) Creates a new TextFactory with the given style and text.TextFactory.onModify
(ModifyListener listener) Adds the listener to the collection of listeners who will be notified when the receiver's text is modified, by calling the modifyText method.TextFactory.onSelect
(Consumer<SelectionEvent> consumer) Creates aSelectionListener
and registers it for the widgetSelected event.TextFactory.onVerify
(VerifyListener listener) Adds the listener to the collection of listeners who will be notified when the receiver's text is verified, by calling the verifyText method.Sets the contents of the receiver to the given string.static TextFactory
WidgetFactory.text
(int style)