Class FactoryEnumFx<T extends Enum<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
    • Method Detail

      • getNode

        public javafx.scene.Node 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.
      • readComponent

        public void readComponent()