Uses of Interface
com.biglybt.pif.ui.config.IntListParameter
Packages that use IntListParameter
Package
Description
-
Uses of IntListParameter in com.biglybt.pif.ui.model
Methods in com.biglybt.pif.ui.model that return IntListParameterModifier and TypeMethodDescriptionBasicPluginConfigModel.addIntListParameter2
(String key, String resource_name, int[] values, 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 -
Uses of IntListParameter in com.biglybt.pifimpl.local.ui.model
Methods in com.biglybt.pifimpl.local.ui.model that return IntListParameterModifier and TypeMethodDescriptionBasicPluginConfigModelImpl.addIntListParameter2
(String key, String resource_name, int[] values, String[] labels, int defaultValue)