|
JHotDraw 7.5.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jhotdraw.gui.datatransfer.ClipboardUtil
public class ClipboardUtil
ClipboardUtil provides utility methods for the Java Clipboard API.
| Constructor Summary | |
|---|---|
ClipboardUtil()
|
|
| Method Summary | |
|---|---|
static java.awt.datatransfer.Clipboard |
getClipboard()
Returns the ClipboardService instance. |
static void |
setClipboard(java.awt.datatransfer.Clipboard instance)
Sets the Clipboard singleton used by the JHotDraw framework. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClipboardUtil()
| Method Detail |
|---|
public static java.awt.datatransfer.Clipboard getClipboard()
public static void setClipboard(java.awt.datatransfer.Clipboard instance)
If you set this null, the next call to getClipboard will create a new singleton.
|
Copyright 1996-2010 (c) by the authors and contributors of the JHotDraw project. Some rights reserved. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||