Interface VerifiableConfigPanel

All Known Implementing Classes:
ExternalFormatterPanel, ProjectSpecificSettingsPanel

public interface VerifiableConfigPanel
Interface to define a verifiable configuration panel.
Author:
markiewb
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Loads the configuration and sets the values to the UI components.
    void
    Stores the configuration from the current state of UI components.
    boolean
    Returns true if and only if the configuration is valid, otherwise false.
  • Method Details

    • valid

      boolean valid()
      Returns true if and only if the configuration is valid, otherwise false.
      Returns:
      true if and only if the configuration is valid, otherwise false
    • load

      void load()
      Loads the configuration and sets the values to the UI components.
    • store

      void store()
      Stores the configuration from the current state of UI components.