Class FactoryMapFx
- java.lang.Object
-
- de.fraunhofer.iosb.ilt.configurable.editor.fx.FactoryMapFx
-
- All Implemented Interfaces:
GuiFactoryFx
public final class FactoryMapFx extends Object implements GuiFactoryFx
- Author:
- Hylke van der Schaaf
-
-
Constructor Summary
Constructors Constructor Description FactoryMapFx(AbstractEditorMap<?,?> parentEditor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddItem(String key)voidfillComponent()Ensure the component represents the current value.javafx.scene.layout.PanegetNode()Get the JavaFX Node that represents the editor.voidremoveItem(AbstractEditorMap.Item<?> item)
-
-
-
Constructor Detail
-
FactoryMapFx
public FactoryMapFx(AbstractEditorMap<?,?> parentEditor)
-
-
Method Detail
-
getNode
public javafx.scene.layout.Pane 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.
-
addItem
public void addItem(String key)
-
removeItem
public void removeItem(AbstractEditorMap.Item<?> item)
-
-