Uses of Class
org.eclipse.cdt.internal.ui.preferences.PreferencesAccess

Packages that use PreferencesAccess
org.eclipse.cdt.internal.ui.preferences   
org.eclipse.cdt.internal.ui.preferences.formatter   
 

Uses of PreferencesAccess in org.eclipse.cdt.internal.ui.preferences
 

Methods in org.eclipse.cdt.internal.ui.preferences that return PreferencesAccess
static PreferencesAccess PreferencesAccess.getOriginalPreferences()
           
static PreferencesAccess PreferencesAccess.getWorkingCopyPreferences(org.eclipse.ui.preferences.IWorkingCopyManager workingCopyManager)
           
 

Uses of PreferencesAccess in org.eclipse.cdt.internal.ui.preferences.formatter
 

Constructors in org.eclipse.cdt.internal.ui.preferences.formatter with parameters of type PreferencesAccess
CodeFormatterConfigurationBlock(org.eclipse.core.resources.IProject project, PreferencesAccess access)
          Create a new CodeFormatterConfigurationBlock.
CustomCodeFormatterBlock(PreferencesAccess access)
           
FormatterProfileManager(java.util.List profiles, org.eclipse.core.runtime.preferences.IScopeContext context, PreferencesAccess preferencesAccess, IProfileVersioner profileVersioner)
           
ProfileConfigurationBlock(org.eclipse.core.resources.IProject project, PreferencesAccess access, java.lang.String lastSaveLoadPathKey)
           
ProfileManager(java.util.List profiles, org.eclipse.core.runtime.preferences.IScopeContext context, PreferencesAccess preferencesAccess, IProfileVersioner profileVersioner, ProfileManager.KeySet[] keySets, java.lang.String profileKey, java.lang.String profileVersionKey)
          Create and initialize a new profile manager.