|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.gui.service.support.JDK6DesktopService
public class JDK6DesktopService
Implementation of the desktop service based on the JDK6
component.
Desktop
| Constructor Summary | |
|---|---|
JDK6DesktopService()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JDK6DesktopService()
| Method Detail |
|---|
public void openFile(File file)
DesktopService
openFile in interface DesktopServicefile - File to openDesktop.open(File),
DesktopService.openFile(java.io.File)public void browse(URL url)
DesktopService
browse in interface DesktopServiceurl - URL to browseDesktop.browse(java.net.URI),
DesktopService.browse(java.net.URL)public void editFile(File file)
DesktopService
editFile in interface DesktopServicefile - File to editDesktop.edit(File),
DesktopService.editFile(java.io.File)public void mail(String mail)
DesktopService
mail in interface DesktopServicemail - Mail address to write toDesktop.mail(),
DesktopService.mail(java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||