public class SettingsSet extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SettingsSet.EntryInfo |
class |
SettingsSet.SettingLevel |
Modifier and Type | Field and Description |
---|---|
static int |
READ_ONLY |
static int |
WRITABLE |
Constructor and Description |
---|
SettingsSet(int num) |
Modifier and Type | Method and Description |
---|---|
void |
adjustOverrideState() |
void |
applyEntries(ICLanguageSettingEntry[] entries) |
ICLanguageSettingEntry[] |
getEntries() |
ICLanguageSettingEntry[] |
getEntries(int types) |
HashMap<EntryNameKey,Object[]> |
getEntryLevelMap(int types) |
SettingsSet.SettingLevel[] |
getLevels() |
public static final int READ_ONLY
public static final int WRITABLE
public SettingsSet.SettingLevel[] getLevels()
public void adjustOverrideState()
public ICLanguageSettingEntry[] getEntries()
public ICLanguageSettingEntry[] getEntries(int types)
public void applyEntries(ICLanguageSettingEntry[] entries)
public HashMap<EntryNameKey,Object[]> getEntryLevelMap(int types)
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.