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 intgetID()booleanbooleanrename(String name, ProfileManager manager) Methods inherited from class org.eclipse.m2m.atl.adt.ui.preferences.ProfileManager.CustomProfile
getManager, getName, getSettings, setManager, setSettingsMethods inherited from class org.eclipse.m2m.atl.adt.ui.preferences.ProfileManager.Profile
hasEqualSettings, isBuiltInProfile
-
Constructor Details
-
SharedProfile
-
-
Method Details
-
rename
- Overrides:
renamein classProfileManager.CustomProfile
-
getID
- Overrides:
getIDin classProfileManager.CustomProfile
-
compareTo
- Specified by:
compareToin interfaceComparable<ProfileManager.Profile>- Overrides:
compareToin classProfileManager.CustomProfile
-
isProfileToSave
public boolean isProfileToSave()- Overrides:
isProfileToSavein classProfileManager.CustomProfile
-