Last change
on this file was 348, checked in by dmik, 13 years ago |
vendor: Add icedtea-web v1.1.2 to current.
|
File size:
326 bytes
|
Line | |
---|
1 | package javax.jnlp;
|
---|
2 |
|
---|
3 | public interface PrintService {
|
---|
4 |
|
---|
5 | public java.awt.print.PageFormat getDefaultPage();
|
---|
6 |
|
---|
7 | public java.awt.print.PageFormat showPageFormatDialog(java.awt.print.PageFormat page);
|
---|
8 |
|
---|
9 | public boolean print(java.awt.print.Pageable document);
|
---|
10 |
|
---|
11 | public boolean print(java.awt.print.Printable painter);
|
---|
12 |
|
---|
13 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.