|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.badlogic.gdx.scenes.scene2d.ui.utils.Clipboard
com.badlogic.gdx.scenes.scene2d.ui.utils.AndroidClipboard
public class AndroidClipboard
Constructor Summary | |
---|---|
AndroidClipboard()
|
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. |
Methods inherited from class com.badlogic.gdx.scenes.scene2d.ui.utils.Clipboard |
---|
getDefaultClipboard |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AndroidClipboard()
Method Detail |
---|
public java.lang.String getContents()
Clipboard
getContents
in class Clipboard
public void setContents(java.lang.String content)
Clipboard
setContents
in class Clipboard
content
- the content
|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |