Uses of Class
org.ini4j.Ini.Section

Packages that use Ini.Section
org.ini4j [ini4j] main package This package contains [ini4j] API. 
 

Uses of Ini.Section in org.ini4j
 

Fields in org.ini4j declared as Ini.Section
private  Ini.Section IniPreferences.SectionPreferences._section
          underlaying Section implementation
private  Ini.Section Ini.Builder.currentSection
           
 

Methods in org.ini4j that return Ini.Section
 Ini.Section Ini.add(java.lang.String name)
           
 Ini.Section Ini.remove(Ini.Section section)
           
 

Methods in org.ini4j with parameters of type Ini.Section
 Ini.Section Ini.remove(Ini.Section section)
           
protected  void Ini.resolve(java.lang.StringBuilder buffer, Ini.Section owner)
           
 

Constructors in org.ini4j with parameters of type Ini.Section
IniPreferences.SectionPreferences(IniPreferences parent, Ini.Section section, boolean isNew)
          Constructs a new SectionPreferences instance on top of Ini.Section instance.