java.awt.peer
Interface DesktopPeer
public interface DesktopPeer
browse
void browse(URI url)
throws IOException
- Throws:
IOException
edit
void edit(File file)
throws IOException
- Throws:
IOException
isSupported
boolean isSupported(Desktop.Action action)
mail
void mail(URI mailtoURL)
throws IOException
- Throws:
IOException
mail
void mail()
throws IOException
- Throws:
IOException
open
void open(File file)
throws IOException
- Throws:
IOException
print
void print(File file)
throws IOException
- Throws:
IOException