de.mud.jta
Interface VisualTransferPlugin
- All Superinterfaces:
- VisualPlugin
- All Known Implementing Classes:
- Terminal
- public interface VisualTransferPlugin
- extends VisualPlugin
A visual plugin that also allows to copy and paste data.
Maintainer: Matthias L. Jugel
- Version:
- $Id: VisualTransferPlugin.java,v 2.0 1999/09/27 19:23:43 leo Exp $
- Author:
- Matthias L. Jugel, Marcus Meißner
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. |
copy
public void copy(java.awt.datatransfer.Clipboard clipboard)
- Copy currently selected text into the clipboard.
- Parameters:
clipboard
- the clipboard
paste
public void paste(java.awt.datatransfer.Clipboard clipboard)
- Paste text from clipboard to the plugin.
- Parameters:
clipboard
- the clipboard