Package org.aspectj.ajde.ui.internal
Class UserPreferencesStore
java.lang.Object
org.aspectj.ajde.ui.internal.UserPreferencesStore
- All Implemented Interfaces:
UserPreferencesAdapter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves a global IDE option.getGlobalPreference(String name) Retrieves a global IDE option.Retrieves an option for the currently active project.getProjectPreference(String name) Retrieves an option for the currently active project.static StringvoidvoidsetGlobalMultivalPreference(String name, List values) Sets a global IDE option with multiple values.voidsetGlobalPreference(String name, String value) Sets a global IDE option with a single value.voidsetProjectMultivalPreference(String name, List values) Sets an option for the currently active project.voidsetProjectPreference(String name, String value) Sets an option for the currently active project.
-
Field Details
-
FILE_NAME
- See Also:
-
-
Constructor Details
-
UserPreferencesStore
public UserPreferencesStore() -
UserPreferencesStore
public UserPreferencesStore(boolean loadDefault)
-
-
Method Details
-
getProjectPreference
Description copied from interface:UserPreferencesAdapterRetrieves an option for the currently active project.- Specified by:
getProjectPreferencein interfaceUserPreferencesAdapter
-
getProjectMultivalPreference
Description copied from interface:UserPreferencesAdapterRetrieves an option for the currently active project.- Specified by:
getProjectMultivalPreferencein interfaceUserPreferencesAdapter
-
setProjectPreference
Description copied from interface:UserPreferencesAdapterSets an option for the currently active project.- Specified by:
setProjectPreferencein interfaceUserPreferencesAdapter
-
setProjectMultivalPreference
Description copied from interface:UserPreferencesAdapterSets an option for the currently active project.- Specified by:
setProjectMultivalPreferencein interfaceUserPreferencesAdapter
-
getPropertiesFilePath
-
getGlobalPreference
Description copied from interface:UserPreferencesAdapterRetrieves a global IDE option.- Specified by:
getGlobalPreferencein interfaceUserPreferencesAdapter
-
getGlobalMultivalPreference
Description copied from interface:UserPreferencesAdapterRetrieves a global IDE option.- Specified by:
getGlobalMultivalPreferencein interfaceUserPreferencesAdapter
-
setGlobalPreference
Description copied from interface:UserPreferencesAdapterSets a global IDE option with a single value.- Specified by:
setGlobalPreferencein interfaceUserPreferencesAdapter
-
setGlobalMultivalPreference
Description copied from interface:UserPreferencesAdapterSets a global IDE option with multiple values.- Specified by:
setGlobalMultivalPreferencein interfaceUserPreferencesAdapter
-
saveProperties
public void saveProperties()
-