|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Text | |
org.eclipse.jface.dialogs | Provides support for dialogs. |
org.eclipse.jface.preference | Provides a framework for preferences. |
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.dialogs | Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface. |
Uses of Text in org.eclipse.jface.dialogs |
Methods in org.eclipse.jface.dialogs that return Text | |
protected Text |
InputDialog.getText()
Returns the text area. |
Uses of Text in org.eclipse.jface.preference |
Methods in org.eclipse.jface.preference that return Text | |
protected Text |
StringFieldEditor.getTextControl()
Returns this field editor's text control. |
Text |
StringFieldEditor.getTextControl(Composite parent)
Returns this field editor's text control. |
Uses of Text in org.eclipse.jface.viewers |
Fields in org.eclipse.jface.viewers declared as Text | |
protected Text |
TextCellEditor.text
The text control; initially null . |
Uses of Text in org.eclipse.ui.actions |
Methods in org.eclipse.ui.actions with parameters of type Text | |
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. |
Uses of Text in org.eclipse.ui.dialogs |
Methods in org.eclipse.ui.dialogs that return Text | |
protected Text |
AbstractElementListSelectionDialog.createFilterText(Composite parent)
|
Methods in org.eclipse.ui.dialogs with parameters of type Text | |
protected IPath |
WizardDataTransferPage.getPathFromText(Text textField)
Get a path from the supplied text widget. |
|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |