|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Clipboard
A very simple clipboard interface for text content.
Method Summary | |
---|---|
java.lang.String |
getContents()
gets the current content of the clipboard if it contains text |
void |
setContents(java.lang.String content)
Sets the content of the system clipboard. |
Method Detail |
---|
java.lang.String getContents()
void setContents(java.lang.String content)
content
- the content
|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |