Uses of Class
org.eclipse.cdt.internal.ui.preferences.formatter.ProfileManager

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

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

Subclasses of ProfileManager in org.eclipse.cdt.internal.ui.preferences.formatter
 class FormatterProfileManager
           
 

Methods in org.eclipse.cdt.internal.ui.preferences.formatter that return ProfileManager
 ProfileManager ProfileManager.CustomProfile.getManager()
           
 

Methods in org.eclipse.cdt.internal.ui.preferences.formatter with parameters of type ProfileManager
abstract  ProfileManager.Profile ProfileManager.Profile.rename(java.lang.String name, ProfileManager manager)
           
 ProfileManager.Profile ProfileManager.BuiltInProfile.rename(java.lang.String name, ProfileManager manager)
           
 ProfileManager.Profile ProfileManager.CustomProfile.rename(java.lang.String name, ProfileManager manager)
           
 ProfileManager.Profile ProfileManager.SharedProfile.rename(java.lang.String name, ProfileManager manager)
           
 void ProfileManager.CustomProfile.setManager(ProfileManager profileManager)
           
 

Constructors in org.eclipse.cdt.internal.ui.preferences.formatter with parameters of type ProfileManager
AlreadyExistsDialog(org.eclipse.swt.widgets.Shell parentShell, ProfileManager.CustomProfile profile, ProfileManager profileManager)
           
CreateProfileDialog(org.eclipse.swt.widgets.Shell parentShell, ProfileManager profileManager, IProfileVersioner profileVersioner)
           
FormatterModifyDialog(org.eclipse.swt.widgets.Shell parentShell, ProfileManager.Profile profile, ProfileManager profileManager, ProfileStore profileStore, boolean newProfile, java.lang.String dialogPreferencesKey, java.lang.String lastSavePathKey)