File
Doc
Category
Size
Date
Package
ClipboardManager.java
API Doc
Android 5.1 API
1219
Sat Mar 14 14:09:42 GMT 2015
android.content
ClipboardManager
java.lang.Object
android.text.ClipboardManager
public class ClipboardManager extends android.text.ClipboardManager
Fields Summary
Constructors Summary
ClipboardManager
()
throw new RuntimeException("Stub!");
Methods Summary
public void
addPrimaryClipChangedListener
(
android.content.ClipboardManager$OnPrimaryClipChangedListener
what)
throw new RuntimeException("Stub!");
public
android.content.ClipData
getPrimaryClip
()
throw new RuntimeException("Stub!");
public
android.content.ClipDescription
getPrimaryClipDescription
()
throw new RuntimeException("Stub!");
public
java.lang.CharSequence
getText
()
throw new RuntimeException("Stub!");
public
boolean
hasPrimaryClip
()
throw new RuntimeException("Stub!");
public
boolean
hasText
()
throw new RuntimeException("Stub!");
public void
removePrimaryClipChangedListener
(
android.content.ClipboardManager$OnPrimaryClipChangedListener
what)
throw new RuntimeException("Stub!");
public void
setPrimaryClip
(
android.content.ClipData
clip)
throw new RuntimeException("Stub!");
public void
setText
(
java.lang.CharSequence
text)
throw new RuntimeException("Stub!");
Java Code Source