|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DesktopException | |
---|---|
org.jdesktop.jdic.desktop | Provides classes for accessing desktop applications and facilities. |
Uses of DesktopException in org.jdesktop.jdic.desktop |
---|
Methods in org.jdesktop.jdic.desktop that throw DesktopException | |
---|---|
static void |
Desktop.browse(java.net.URL url)
Launches the system default browser to show the given URL. |
static void |
Desktop.edit(java.io.File file)
Launches the associated editor to edit the given file. |
static void |
Desktop.mail()
Launches the message compose window of the default mailer. |
static void |
Desktop.mail(Message msg)
Launches the message compose window of the default mailer, and fills in the message fields with the field values of the given Message
object. |
static void |
Desktop.open(java.io.File file)
Launches the associated application to open a file |
static void |
Desktop.print(java.io.File file)
Prints the given file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |