Package org.eclipse.jface.preference
Interface IPersistentPreferenceStore
- All Superinterfaces:
- IPreferenceStore
- All Known Implementing Classes:
- PreferenceStore,- ScopedPreferenceStore
IPersistentPreferenceStore is a preference store that can
 be saved.
- 
Field SummaryFields inherited from interface org.eclipse.jface.preference.IPreferenceStoreBOOLEAN_DEFAULT_DEFAULT, DOUBLE_DEFAULT_DEFAULT, FALSE, FLOAT_DEFAULT_DEFAULT, INT_DEFAULT_DEFAULT, LONG_DEFAULT_DEFAULT, STRING_DEFAULT_DEFAULT, TRUE
- 
Method SummaryModifier and TypeMethodDescriptionvoidsave()Saves the non-default-valued preferences known to this preference store to the file from which they were originally loaded.Methods inherited from interface org.eclipse.jface.preference.IPreferenceStoreaddPropertyChangeListener, contains, firePropertyChangeEvent, getBoolean, getDefaultBoolean, getDefaultDouble, getDefaultFloat, getDefaultInt, getDefaultLong, getDefaultString, getDouble, getFloat, getInt, getLong, getString, isDefault, needsSaving, putValue, removePropertyChangeListener, setDefault, setDefault, setDefault, setDefault, setDefault, setDefault, setToDefault, setValue, setValue, setValue, setValue, setValue, setValue
- 
Method Details- 
saveSaves the non-default-valued preferences known to this preference store to the file from which they were originally loaded.- Throws:
- IOException- if there is a problem saving this store
 
 
-