Interface GUIOption<E>


  • public interface GUIOption<E>
    Classes implementing this interface have a chance to manage their internal representation states using the options dialog in Kettle. Instances of this class are automatically added to the EnterOptionsDialog.
    Author:
    Alex Silva
    • Method Detail

      • getLastValue

        E getLastValue()
      • setValue

        void setValue​(E value)
        Sets the value; should also persist it.
        Parameters:
        value -
      • getLabelText

        String getLabelText()