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.


Method Index

 o getClipboard()
Gets the clipboard.
 o getContents()
Gets the contents of the clipboard.
 o setContents(Object)
Sets the contents of the clipboard.

Methods

 o getClipboard
 public static Clipboard getClipboard()
Gets the clipboard.

 o setContents
 public void setContents(Object contents)
Sets the contents of the clipboard.

 o getContents
 public Object getContents()
Gets the contents of the clipboard.


All Packages  Class Hierarchy  This Package  Previous  Next  Index