Class ProfileManager.SharedProfile
java.lang.Object
org.eclipse.m2m.atl.adt.ui.preferences.ProfileManager.Profile
org.eclipse.m2m.atl.adt.ui.preferences.ProfileManager.CustomProfile
org.eclipse.m2m.atl.adt.ui.preferences.ProfileManager.SharedProfile
- All Implemented Interfaces:
Comparable<ProfileManager.Profile>
- Enclosing class:
ProfileManager
-
Field Summary
Fields inherited from class org.eclipse.m2m.atl.adt.ui.preferences.ProfileManager.CustomProfile
fManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal int
getID()
boolean
boolean
rename
(String name, ProfileManager manager) Methods inherited from class org.eclipse.m2m.atl.adt.ui.preferences.ProfileManager.CustomProfile
getManager, getName, getSettings, setManager, setSettings
Methods inherited from class org.eclipse.m2m.atl.adt.ui.preferences.ProfileManager.Profile
hasEqualSettings, isBuiltInProfile
-
Constructor Details
-
SharedProfile
-
-
Method Details
-
rename
- Overrides:
rename
in classProfileManager.CustomProfile
-
getID
- Overrides:
getID
in classProfileManager.CustomProfile
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ProfileManager.Profile>
- Overrides:
compareTo
in classProfileManager.CustomProfile
-
isProfileToSave
public boolean isProfileToSave()- Overrides:
isProfileToSave
in classProfileManager.CustomProfile
-