Uses of Interface
com.biglybt.pif.ui.config.IntParameter
-
-
Uses of IntParameter in com.biglybt.pif.ui.model
Methods in com.biglybt.pif.ui.model that return IntParameter Modifier and Type Method Description IntParameter
BasicPluginConfigModel. addIntParameter2(java.lang.String key, java.lang.String resource_name, int defaultValue)
IntParameter
BasicPluginConfigModel. addIntParameter2(java.lang.String key, java.lang.String resource_name, int defaultValue, int min_value, int max_value)
-
Uses of IntParameter in com.biglybt.pifimpl.local.ui.config
Classes in com.biglybt.pifimpl.local.ui.config that implement IntParameter Modifier and Type Class Description class
IntParameterImpl
-
Uses of IntParameter in com.biglybt.pifimpl.local.ui.model
Methods in com.biglybt.pifimpl.local.ui.model that return IntParameter Modifier and Type Method Description IntParameter
BasicPluginConfigModelImpl. addIntParameter2(java.lang.String key, java.lang.String resource_name, int defaultValue)
IntParameter
BasicPluginConfigModelImpl. addIntParameter2(java.lang.String key, java.lang.String resource_name, int defaultValue, int min_value, int max_value)
-
Uses of IntParameter in com.biglybt.plugin.magnet
Fields in com.biglybt.plugin.magnet declared as IntParameter Modifier and Type Field Description private IntParameter
MagnetPlugin. magnet_recovery_concurrency
private IntParameter
MagnetPlugin. md_lookup_delay
private IntParameter
MagnetPlugin. sources_extra_param
private IntParameter
MagnetPlugin. timeout_param
-
Uses of IntParameter in com.biglybt.plugin.startstoprules.defaultplugin
Methods in com.biglybt.plugin.startstoprules.defaultplugin that return IntParameter Modifier and Type Method Description private IntParameter
StartStopConfigModel. addDefaultedIntParam(BasicPluginConfigModel model, java.lang.String key, java.lang.String labelKey, int min, int max)
Some Queue rules use params originally stored in core with defaults -
Uses of IntParameter in com.biglybt.ui.webplugin
Fields in com.biglybt.ui.webplugin declared as IntParameter Modifier and Type Field Description private IntParameter
WebPlugin. param_port
private IntParameter
WebPlugin. param_port_or
-