|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.glib.Boxed | +--org.gnu.gtk.Clipboard
The Clipboard object represents a clipboard of data shared between different processes or between different widgets in the same process.
TODO: This requires gdk.Selections
TODO: callback functions
Method Summary | |
void |
clear()
Clear the contents of the clipboard. |
java.lang.String |
getText()
Requests the contents of the clipboard as text. |
void |
setText(java.lang.String text)
Set the contents of the clipboard. |
Methods inherited from class org.gnu.glib.Boxed |
equals, getHandle |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void clear()
public void setText(java.lang.String text)
public java.lang.String getText()
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |