android.text
Class ClipboardManager

java.lang.Object
  extended by android.text.ClipboardManager

public class ClipboardManager
extends java.lang.Object


Method Summary
 java.lang.CharSequence getText()
           
 boolean hasText()
           
 void setText(java.lang.CharSequence text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getText

public java.lang.CharSequence getText()

setText

public void setText(java.lang.CharSequence text)

hasText

public boolean hasText()


Copyright © 2008-2010. All Rights Reserved.