|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteClipboardAccess
Tool class to read and write values to/from the system clipboard
Method Summary | |
---|---|
void |
setFileContent(java.lang.String filePath)
Method to copy a file into the system clipboard |
void |
setHTMLContent(java.lang.String html)
Method to copy an HTML string into the system clipboard |
void |
setImageContent(java.lang.String imagePath)
Method to copy an image file into the system clipboard |
void |
setTextContent(java.lang.String txt)
Method to copy a string of plain text into the system clipboard |
Method Detail |
---|
void setTextContent(java.lang.String txt) throws RemoteEclipseAPIException
txt
- text
RemoteEclipseAPIException
void setHTMLContent(java.lang.String html) throws RemoteEclipseAPIException
html
- HTML
RemoteEclipseAPIException
void setFileContent(java.lang.String filePath) throws RemoteEclipseAPIException
filePath
- path to file
RemoteEclipseAPIException
void setImageContent(java.lang.String imagePath) throws RemoteEclipseAPIException
imagePath
- path to image file
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |