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