Class TagProcessingOptionsController

    • Constructor Detail

      • TagProcessingOptionsController

        public TagProcessingOptionsController()
    • Method Detail

      • getGui

        public javax.swing.JComponent getGui()
        Description copied from interface: IPreferencesController
        Get the GUI (the "view") controlled by this controller. This should not be a window (e.g. JDialog, JFrame) but rather a component embeddable in a window (e.g. JPanel).
      • restoreDefaults

        public void restoreDefaults()
        Description copied from interface: IPreferencesController
        Restore preferences controlled by this view to their default state.
      • validate

        public boolean validate()
        Description copied from interface: IPreferencesController
        Validate the current preferences. Implementors should override to implement validation logic as necessary.

        When validation fails, implementors should not raise dialogs; instead they should offer feedback within the view GUI.

        Returns:
        True if the settings are valid and OK to be persisted; false if not