de.mud.jta

Interface VisualTransferPlugin

All Superinterfaces:
VisualPlugin
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 499 2005-09-29 08:24:54Z leo $
Author:
Matthias L. Jugel, Marcus Mei???ner

Method Summary

void
copy(Clipboard clipboard)
Copy currently selected text into the clipboard.
void
paste(Clipboard clipboard)
Paste text from clipboard to the plugin.

Methods inherited from interface de.mud.jta.VisualPlugin

getPluginMenu, getPluginVisual

Method Details

copy

public void copy(Clipboard clipboard)
Copy currently selected text into the clipboard.
Parameters:
clipboard - the clipboard

paste

public void paste(Clipboard clipboard)
Paste text from clipboard to the plugin.
Parameters:
clipboard - the clipboard