|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IClipboard
Programming interface to the clipboard, which allows copying and pasting between applications.
| Nested Class Summary | |
|---|---|
static class |
IClipboard.Stub
Local-side IPC implementation stub class. |
| Method Summary | |
|---|---|
CharSequence |
getClipboardText()
Returns the text on the clipboard. |
boolean |
hasClipboardText()
Returns true if the clipboard contains text; false otherwise. |
void |
setClipboardText(CharSequence text)
Sets the contents of the clipboard to the specified text. |
| Methods inherited from interface android.os.IInterface |
|---|
asBinder |
| Method Detail |
|---|
CharSequence getClipboardText()
throws RemoteException
RemoteException
void setClipboardText(CharSequence text)
throws RemoteException
RemoteException
boolean hasClipboardText()
throws RemoteException
RemoteException
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||