|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.zaval.lw.LwClipboardMan
This class implements simple clipboard manager for the library. The clipboard shares data only for components of the light weight library, it means that the clipboard data cannot be used by other (non-LwVCL) applications. Use AWTPopupManager to have ability share clipboard data with other applications.
Constructor Summary | |
LwClipboardMan()
|
Method Summary | |
void |
clear()
Clears clipboard. |
void |
dispose()
|
java.lang.Object |
get()
Gets the content of the clipboard. |
void |
put(java.lang.Object o)
Sets the specified content for the clipboard. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LwClipboardMan()
Method Detail |
public java.lang.Object get()
null
if the clipboard is empty.public void put(java.lang.Object o)
o
- the specified content.public void clear()
public void dispose()
dispose
in interface LwManager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |