Uses of Class
org.ini4j.Ini

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

Uses of Ini in org.ini4j
 

Fields in org.ini4j declared as Ini
private  Ini IniPreferences._ini
          underlaying Ini implementation
 

Methods in org.ini4j that return Ini
protected  Ini IniPreferences.getIni()
          Provide access to underlaying Ini implementation.
 

Constructors in org.ini4j with parameters of type Ini
IniPreferences(Ini ini)
          Constructs a new preferences node on top of Ini instance.