Class FactoryEnumSwing<T extends Enum<T>>

  • Type Parameters:
    T - The type this editor selects.
    All Implemented Interfaces:
    GuiFactorySwing

    public final class FactoryEnumSwing<T extends Enum<T>>
    extends Object
    implements GuiFactorySwing
    Author:
    Hylke van der Schaaf
    • Method Detail

      • getComponent

        public JComponent getComponent()
        Description copied from interface: GuiFactorySwing
        Get the swing Component that represents the editor.
        Specified by:
        getComponent in interface GuiFactorySwing
        Returns:
        The swing Component that represents the editor.
      • fillComponent

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

        public void readComponent()