java.awt.peer
Interface DesktopPeer


public interface DesktopPeer


Method Summary
 void browse(URI url)
           
 void edit(File file)
           
 boolean isSupported(Desktop.Action action)
           
 void mail()
           
 void mail(URI mailtoURL)
           
 void open(File file)
           
 void print(File file)
           
 

Method Detail

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