Uses of Class
org.eclipse.swt.widgets.Text
Package
Description
Provides support for bindings between commands and keys.
Provides a content assist add-on for implementors of
IContentAssistSubjectControl
.Provides support for dialogs.
Provides a framework for preferences.
Provides useful building blocks used throughout JFace,
including property change events, a listener list implementation, and runtime
checked assertions.
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
Provides a content assist add-on for implementors of
IContentAssistSubjectControl
.Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
Custom widgets and controls for forms-based parts.
-
Uses of Text in org.eclipse.e4.ui.css.swt.dom
-
Uses of Text in org.eclipse.e4.ui.dialogs.filteredtree
Modifier and TypeMethodDescriptionprotected Text
FilteredTree.doCreateFilterText
(Composite parent) Creates the text control for entering the filter text.FilteredTree.getFilterControl()
Get the filter text for the receiver, if it was created. -
Uses of Text in org.eclipse.jface.bindings.keys
ModifierConstructorDescriptionKeySequenceText
(Text wrappedText) Constructs an instance ofKeySequenceTextField
with the text field to use. -
Uses of Text in org.eclipse.jface.contentassist
ModifierConstructorDescriptionDeprecated.Creates a content assist subject control adapter for the given text widget. -
Uses of Text in org.eclipse.jface.dialogs
-
Uses of Text in org.eclipse.jface.preference
Modifier and TypeMethodDescriptionprotected Text
StringFieldEditor.createTextWidget
(Composite parent) Create the text widget.protected Text
StringFieldEditor.getTextControl()
Returns this field editor's text control.StringFieldEditor.getTextControl
(Composite parent) Returns this field editor's text control. -
Uses of Text in org.eclipse.jface.util
Modifier and TypeMethodDescriptionstatic void
BidiUtils.applyBidiProcessing
(Text field, String handlingType) Applies bidi processing to the given text field. -
Uses of Text in org.eclipse.jface.viewers
-
Uses of Text in org.eclipse.ui.actions
Modifier and TypeMethodDescriptionvoid
Add aText
control to the handler so that the Cut, Copy, Paste, Delete, and Select All actions are redirected to it when active.void
TextActionHandler.removeText
(Text textControl) Removes aText
control from the handler so that the Cut, Copy, Paste, Delete, and Select All actions are no longer redirected to it when active. -
Uses of Text in org.eclipse.ui.contentassist
Modifier and TypeMethodDescriptionstatic ContentAssistHandler
ContentAssistHandler.createHandlerForText
(Text text, SubjectControlContentAssistant contentAssistant) Deprecated.Creates a newContentAssistHandler
for the givenText
. -
Uses of Text in org.eclipse.ui.dialogs
Modifier and TypeFieldDescriptionprotected Text
FilteredTree.filterText
The filter text widget to be used by this tree.Modifier and TypeMethodDescriptionprotected Text
AbstractElementListSelectionDialog.createFilterText
(Composite parent) Creates the filter text.protected Text
FilteredTree.doCreateFilterText
(Composite parent) Creates the text control for entering the filter text.FilteredTree.getFilterControl()
Get the filter text for the receiver, if it was created.Modifier and TypeMethodDescriptionprotected IPath
WizardDataTransferPage.getPathFromText
(Text textField) Get a path from the supplied text widget. -
Uses of Text in org.eclipse.ui.forms.widgets
Modifier and TypeMethodDescriptionFormToolkit.createText
(Composite parent, String value) Creates a text as a part of the form.FormToolkit.createText
(Composite parent, String value, int style) Creates a text as a part of the form. -
Uses of Text in org.eclipse.ui.internal
Modifier and TypeMethodDescriptionprotected void
FilteredTableBaseHandler.addKeyListener
(Text text) Add Key Listener to the search text. manage key events on search textprotected void
FilteredTableBaseHandler.addModifyListener
(Text text) Add modify listener to the search text, trigger search each time text changes.