# Print output for @column tags ?> ClipboardManager - Android SDK | Android Developers

Most visited


Recently visited


ClipboardManager

public abstract class ClipboardManager
extends Object

java.lang.Object
   ↳ android.text.ClipboardManager


This class is deprecated.
Old text-only interface to the clipboard. See ClipboardManager for the modern API.

Summary


Public constructors

ClipboardManager()

Public methods

abstract CharSequence getText()

Returns the text on the clipboard.

abstract boolean hasText()

Returns true if the clipboard contains text; false otherwise.

abstract void setText(CharSequence text)

Sets the contents of the clipboard to the specified text.

Inherited methods

Public constructors


ClipboardManager

public ClipboardManager ()

Public methods


getText

public abstract CharSequence getText ()

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.

Returns
CharSequence

hasText

public abstract boolean hasText ()

Returns true if the clipboard contains text; false otherwise.

Returns
boolean

setText

public abstract void setText (CharSequence text)

Sets the contents of the clipboard to the specified text.

Parameters
text CharSequence

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.