public class ClipBoardUtil
extends java.lang.Object
| Constructor and Description |
|---|
ClipBoardUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getClipboardContents()
Get the String residing on the clip board.
|
static java.awt.Image |
getClipboardImage()
Get the String residing on the clip board.
|
static void |
setClipboardContents(java.lang.String srcData)
put data into system clip board
|
public static java.lang.String getClipboardContents()
public static java.awt.Image getClipboardImage()
public static void setClipboardContents(java.lang.String srcData)
srcData - data to put into clip boardCopyright © 2000 Infostretch Corp.