All Packages Class Hierarchy This Package Previous Next Index
Class dtai.gwt.GadgetClipboard
java.lang.Object
|
+----dtai.gwt.GadgetClipboard
- public class GadgetClipboard
- extends Object
GadgetClipboard
-
GadgetClipboard()
-
-
getText()
- gets the text in the clipboard
-
setText(String)
- setText
GadgetClipboard
public GadgetClipboard()
getText
public static String getText()
- gets the text in the clipboard
- Returns:
- String
setText
public static synchronized void setText(String text)
- setText
- Parameters:
- text - - TBD
All Packages Class Hierarchy This Package Previous Next Index