com.tssap.util.ui
Class SWTUtil.BasicControlActions
java.lang.Object
|
+--com.tssap.util.ui.SWTUtil.BasicControlActions
- Enclosing class:
- SWTUtil
- public static class SWTUtil.BasicControlActions
- extends java.lang.Object
|
Method Summary |
static void |
copy(org.eclipse.swt.widgets.Control control)
Delegation method.
|
static void |
cut(org.eclipse.swt.widgets.Control control)
Delegation method.
|
static void |
paste(org.eclipse.swt.widgets.Control control)
Delegation method.
|
static void |
selectAll(org.eclipse.swt.widgets.Control control)
Delegation method.
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SWTUtil.BasicControlActions
public SWTUtil.BasicControlActions()
cut
public static void cut(org.eclipse.swt.widgets.Control control)
- Delegation method.
Called with one of @link Text, @link Combo, @link StyledText control the methods will call the corresponding method on the given control.
Calls with a control with other type or null will be ignored.
- Parameters:
control -
paste
public static void paste(org.eclipse.swt.widgets.Control control)
- Delegation method.
Called with one of @link Text, @link Combo, @link StyledText control the methods will call the corresponding method on the given control.
Calls with a control with other type or null will be ignored.
- Parameters:
control -
copy
public static void copy(org.eclipse.swt.widgets.Control control)
- Delegation method.
Called with one of @link Text, @link Combo, @link StyledText control the methods will call the corresponding method on the given control.
Calls with a control with other type or null will be ignored.
- Parameters:
control -
selectAll
public static void selectAll(org.eclipse.swt.widgets.Control control)
- Delegation method.
Called with one of @link Text, @link Combo, @link StyledText control the methods will call the corresponding method on the given control.
Calls with a control with other type or null will be ignored.
- Parameters:
control -
Copyright © 2005 SAP AG. All Rights Reserved.