| Package | Description |
|---|---|
| com.teamdev.jxbrowser.chromium |
Contains the basic classes and interfaces.
|
| com.teamdev.jxbrowser.chromium.javafx |
Contains the classes and interfaces for embedding Browser instance into JavaFX application.
|
| Modifier and Type | Method and Description |
|---|---|
PrintHandler |
Browser.getPrintHandler()
Returns current print handler or
null when there's no installed handler. |
| Modifier and Type | Method and Description |
|---|---|
void |
Browser.setPrintHandler(PrintHandler handler)
Sets a print handler that will be invoked every time when printing requests for print
settings.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPrintHandler
Default implementation of
PrintHandler that displays standard Java Print dialog and
modify default settings with the settings that end user selects in the dialog. |