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


Constructor Index

 o GadgetClipboard()

Method Index

 o getText()
gets the text in the clipboard
 o setText(String)
setText

Constructors

 o GadgetClipboard
 public GadgetClipboard()

Methods

 o getText
 public static String getText()
gets the text in the clipboard

Returns:
String
 o setText
 public static synchronized void setText(String text)
setText

Parameters:
text - - TBD

All Packages  Class Hierarchy  This Package  Previous  Next  Index