|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.lessvoid.nifty.controls.textfield.ClipboardAWT
public class ClipboardAWT
AWT based clipboard impl.
Constructor Summary | |
---|---|
ClipboardAWT()
|
Method Summary | |
---|---|
String |
get()
Get string data back from the clipboard. |
void |
lostOwnership(Clipboard arg0,
Transferable arg1)
not used... |
void |
put(String data)
Put data into the system clipboard. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClipboardAWT()
Method Detail |
---|
public void put(String data)
put
in interface Clipboard
data
- the datapublic String get()
get
in interface Clipboard
public void lostOwnership(Clipboard arg0, Transferable arg1)
lostOwnership
in interface ClipboardOwner
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |