Class FactoryListFx<U,​T extends ConfigEditor<U>>

  • 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 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: GuiFactoryFx
        Get the JavaFX Node that represents the editor.
        Specified by:
        getNode in interface GuiFactoryFx
        Returns:
        The JavaFX Node that represents the editor.
      • fillComponent

        public void fillComponent()
        Ensure the component represents the current value.