| org.eclipse.ui.internal.handlers.WidgetMethodHandler org.eclipse.ui.internal.handlers.SelectAllHandler
SelectAllHandler | public class SelectAllHandler extends WidgetMethodHandler (Code) | | This handler is an adaptation of the widget method handler allowing select
all to work even in some cases where the "selectAll" method does not exist.
This handler attempts to use "getTextLimit" and "setSelection" to do select
all. If this doesn't work, then it finally fails.
since: 3.0 |
execute | final public Object execute(ExecutionEvent event) throws ExecutionException(Code) | | |
getMethodToExecute | protected Method getMethodToExecute()(Code) | | Looks up the select all method on the given focus control.
The method on the focus control; null if none. |
setInitializationData | public void setInitializationData(IConfigurationElement config, String propertyName, Object data)(Code) | | See Also: org.eclipse.core.runtime.IExecutableExtension.setInitializationData(org.eclipse.core.runtime.IConfigurationElementjava.lang.Stringjava.lang.Object) |
|
|