Package | Description |
---|---|
com.teamdev.jxbrowser.browser.callback |
This package provides the classes that allow you to work with browser callback.
|
com.teamdev.jxbrowser.print |
Contains classes and interfaces for printing.
|
Modifier and Type | Method and Description |
---|---|
void |
PrintHtmlCallback.Action.proceed(Printer<?> printer)
Applies the configured print settings and notifies the browser to proceed with printing.
|
void |
PrintPdfCallback.Action.proceed(Printer<?> printer)
Applies the configured print settings and notifies the browser to proceed with printing.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PdfPrinter<PrintSettingT extends PrintSettings>
A printer that allows you to print to PDF.
|
interface |
SystemPrinter<PrintSettingT extends PrintSettings>
A local or network printer installed in the system.
|