Uses of Class
com.biglybt.core.config.impl.ConfigurationManager
-
Packages that use ConfigurationManager Package Description com.biglybt.core.config com.biglybt.core.config.impl com.biglybt.ui.common.table.impl com.biglybt.ui.swt.views.table.painted -
-
Uses of ConfigurationManager in com.biglybt.core.config
Methods in com.biglybt.core.config that return ConfigurationManager Modifier and Type Method Description static ConfigurationManager
COConfigurationManager. initialise()
static ConfigurationManager
COConfigurationManager. initialiseFromMap(java.util.Map data)
-
Uses of ConfigurationManager in com.biglybt.core.config.impl
Fields in com.biglybt.core.config.impl declared as ConfigurationManager Modifier and Type Field Description private static ConfigurationManager
ConfigurationManager. config
private static ConfigurationManager
ConfigurationManager. config_temp
Methods in com.biglybt.core.config.impl that return ConfigurationManager Modifier and Type Method Description static ConfigurationManager
ConfigurationManager. getInstance()
static ConfigurationManager
ConfigurationManager. getInstance(java.util.Map data)
-
Uses of ConfigurationManager in com.biglybt.ui.common.table.impl
Fields in com.biglybt.ui.common.table.impl declared as ConfigurationManager Modifier and Type Field Description protected static ConfigurationManager
TableViewImpl. configMan
-
Uses of ConfigurationManager in com.biglybt.ui.swt.views.table.painted
Fields in com.biglybt.ui.swt.views.table.painted declared as ConfigurationManager Modifier and Type Field Description protected static ConfigurationManager
TableHeaderPainted. configMan
-