@FxControllerService public class TablePrinter extends AbstractFxController
View contains a combobox of available printers. The default printer is selected initially. A button aside the combobox opens the system printer dialog in case some special settings should be made. The orientation and papersize is shown as well. Any change leads to a new PrinterJob which holds the printer and its job settings. Below the printer settings is a preview area showing the first page of the printout according to the settings. Below the preview are 2 buttons: cancel and print.
| Constructor and Description |
|---|
TablePrinter() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(URL location,
ResourceBundle resources) |
configure, createBinder, getBinder, getContainer, getDefaultScopes, getFXMLFields, getFXMLMethods, getStage, getView, setView, validateInjectionspublic void initialize(URL location, ResourceBundle resources)
Tentackle - a domain driven enterprise framework