public interface ConfigurableUi<S>
Disposable
if you need explicit dispose logic.Modifier and Type | Method and Description |
---|---|
void |
apply(S settings) |
javax.swing.JComponent |
getComponent() |
default javax.swing.JComponent |
getPreferredFocusedComponent() |
boolean |
isModified(S settings) |
void |
reset(S settings) |
void reset(S settings)
boolean isModified(S settings)
void apply(S settings) throws ConfigurationException
ConfigurationException
javax.swing.JComponent getComponent()
default javax.swing.JComponent getPreferredFocusedComponent()