All Packages Class Hierarchy This Package Previous Next Index
Class CH.ifa.draw.util.Clipboard
java.lang.Object
|
+----CH.ifa.draw.util.Clipboard
- public class Clipboard
- extends Object
A temporary replacement for a global clipboard.
It is a singleton that can be used to store and
get the contents of the clipboard.
-
getClipboard()
- Gets the clipboard.
-
getContents()
- Gets the contents of the clipboard.
-
setContents(Object)
- Sets the contents of the clipboard.
getClipboard
public static Clipboard getClipboard()
- Gets the clipboard.
setContents
public void setContents(Object contents)
- Sets the contents of the clipboard.
getContents
public Object getContents()
- Gets the contents of the clipboard.
All Packages Class Hierarchy This Package Previous Next Index