Class SettingsSet
- java.lang.Object
-
- org.eclipse.cdt.core.settings.model.util.SettingsSet
-
public class SettingsSet extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSettingsSet.EntryInfoclassSettingsSet.SettingLevel
-
Constructor Summary
Constructors Constructor Description SettingsSet(int num)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadjustOverrideState()voidapplyEntries(ICLanguageSettingEntry[] entries)ICLanguageSettingEntry[]getEntries()ICLanguageSettingEntry[]getEntries(int types)java.util.HashMap<EntryNameKey,java.lang.Object[]>getEntryLevelMap(int types)SettingsSet.SettingLevel[]getLevels()
-
-
-
Field Detail
-
READ_ONLY
public static final int READ_ONLY
- See Also:
- Constant Field Values
-
WRITABLE
public static final int WRITABLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getLevels
public SettingsSet.SettingLevel[] getLevels()
-
adjustOverrideState
public void adjustOverrideState()
-
getEntries
public ICLanguageSettingEntry[] getEntries()
-
getEntries
public ICLanguageSettingEntry[] getEntries(int types)
-
applyEntries
public void applyEntries(ICLanguageSettingEntry[] entries)
-
getEntryLevelMap
public java.util.HashMap<EntryNameKey,java.lang.Object[]> getEntryLevelMap(int types)
-
-