Interface OptionsEditor

    • Method Detail

      • cancel

        void cancel()
        Cancel the changes.
      • reload

        void reload()
        A signal to reload the GUI widgets in the component created by this editor. This will happen when the options change out from under the editor, such as when the user restores the default options values.
      • setOptionsPropertyChangeListener

        void setOptionsPropertyChangeListener​(java.beans.PropertyChangeListener listener)
        Sets the options change listener
        Parameters:
        listener -
      • getEditorComponent

        javax.swing.JComponent getEditorComponent​(Options options,
                                                  EditorStateFactory editorStateFactory)
        Get the editor component.
        Parameters:
        options - The editable options that for which a GUI component will be created
        editorStateFactory - The factory that will provide state objects this options editor
      • dispose

        void dispose()
        Dispose this editor