Package io.github.jonestimd.swing
Interface SettingsPersister
-
- All Known Implementing Classes:
ColumnResizeHandler
public interface SettingsPersister
An interface for a saving component settings to be used to restore UI state.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description void
saveSettings()
static void
saveSettings(javax.swing.JComponent component)
-