Uses of Class
com.aptana.ide.ui.editors.preferences.formatter.ProfileManager

Packages that use ProfileManager
com.aptana.ide.ui.editors.preferences.formatter   
 

Uses of ProfileManager in com.aptana.ide.ui.editors.preferences.formatter
 

Subclasses of ProfileManager in com.aptana.ide.ui.editors.preferences.formatter
 class FormatterProfileManager
           
 

Fields in com.aptana.ide.ui.editors.preferences.formatter declared as ProfileManager
protected  ProfileManager ProfileManager.CustomProfile.fManager
           
 

Methods in com.aptana.ide.ui.editors.preferences.formatter that return ProfileManager
protected abstract  ProfileManager ProfileConfigurationBlock.createProfileManager(java.util.List profiles, org.eclipse.core.runtime.preferences.IScopeContext context, PreferencesAccess access)
           
protected  ProfileManager CodeFormatterConfigurationBlock.createProfileManager(java.util.List profiles, org.eclipse.core.runtime.preferences.IScopeContext context, PreferencesAccess access)
           
 ProfileManager ProfileManager.CustomProfile.getManager()
           
 

Methods in com.aptana.ide.ui.editors.preferences.formatter with parameters of type ProfileManager
protected abstract  void ProfileConfigurationBlock.configurePreview(org.eclipse.swt.widgets.Composite composite, int numColumns, ProfileManager profileManager)
           
protected  void CodeFormatterConfigurationBlock.configurePreview(org.eclipse.swt.widgets.Composite composite, int numColumns, ProfileManager profileManager)
           
protected abstract  ModifyDialog ProfileConfigurationBlock.createModifyDialog(org.eclipse.swt.widgets.Shell shell, ProfileManager.Profile profile, ProfileManager profileManager, ProfileStore profileStore, boolean newProfile)
           
protected abstract  ModifyDialog CodeFormatterConfigurationBlock.createModifyDialog(org.eclipse.swt.widgets.Shell shell, ProfileManager.Profile profile, ProfileManager profileManager, ProfileStore profileStore, boolean newProfile)
           
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 com.aptana.ide.ui.editors.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)
           
FormatterModifyDialog(org.eclipse.swt.widgets.Shell parentShell, ProfileManager.Profile profile, ProfileManager profileManager, ProfileStore profileStore, boolean newProfile, java.lang.String dialogPreferencesKey, java.lang.String lastSavePathKey, java.lang.String editor)
           
ModifyDialog(org.eclipse.swt.widgets.Shell parentShell, ProfileManager.Profile profile, ProfileManager profileManager, ProfileStore profileStore, boolean newProfile, java.lang.String dialogPreferencesKey, java.lang.String lastSavePathKey)