Uses of Interface
com.biglybt.pif.ui.config.IntListParameter
-
Packages that use IntListParameter Package Description com.biglybt.pif.ui.model com.biglybt.pifimpl.local.ui.config com.biglybt.pifimpl.local.ui.model -
-
Uses of IntListParameter in com.biglybt.pif.ui.model
Methods in com.biglybt.pif.ui.model that return IntListParameter Modifier and Type Method Description IntListParameter
BasicPluginConfigModel. addIntListParameter2(java.lang.String key, java.lang.String resource_name, int[] values, java.lang.String[] labels, int defaultValue)
Add to the Config Model a new integer plugin parameter which is limited to a set list
Typically shown as a set of radio buttons -
Uses of IntListParameter in com.biglybt.pifimpl.local.ui.config
Classes in com.biglybt.pifimpl.local.ui.config that implement IntListParameter Modifier and Type Class Description class
IntListParameterImpl
-
Uses of IntListParameter in com.biglybt.pifimpl.local.ui.model
Methods in com.biglybt.pifimpl.local.ui.model that return IntListParameter Modifier and Type Method Description IntListParameter
BasicPluginConfigModelImpl. addIntListParameter2(java.lang.String key, java.lang.String resource_name, int[] values, java.lang.String[] labels, int defaultValue)
-