net.sf.swinglib
Class ClipManager

java.lang.Object
  extended by net.sf.swinglib.ClipManager

public class ClipManager
extends Object

Provides a simple mechanism for interacting with the system clipboard, where you want to copy/paste a restricted set of data types and don't want to hook up with a component. Particularly useful for application- level actions.


Constructor Summary
ClipManager()
           
 
Method Summary
static void putString(String str)
          Puts the specified string on the system clipboard.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClipManager

public ClipManager()
Method Detail

putString

public static void putString(String str)
Puts the specified string on the system clipboard.