Methods Summary |
---|
public void | browse(java.net.URI url)Launches the user default browser to display the given URI.
|
public void | edit(java.io.File file)Launches the associated editor and opens the given file for editing. The
associated editor is registered to be the default editor for the file
type of the given file.
|
public boolean | isSupported(java.awt.Desktop.Action action)Returns whether the given action is supported on the current platform.
|
public void | mail(java.net.URI mailtoURL)Launches the mail composing window of the user default mail client,
filling the message fields including to, cc, etc, with the values
specified by the given mailto URL.
|
public void | open(java.io.File file)Launches the associated application to open the given file. The
associated application is registered to be the default file viewer for
the file type of the given file.
|
public void | print(java.io.File file)Prints the given file with the native desktop printing facility, using
the associated application's print command.
|