Class SettingsSet
- java.lang.Object
-
- org.eclipse.cdt.core.settings.model.util.SettingsSet
-
public class SettingsSet extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SettingsSet.EntryInfo
class
SettingsSet.SettingLevel
-
Constructor Summary
Constructors Constructor Description SettingsSet(int num)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
adjustOverrideState()
void
applyEntries(ICLanguageSettingEntry[] entries)
ICLanguageSettingEntry[]
getEntries()
ICLanguageSettingEntry[]
getEntries(int types)
HashMap<EntryNameKey,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 HashMap<EntryNameKey,Object[]> getEntryLevelMap(int types)
-
-