|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dioscuri.datatransfer.TextTransfer
public final class TextTransfer
This class allows data transfer via the clipboard to and from the emulator
Constructor Summary | |
---|---|
TextTransfer(GUI parent)
|
Method Summary | |
---|---|
java.lang.String |
getClipboardContents()
Get String in clipboard. |
void |
lostOwnership(java.awt.datatransfer.Clipboard aClipboard,
java.awt.datatransfer.Transferable aContents)
Empty implementation of the ClipboardOwner interface. |
void |
setClipboardContents(java.lang.String text)
Set String on clipboard, and make this class the owner of the Clipboard's contents. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextTransfer(GUI parent)
parent
- Method Detail |
---|
public void lostOwnership(java.awt.datatransfer.Clipboard aClipboard, java.awt.datatransfer.Transferable aContents)
lostOwnership
in interface java.awt.datatransfer.ClipboardOwner
aClipboard
- aContents
- public void setClipboardContents(java.lang.String text)
text
- public java.lang.String getClipboardContents()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |