Searched defs:mail (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/sample/scripting/scriptpad/src/scripts/
H A Dmail.js46 function mail() { function
62 desktop.mail(new java.net.URI("mailto", mailTo, null));
70 this.application.addTool("Mail", mail);
/openjdk7/jdk/src/share/classes/java/awt/peer/
H A DDesktopPeer.java36 * of open, edit, print, browse and mail with the given URL or file, by
86 * Launches the mail composing window of the user default mail client,
94 * @throws IOException If the user default mail client is not found,
97 void mail(URI mailtoURL) throws IOException; method in interface:DesktopPeer
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCDesktopPeer.java60 public void mail(URI uri) throws IOException { method in class:CDesktopPeer
72 throw new IOException("Failed to mail or browse " + uri + ". Error code: " + status);
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWDesktopPeer.java65 public void mail(URI uri) throws IOException { method in class:WDesktopPeer
/openjdk7/jdk/src/share/classes/java/awt/
H A DDesktop.java52 * <li>launching the user-default mail client with an optional
107 * Represents a "mail" action.
108 * @see Desktop#mail()
109 * @see Desktop#mail(java.net.URI)
408 * Launches the mail composing window of the user default mail
413 * @throws IOException if the user default mail client is not
422 public void mail() throws IOException { method in class:Desktop
429 peer.mail(mailtoURI);
436 * Launches the mail composin
464 public void mail(URI mailtoURI) throws IOException { method in class:Desktop
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDesktopPeer.java93 public void mail(URI uri) throws IOException { method in class:XDesktopPeer

Completed in 78 milliseconds