|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCH.ifa.draw.util.Clipboard
public class Clipboard
A temporary replacement for a global clipboard. It is a singleton that can be used to store and get the contents of the clipboard.
Method Summary | |
---|---|
static Clipboard |
getClipboard()
Gets the clipboard. |
java.lang.Object |
getContents()
Gets the contents of the clipboard. |
void |
setContents(java.lang.Object contents)
Sets the contents of the clipboard. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Clipboard getClipboard()
public void setContents(java.lang.Object contents)
public java.lang.Object getContents()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |