|
|||||||||
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(javax.swing.event.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 java.lang.Object |
getClipboard()
Get the clipboard contents. |
static void |
removeChangeListener(javax.swing.event.ChangeListener l)
Stop receiving change events from this object. |
static void |
setClipboard(java.lang.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(java.lang.Object arg)
public static java.lang.Object getClipboard()
public static void addChangeListener(javax.swing.event.ChangeListener l)
public static void removeChangeListener(javax.swing.event.ChangeListener l)
protected static void fireChange()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |