android.text
public
class
android.text.ClipboardManager
Interface to the clipboard service, for placing and retrieving text in
the global clipboard.
You do not instantiate this class directly; instead, retrieve it through
getSystemService(String).
Summary
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Methods
Returns the text on the clipboard. It will eventually be possible
to store types other than text too, in which case this will return
null if the type cannot be coerced to text.
public
boolean
hasText()
Returns true if the clipboard contains text; false otherwise.
public
void
setText(CharSequence text)
Sets the contents of the clipboard to the specified text.