CH.ifa.draw.util
Class Clipboard
- java.lang.Object
-
- CH.ifa.draw.util.Clipboard
-
public class Clipboard extends java.lang.ObjectA 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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description static ClipboardgetClipboard()Gets the clipboard.java.lang.ObjectgetContents()Gets the contents of the clipboard.voidsetContents(java.lang.Object contents)Sets the contents of the clipboard.
-
-
-
Method Detail
-
getClipboard
public static Clipboard getClipboard()
Gets the clipboard.
-
setContents
public void setContents(java.lang.Object contents)
Sets the contents of the clipboard.
-
getContents
public java.lang.Object getContents()
Gets the contents of the clipboard.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG