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

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

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

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

Methods in com.aptana.ide.ui.editors.preferences.formatter that return ProfileManager.CustomProfile
 ProfileManager.CustomProfile CreateProfileDialog.getCreatedProfile()
           
 

Methods in com.aptana.ide.ui.editors.preferences.formatter with parameters of type ProfileManager.CustomProfile
 void ProfileManager.addProfile(ProfileManager.CustomProfile profile)
          Add a new custom profile to this profile manager.
 boolean ProfileManager.deleteProfile(ProfileManager.CustomProfile profile)
           
 void ProfileManager.profileChanged(ProfileManager.CustomProfile profile)
           
 void ProfileManager.profileRenamed(ProfileManager.CustomProfile profile, java.lang.String oldID)
           
 void ProfileManager.profileReplaced(ProfileManager.CustomProfile oldProfile, ProfileManager.CustomProfile newProfile)
           
 

Constructors in com.aptana.ide.ui.editors.preferences.formatter with parameters of type ProfileManager.CustomProfile
AlreadyExistsDialog(org.eclipse.swt.widgets.Shell parentShell, ProfileManager.CustomProfile profile, ProfileManager profileManager)