Class FactoryStringFx
- java.lang.Object
-
- de.fraunhofer.iosb.ilt.configurable.editor.fx.FactoryStringFx
-
- All Implemented Interfaces:
GuiFactoryFx
public final class FactoryStringFx extends Object implements GuiFactoryFx
- Author:
- Hylke van der Schaaf
-
-
Constructor Summary
Constructors Constructor Description FactoryStringFx(EditorString parentEditor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfillComponent()Ensure the swComponent represents the current value.javafx.scene.NodegetNode()Get the JavaFX Node that represents the editor.voidreadComponent()
-
-
-
Constructor Detail
-
FactoryStringFx
public FactoryStringFx(EditorString 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 swComponent represents the current value.
-
readComponent
public void readComponent()
-
-