Class FactoryBooleanFx
- java.lang.Object
-
- de.fraunhofer.iosb.ilt.configurable.editor.fx.FactoryBooleanFx
-
- All Implemented Interfaces:
GuiFactoryFx
public final class FactoryBooleanFx extends Object implements GuiFactoryFx
- Author:
- Hylke van der Schaaf
-
-
Constructor Summary
Constructors Constructor Description FactoryBooleanFx(EditorBoolean parentEditor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfillComponent()Ensure the component represents the current value.javafx.scene.NodegetNode()Get the JavaFX Node that represents the editor.booleanisSelected()
-
-
-
Constructor Detail
-
FactoryBooleanFx
public FactoryBooleanFx(EditorBoolean parentEditor)
-
-
Method Detail
-
getNode
public javafx.scene.Node getNode()
Description copied from interface:GuiFactoryFxGet the JavaFX Node that represents the editor.- Specified by:
getNodein interfaceGuiFactoryFx- Returns:
- The JavaFX Node that represents the editor.
-
fillComponent
public void fillComponent()
Ensure the component represents the current value.
-
isSelected
public boolean isSelected()
-
-