Class AtlCodeFormatterProfileManager
java.lang.Object
java.util.Observable
org.eclipse.m2m.atl.adt.ui.preferences.ProfileManager
org.eclipse.m2m.atl.adt.ui.preferences.AtlCodeFormatterProfileManager
The ATL formatter profiles manager.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.m2m.atl.adt.ui.preferences.ProfileManager
ProfileManager.BuiltInProfile, ProfileManager.CustomProfile, ProfileManager.KeySet, ProfileManager.Profile, ProfileManager.SharedProfile
-
Field Summary
FieldsFields inherited from class org.eclipse.m2m.atl.adt.ui.preferences.ProfileManager
ID_PREFIX, PROFILE_CREATED_EVENT, PROFILE_DELETED_EVENT, PROFILE_RENAMED_EVENT, SELECTION_CHANGED_EVENT, SETTINGS_CHANGED_EVENT
-
Constructor Summary
ConstructorsConstructorDescriptionAtlCodeFormatterProfileManager
(List<ProfileManager.Profile> profiles, org.eclipse.core.runtime.preferences.IScopeContext context, PreferencesAccess preferencesAccess, ProfileManager.KeySet[] keySets, String profileKey) -
Method Summary
Modifier and TypeMethodDescriptiongetCurrentProfileManager
(org.eclipse.core.runtime.preferences.IScopeContext currentContext, PreferencesAccess access, ProfileStore store) Methods inherited from class org.eclipse.m2m.atl.adt.ui.preferences.ProfileManager
addProfile, clearAllSettings, commitChanges, containsName, deleteProfile, deleteSelected, getProfile, getSelected, getSelectedProfileId, getSortedDisplayNames, getSortedProfiles, hasProjectSpecificSettings, hasProjectSpecificSettings, notifyObservers, profileChanged, profileRenamed, profileReplaced, setSelected, updateProfilesWithName
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
-
Field Details
-
DEFAULT_PROFILE_STRING
-
-
Constructor Details
-
AtlCodeFormatterProfileManager
public AtlCodeFormatterProfileManager(List<ProfileManager.Profile> profiles, org.eclipse.core.runtime.preferences.IScopeContext context, PreferencesAccess preferencesAccess, ProfileManager.KeySet[] keySets, String profileKey)
-
-
Method Details
-
getCurrentProfileManager
public static AtlCodeFormatterProfileManager getCurrentProfileManager(org.eclipse.core.runtime.preferences.IScopeContext currentContext, PreferencesAccess access, ProfileStore store) -
getDefaultProfile
- Specified by:
getDefaultProfile
in classProfileManager
- See Also:
-