|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VisualTransferPlugin
A visual plugin that also allows to copy and paste data.
Maintainer: Matthias L. Jugel
| Method Summary | |
|---|---|
void |
copy(java.awt.datatransfer.Clipboard clipboard)
Copy currently selected text into the clipboard. |
void |
paste(java.awt.datatransfer.Clipboard clipboard)
Paste text from clipboard to the plugin. |
| Methods inherited from interface de.mud.jta.VisualPlugin |
|---|
getPluginMenu, getPluginVisual |
| Method Detail |
|---|
void copy(java.awt.datatransfer.Clipboard clipboard)
clipboard - the clipboardvoid paste(java.awt.datatransfer.Clipboard clipboard)
clipboard - the clipboard
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||