Interface VerifiableConfigPanel
- All Known Implementing Classes:
ExternalFormatterPanel
,ProjectSpecificSettingsPanel
public interface VerifiableConfigPanel
Interface to define a verifiable configuration panel.
- Author:
- markiewb
-
Method Summary
-
Method Details
-
valid
boolean valid()Returnstrue
if and only if the configuration is valid, otherwisefalse
.- Returns:
true
if and only if the configuration is valid, otherwisefalse
-
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.
-