Uses of Interface
com.biglybt.pif.ui.config.ParameterGroup
-
Packages that use ParameterGroup Package Description com.biglybt.pif.ui.config com.biglybt.pif.ui.model com.biglybt.pifimpl.local.ui.config com.biglybt.pifimpl.local.ui.model -
-
Uses of ParameterGroup in com.biglybt.pif.ui.config
Methods in com.biglybt.pif.ui.config that return ParameterGroup Modifier and Type Method Description ParameterGroup[]
ParameterTabFolder. getGroups()
Methods in com.biglybt.pif.ui.config with parameters of type ParameterGroup Modifier and Type Method Description void
ParameterTabFolder. addTab(ParameterGroup group)
void
ParameterTabFolder. removeTab(ParameterGroup group)
-
Uses of ParameterGroup in com.biglybt.pif.ui.model
Methods in com.biglybt.pif.ui.model that return ParameterGroup Modifier and Type Method Description ParameterGroup
BasicPluginConfigModel. createGroup(java.lang.String resource_name, Parameter... parameters)
Creates a group around a list of Parameters. -
Uses of ParameterGroup in com.biglybt.pifimpl.local.ui.config
Classes in com.biglybt.pifimpl.local.ui.config that implement ParameterGroup Modifier and Type Class Description class
ParameterGroupImpl
Methods in com.biglybt.pifimpl.local.ui.config that return ParameterGroup Modifier and Type Method Description ParameterGroup[]
ParameterTabFolderImpl. getGroups()
Methods in com.biglybt.pifimpl.local.ui.config with parameters of type ParameterGroup Modifier and Type Method Description void
ParameterTabFolderImpl. addTab(ParameterGroup _group)
void
ParameterTabFolderImpl. removeTab(ParameterGroup group)
-
Uses of ParameterGroup in com.biglybt.pifimpl.local.ui.model
Methods in com.biglybt.pifimpl.local.ui.model that return ParameterGroup Modifier and Type Method Description ParameterGroup
BasicPluginConfigModelImpl. createGroup(java.lang.String _resource_name, Parameter[] _parameters)
-