public class CopyClipboardText extends Object implements ClipboardOwner
| Constructor and Description |
|---|
CopyClipboardText(GuiUtils guiUtils) |
| Modifier and Type | Method and Description |
|---|---|
String |
fromClipboard() |
String |
fromSystemSelection() |
static String |
getSelection() |
void |
lostOwnership(Clipboard c,
Transferable t) |
void |
toClipboard(String str) |
public CopyClipboardText(GuiUtils guiUtils)
public static String getSelection()
public void lostOwnership(Clipboard c, Transferable t)
lostOwnership in interface ClipboardOwnerpublic void toClipboard(String str)
public String fromClipboard()
public String fromSystemSelection()
Copyright © 2016. All rights reserved.