@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 IPrinterSection
public void setPrinterOn(boolean printerOn)
setPrinterOn
in interface IPrinterSection
printerOn
- printer turned on?public javafx.beans.property.BooleanProperty printerOnProperty()
isPrinterOn()
,
setPrinterOn(boolean)
Copyright © 2018 Ken Händel. All rights reserved.