|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjsky.util.gui.ClipboardHelper
public final class ClipboardHelper
Utility shortcuts for accessing the system clipboard. This uses the standard Java APIs.
Method Summary | |
---|---|
static void |
addChangeListener(ChangeListener l)
Register to receive change events from this object whenever the clipboard object is set. |
protected static void |
fireChange()
Notify any listeners of a change in the clipboard object. |
static Object |
getClipboard()
Get the clipboard contents. |
static void |
removeChangeListener(ChangeListener l)
Stop receiving change events from this object. |
static void |
setClipboard(Object arg)
Set the clipboard contents. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void setClipboard(Object arg)
public static Object getClipboard()
public static void addChangeListener(ChangeListener l)
public static void removeChangeListener(ChangeListener l)
protected static void fireChange()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |