Class FactoryEnumFx<T extends Enum<T>>
- java.lang.Object
-
- de.fraunhofer.iosb.ilt.configurable.editor.fx.FactoryEnumFx<T>
-
- Type Parameters:
T- The type this editor selects.
- All Implemented Interfaces:
GuiFactoryFx
public final class FactoryEnumFx<T extends Enum<T>> extends Object implements GuiFactoryFx
- Author:
- Hylke van der Schaaf
-
-
Constructor Summary
Constructors Constructor Description FactoryEnumFx(EditorEnum<T> parentEditor, EditorEnum<T> outer)
-
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.voidreadComponent()
-
-
-
Constructor Detail
-
FactoryEnumFx
public FactoryEnumFx(EditorEnum<T> parentEditor, EditorEnum<T> outer)
-
-
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.
-
readComponent
public void readComponent()
-
-