|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Profile.Section | |
|---|---|
| org.ini4j | [ini4j] main package |
| Uses of Profile.Section in org.ini4j |
|---|
| Subinterfaces of Profile.Section in org.ini4j | |
|---|---|
static interface |
Registry.Key
|
| Methods in org.ini4j that return Profile.Section | |
|---|---|
Profile.Section |
BasicProfile.add(String name)
|
Profile.Section |
Profile.add(String sectionName)
|
Profile.Section |
Profile.Section.addChild(String key)
|
Profile.Section |
Profile.Section.getChild(String key)
|
Profile.Section |
Profile.Section.getParent()
|
Profile.Section |
Profile.Section.lookup(String... path)
|
Profile.Section |
BasicProfile.remove(Profile.Section section)
|
Profile.Section |
Profile.remove(Profile.Section section)
|
| Methods in org.ini4j with parameters of type Profile.Section | |
|---|---|
Registry.Key |
Registry.put(String key,
Profile.Section value)
|
Registry.Key |
BasicRegistry.put(String key,
Profile.Section value)
|
Registry.Key |
Registry.put(String key,
Profile.Section value,
int index)
|
Registry.Key |
BasicRegistry.put(String key,
Profile.Section value,
int index)
|
Profile.Section |
BasicProfile.remove(Profile.Section section)
|
Profile.Section |
Profile.remove(Profile.Section section)
|
Registry.Key |
BasicRegistry.remove(Profile.Section section)
|
protected void |
Ini.store(IniHandler formatter,
Profile.Section section)
|
protected void |
Ini.store(IniHandler formatter,
Profile.Section section,
String option,
int index)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||