| 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)
|