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 Details

    • getLastValue

      E getLastValue()
    • setValue

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

    • getLabelText

      String getLabelText()