List of usage examples for org.eclipse.jface.preference PreferenceStore subclass-usage
From source file raptor.pref.RaptorPreferenceStore.java
/** * The RaptorPreferenceStore. Automatically loads and saves itself at * Raptor.USER_RAPTOR_DIR/raptor.properties . Had additional data type support. */ public class RaptorPreferenceStore extends PreferenceStore implements PreferenceKeys { private static final RaptorLogger LOG = RaptorLogger.getLog(RaptorPreferenceStore.class);