JAligner

jaligner.ui.clipboard
Interface ClipboardHandler

All Known Implementing Classes:
ClipboardHandlerAWT, ClipboardHandlerJNLP

public interface ClipboardHandler

Abstract class to handle setting and getting "text" contents of the system clipboard.

Author:
Ahmed Moustafa (ahmed@users.sf.net)

Method Summary
 java.lang.String getContents()
          Returns the contents of the system of the clipboard
 void setContents(java.lang.String s)
          Sets the contents of the system of the clipboard
 

Method Detail

getContents

public java.lang.String getContents()
Returns the contents of the system of the clipboard

Returns:
String

setContents

public void setContents(java.lang.String s)
Sets the contents of the system of the clipboard

Parameters:
s - the clipboard contents to set

JAligner

Ahmed Moustafa (ahmed@users.sf.net)SourceForge.net
The source code of JAligner is licensed under The GNU General Public License (GPL)