| sun.awt.motif.X11Clipboard
X11Clipboard | public class X11Clipboard extends SunClipboard implements X11SelectionHolder(Code) | | A class which interfaces with the X11 selection service in order to support
data transfer via Clipboard operations. Most of the work is provided by
sun.awt.datatransfer.DataTransferer.
author: Amy Fowler author: Roger Brinkley author: Danila Sinopalnikov author: Alexander Gerasimov version: 1.34, 05/05/07 since: JDK1.1 |
X11Clipboard | public X11Clipboard(String name, String selectionName)(Code) | | Creates a system clipboard object.
|
checkChange | public void checkChange(long[] formats)(Code) | | |
clearNativeContext | protected void clearNativeContext()(Code) | | |
getClipboardData | protected byte[] getClipboardData(long format) throws IOException(Code) | | |
getClipboardFormats | protected long[] getClipboardFormats()(Code) | | |
getID | public long getID()(Code) | | |
lostSelectionOwnership | public void lostSelectionOwnership()(Code) | | |
registerClipboardViewerChecked | protected void registerClipboardViewerChecked()(Code) | | |
unregisterClipboardViewerChecked | protected void unregisterClipboardViewerChecked()(Code) | | |
|
|