Uses of Interface
com.biglybt.pif.ui.config.StringParameter
-
-
Uses of StringParameter in com.biglybt.core.pairing.impl
Fields in com.biglybt.core.pairing.impl declared as StringParameter Modifier and Type Field Description private StringParameter
PairingManagerImpl. param_host
private StringParameter
PairingManagerImpl. param_local_ipv4
private StringParameter
PairingManagerImpl. param_local_ipv6
private StringParameter
PairingManagerImpl. param_public_ipv4
private StringParameter
PairingManagerImpl. param_public_ipv6
-
Uses of StringParameter in com.biglybt.pif.ui.model
Methods in com.biglybt.pif.ui.model that return StringParameter Modifier and Type Method Description StringParameter
BasicPluginConfigModel. addStringParameter2(java.lang.String key, java.lang.String resource_name, java.lang.String defaultValue)
Add a new String Plugin Parameter to the Config Model -
Uses of StringParameter in com.biglybt.pifimpl.local.ui.config
Classes in com.biglybt.pifimpl.local.ui.config that implement StringParameter Modifier and Type Class Description class
StringParameterImpl
-
Uses of StringParameter in com.biglybt.pifimpl.local.ui.model
Methods in com.biglybt.pifimpl.local.ui.model that return StringParameter Modifier and Type Method Description StringParameter
BasicPluginConfigModelImpl. addStringParameter2(java.lang.String key, java.lang.String resource_name, java.lang.String defaultValue)
-
Uses of StringParameter in com.biglybt.plugin.magnet
Fields in com.biglybt.plugin.magnet declared as StringParameter Modifier and Type Field Description private StringParameter
MagnetPlugin. md_extra_trackers
-
Uses of StringParameter in com.biglybt.plugin.net.buddy
Fields in com.biglybt.plugin.net.buddy declared as StringParameter Modifier and Type Field Description private StringParameter
BuddyPlugin. cat_pub
private StringParameter
BuddyPlugin. nick_name_anon_param
private StringParameter
BuddyPlugin. nick_name_public_param
private StringParameter
BuddyPlugin. profile_anon_param
private StringParameter
BuddyPlugin. profile_public_param
Methods in com.biglybt.plugin.net.buddy with parameters of type StringParameter Modifier and Type Method Description private java.util.List<java.lang.String>
BuddyPlugin. updateProfileSupport(StringParameter param)
-
Uses of StringParameter in com.biglybt.plugin.net.netstatus
Fields in com.biglybt.plugin.net.netstatus declared as StringParameter Modifier and Type Field Description private StringParameter
NetStatusPlugin. test_address
-
Uses of StringParameter in com.biglybt.plugin.upnp
Fields in com.biglybt.plugin.upnp declared as StringParameter Modifier and Type Field Description private StringParameter
UPnPPluginService. desc_prefix
private StringParameter
UPnPPlugin. desc_prefix_param
private StringParameter
UPnPPlugin. nat_pmp_router
private StringParameter
UPnPPlugin. selected_addresses_param
private StringParameter
UPnPPlugin. selected_interfaces_param
Constructors in com.biglybt.plugin.upnp with parameters of type StringParameter Constructor Description UPnPPluginService(UPnPWANConnection _connection, UPnPWANConnectionPortMapping[] _ports, StringParameter _desc_prefix, BooleanParameter _alert_success, BooleanParameter _grab_ports, BooleanParameter _alert_other_port_param, BooleanParameter _release_mappings)
-
Uses of StringParameter in com.biglybt.ui.webplugin
Fields in com.biglybt.ui.webplugin declared as StringParameter Modifier and Type Field Description private StringParameter
WebPlugin. p_no_pw_whitelist
private StringParameter
WebPlugin. p_user_name
private StringParameter
WebPlugin. param_access
private StringParameter
WebPlugin. param_bind
private StringParameter
WebPlugin. param_home
private StringParameter
WebPlugin. param_rootdir
private StringParameter
WebPlugin. param_rootres
-