Class FactoryListFx<U,T extends ConfigEditor<U>>
- java.lang.Object
-
- de.fraunhofer.iosb.ilt.configurable.editor.fx.FactoryListFx<U,T>
-
- Type Parameters:
T- The type of editors that edit the items in the list.U- The type of items in the list.
- All Implemented Interfaces:
GuiFactoryFx
public final class FactoryListFx<U,T extends ConfigEditor<U>> extends Object implements GuiFactoryFx
- Author:
- Hylke van der Schaaf
-
-
Constructor Summary
Constructors Constructor Description FactoryListFx(EditorList<U,T> parentEditor, boolean vertical)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfillComponent()Ensure the component represents the current value.javafx.scene.layout.PanegetNode()Get the JavaFX Node that represents the editor.voidsetText(String text)
-
-
-
Constructor Detail
-
FactoryListFx
public FactoryListFx(EditorList<U,T> parentEditor, boolean vertical)
-
-
Method Detail
-
setText
public void setText(String text)
-
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.
-
-