Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.lutris.util.ConfigFile

Uses of ConfigFile in com.lutris.util
 

Fields in com.lutris.util declared as ConfigFile
private  ConfigFile Config.configFile
          The ConfigFile object this Config is associated with (if any)
 

Methods in com.lutris.util that return ConfigFile
 ConfigFile Config.getConfigFile()
          Get the ConfigFile associated with this object.
 

Methods in com.lutris.util with parameters of type ConfigFile
(package private)  void Config.setConfigFile(ConfigFile configFile)
          Set the ConfigFile associated with this object.
 

Constructors in com.lutris.util with parameters of type ConfigFile
Config(KeywordValueTable kvt, ConfigFile configFile)
          Constructor that takes a KeywordValueTable and a ConfigFile as initialization.
Config(ConfigFile configFile)
          Constructor that associates this Config with a given ConfigFile.