C
- the type of Components to store/read.private static interface PreferenceSaver.Saver<C extends Component>
Modifier and Type | Method and Description |
---|---|
void |
load(C component,
Preferences prefs) |
void |
save(C component,
Preferences prefs) |
Class<C> |
supportedClass() |
void save(C component, Preferences prefs)
void load(C component, Preferences prefs)