Uses of Class
org.ini4j.IniPreferences

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

Uses of IniPreferences in org.ini4j
 

Subclasses of IniPreferences in org.ini4j
 class IniFile
           
 

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