Package org.aspectj.ajde.ui.internal
Klasse UserPreferencesStore
java.lang.Object
org.aspectj.ajde.ui.internal.UserPreferencesStore
- Alle implementierten Schnittstellen:
UserPreferencesAdapter
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungRetrieves 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.
-
Felddetails
-
FILE_NAME
- Siehe auch:
-
-
Konstruktordetails
-
UserPreferencesStore
public UserPreferencesStore() -
UserPreferencesStore
public UserPreferencesStore(boolean loadDefault)
-
-
Methodendetails
-
getProjectPreference
Beschreibung aus Schnittstelle kopiert:UserPreferencesAdapterRetrieves an option for the currently active project.- Angegeben von:
getProjectPreferencein SchnittstelleUserPreferencesAdapter
-
getProjectMultivalPreference
Beschreibung aus Schnittstelle kopiert:UserPreferencesAdapterRetrieves an option for the currently active project.- Angegeben von:
getProjectMultivalPreferencein SchnittstelleUserPreferencesAdapter
-
setProjectPreference
Beschreibung aus Schnittstelle kopiert:UserPreferencesAdapterSets an option for the currently active project.- Angegeben von:
setProjectPreferencein SchnittstelleUserPreferencesAdapter
-
setProjectMultivalPreference
Beschreibung aus Schnittstelle kopiert:UserPreferencesAdapterSets an option for the currently active project.- Angegeben von:
setProjectMultivalPreferencein SchnittstelleUserPreferencesAdapter
-
getPropertiesFilePath
-
getGlobalPreference
Beschreibung aus Schnittstelle kopiert:UserPreferencesAdapterRetrieves a global IDE option.- Angegeben von:
getGlobalPreferencein SchnittstelleUserPreferencesAdapter
-
getGlobalMultivalPreference
Beschreibung aus Schnittstelle kopiert:UserPreferencesAdapterRetrieves a global IDE option.- Angegeben von:
getGlobalMultivalPreferencein SchnittstelleUserPreferencesAdapter
-
setGlobalPreference
Beschreibung aus Schnittstelle kopiert:UserPreferencesAdapterSets a global IDE option with a single value.- Angegeben von:
setGlobalPreferencein SchnittstelleUserPreferencesAdapter
-
setGlobalMultivalPreference
Beschreibung aus Schnittstelle kopiert:UserPreferencesAdapterSets a global IDE option with multiple values.- Angegeben von:
setGlobalMultivalPreferencein SchnittstelleUserPreferencesAdapter
-
saveProperties
public void saveProperties()
-