@Embeddable public class PrinterSection extends Object implements IPrinterSection
| Type | Property and Description |
|---|---|
javafx.beans.property.BooleanProperty |
printerOn |
| Constructor and Description |
|---|
PrinterSection() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPrinterOn()
Gets the value of the property printerOn.
|
javafx.beans.property.BooleanProperty |
printerOnProperty() |
void |
setPrinterOn(boolean printerOn)
Sets the value of the property printerOn.
|
public javafx.beans.property.BooleanProperty printerOnProperty
isPrinterOn(),
setPrinterOn(boolean)public boolean isPrinterOn()
isPrinterOn in interface IPrinterSectionpublic void setPrinterOn(boolean printerOn)
setPrinterOn in interface IPrinterSectionprinterOn - printer turned on?public javafx.beans.property.BooleanProperty printerOnProperty()
isPrinterOn(),
setPrinterOn(boolean)Copyright © 2018 Ken Händel. All rights reserved.