Uses of Class
org.ini4j.IniFile.Mode

Packages that use IniFile.Mode
org.ini4j [ini4j] main package This package contains [ini4j] API. 
org.stellarium.data   
 

Uses of IniFile.Mode in org.ini4j
 

Fields in org.ini4j declared as IniFile.Mode
private  IniFile.Mode IniFile._mode
           
 

Methods in org.ini4j that return IniFile.Mode
 IniFile.Mode IniFile.getMode()
           
static IniFile.Mode IniFile.Mode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IniFile.Mode[] IniFile.Mode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.ini4j with parameters of type IniFile.Mode
IniFile(java.io.File file, IniFile.Mode mode)
           
 

Uses of IniFile.Mode in org.stellarium.data
 

Constructors in org.stellarium.data with parameters of type IniFile.Mode
IniFileParser(java.io.File iniFile, IniFile.Mode mode)
           
IniFileParser(java.lang.String iniFileName, IniFile.Mode mode)