|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DesktopService
This service is used to interact with the user's desktop.
| Method Summary | |
|---|---|
void |
browse(URL url)
Browses the URL using the desktop browser |
void |
editFile(File file)
Opens the file for edition. |
void |
mail(String mail)
Opens the mail system of the user |
void |
openFile(File file)
Opens the file using the desktop. |
| Method Detail |
|---|
void openFile(File file)
file - File to openvoid editFile(File file)
file - File to editvoid browse(URL url)
url - URL to browsevoid mail(String mail)
mail - Mail address to write to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||