|
JHotDraw 7.5.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.awt.datatransfer.Clipboard
org.jhotdraw.gui.datatransfer.AbstractClipboard
org.jhotdraw.gui.datatransfer.AWTClipboard
public class AWTClipboard
AWTClipboard acts as a proxy to an AWT Clipboard object.
Proxy
AWTClipboard acts as a proxy to an AWT Clipboard object.
Proxy: AWTClipboard; Target: java.awt.datatransfer.Clipboard.
| Field Summary |
|---|
| Fields inherited from class java.awt.datatransfer.Clipboard |
|---|
contents, owner |
| Constructor Summary | |
|---|---|
AWTClipboard(java.awt.datatransfer.Clipboard target)
Creates a new proxy for the specified target object. |
|
| Method Summary | |
|---|---|
java.awt.datatransfer.Transferable |
getContents(java.lang.Object requestor)
Returns a Transferable object representing the current contents
of the clipboard. |
java.awt.datatransfer.Clipboard |
getTarget()
Returns the proxy target. |
void |
setContents(java.awt.datatransfer.Transferable contents,
java.awt.datatransfer.ClipboardOwner owner)
Sets the current contents of the clipboard to the specified Transferable object. |
| Methods inherited from class java.awt.datatransfer.Clipboard |
|---|
addFlavorListener, getAvailableDataFlavors, getData, getFlavorListeners, getName, isDataFlavorAvailable, removeFlavorListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AWTClipboard(java.awt.datatransfer.Clipboard target)
target - A Clipboard object.| Method Detail |
|---|
public java.awt.datatransfer.Clipboard getTarget()
public java.awt.datatransfer.Transferable getContents(java.lang.Object requestor)
AbstractClipboardTransferable object representing the current contents
of the clipboard. If the clipboard currently has no contents, it returns
null.
getContents in class AbstractClipboardTransferable object on the clipboard.
public void setContents(java.awt.datatransfer.Transferable contents,
java.awt.datatransfer.ClipboardOwner owner)
Transferable object.
setContents in class AbstractClipboardcontents - The Transferable object representing clipboard
content.
|
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 | ||||||||