|
 |
|
|
Uses of Class org.eclipse.swt.widgets.Text
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. |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|