ClipboardManager
for the modern API.@Deprecated public abstract class ClipboardManager extends Object
Constructor and Description |
---|
ClipboardManager()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract CharSequence |
getText()
Deprecated.
Returns the text on the clipboard.
|
abstract boolean |
hasText()
Deprecated.
Returns true if the clipboard contains text; false otherwise.
|
abstract void |
setText(CharSequence text)
Deprecated.
Sets the contents of the clipboard to the specified text.
|
public abstract CharSequence getText()
public abstract void setText(CharSequence text)
public abstract boolean hasText()