Package | Description |
---|---|
org.eclipse.jface.bindings.keys |
Provides support for bindings between commands and keys.
|
org.eclipse.jface.contentassist |
Provides a content assist add-on for implementors of IContentAssistSubjectControl.
|
org.eclipse.jface.dialogs |
Provides support for dialogs.
|
org.eclipse.jface.preference |
Provides a framework for preferences.
|
org.eclipse.jface.util |
Provides useful building blocks used throughout JFace,
including property change events, a listener list implementation, and runtime
checked assertions.
|
org.eclipse.jface.viewers |
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
|
org.eclipse.ui.actions |
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
|
org.eclipse.ui.contentassist |
Provides a content assist add-on for implementors of IContentAssistSubjectControl.
|
org.eclipse.ui.dialogs |
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
|
org.eclipse.ui.forms.widgets |
Custom widgets and controls for forms-based parts.
|
Constructor and Description |
---|
KeySequenceText(Text wrappedText)
Constructs an instance of
KeySequenceTextField with the
text field to use. |
Constructor and Description |
---|
TextContentAssistSubjectAdapter(Text text)
Deprecated.
Creates a content assist subject control adapter for the given text widget.
|
Modifier and Type | Method and Description |
---|---|
protected Text |
InputDialog.getText()
Returns the text area.
|
Modifier and Type | Method and Description |
---|---|
protected Text |
StringFieldEditor.getTextControl()
Returns this field editor's text control.
|
Text |
StringFieldEditor.getTextControl(Composite parent)
Returns this field editor's text control.
|
Modifier and Type | Method and Description |
---|---|
static void |
BidiUtils.applyBidiProcessing(Text field,
String handlingType)
Applies bidi processing to the given text field.
|
Modifier and Type | Field and Description |
---|---|
protected Text |
TextCellEditor.text
The text control; initially
null . |
Modifier and Type | Method and Description |
---|---|
void |
TextActionHandler.addText(Text textControl)
Add a
Text 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 a
Text control from the handler
so that the Cut, Copy, Paste, Delete, and Select All
actions are no longer redirected to it when active. |
Modifier and Type | Method and Description |
---|---|
static ContentAssistHandler |
ContentAssistHandler.createHandlerForText(Text text,
SubjectControlContentAssistant contentAssistant)
Deprecated.
Creates a new
ContentAssistHandler for the given Text . |
Modifier and Type | Field and Description |
---|---|
protected Text |
FilteredTree.filterText
The filter text widget to be used by this tree.
|
Modifier and Type | Method and Description |
---|---|
protected Text |
AbstractElementListSelectionDialog.createFilterText(Composite parent) |
protected Text |
FilteredTree.doCreateFilterText(Composite parent)
Creates the text control for entering the filter text.
|
Text |
FilteredTree.getFilterControl()
Get the filter text for the receiver, if it was created.
|
Modifier and Type | Method and Description |
---|---|
protected IPath |
WizardDataTransferPage.getPathFromText(Text textField)
Get a path from the supplied text widget.
|
Modifier and Type | Method and Description |
---|---|
Text |
FormToolkit.createText(Composite parent,
String value)
Creates a text as a part of the form.
|
Text |
FormToolkit.createText(Composite parent,
String value,
int style)
Creates a text as a part of the form.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.