FileDocCategorySizeDatePackage
ClipboardManager.javaAPI DocAndroid 5.1 API1219Sat Mar 14 14:09:42 GMT 2015android.content

ClipboardManager

public class ClipboardManager extends android.text.ClipboardManager

Fields Summary
Constructors Summary
ClipboardManager()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidaddPrimaryClipChangedListener(android.content.ClipboardManager$OnPrimaryClipChangedListener what)

 throw new RuntimeException("Stub!"); 
public android.content.ClipDatagetPrimaryClip()

 throw new RuntimeException("Stub!"); 
public android.content.ClipDescriptiongetPrimaryClipDescription()

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetText()

 throw new RuntimeException("Stub!"); 
public booleanhasPrimaryClip()

 throw new RuntimeException("Stub!"); 
public booleanhasText()

 throw new RuntimeException("Stub!"); 
public voidremovePrimaryClipChangedListener(android.content.ClipboardManager$OnPrimaryClipChangedListener what)

 throw new RuntimeException("Stub!"); 
public voidsetPrimaryClip(android.content.ClipData clip)

 throw new RuntimeException("Stub!"); 
public voidsetText(java.lang.CharSequence text)

 throw new RuntimeException("Stub!");