Uses of Interface
com.biglybt.pif.ui.config.BooleanParameter
-
-
Uses of BooleanParameter in com.biglybt.core.pairing.impl
Fields in com.biglybt.core.pairing.impl declared as BooleanParameter Modifier and Type Field Description private BooleanParameter
PairingManagerImpl. param_e_enable
(package private) BooleanParameter
PairingManagerImpl. param_enable
private BooleanParameter
PairingManagerImpl. param_icon_enable
private BooleanParameter
PairingManagerImpl. param_net_enable
(package private) BooleanParameter
PairingManagerImpl. param_srp_enable
Methods in com.biglybt.core.pairing.impl with parameters of type BooleanParameter Modifier and Type Method Description void
PairingManagerImpl.UIAdapter. initialise(PluginInterface pi, BooleanParameter icon_enable)
-
Uses of BooleanParameter in com.biglybt.pif.ui.model
Methods in com.biglybt.pif.ui.model that return BooleanParameter Modifier and Type Method Description BooleanParameter
BasicPluginConfigModel. addBooleanParameter2(java.lang.String key, java.lang.String resource_name, boolean defaultValue)
Add a new Boolean Plugin Parameter to the Config Model. -
Uses of BooleanParameter in com.biglybt.pifimpl.local.ui.config
Classes in com.biglybt.pifimpl.local.ui.config that implement BooleanParameter Modifier and Type Class Description class
BooleanParameterImpl
-
Uses of BooleanParameter in com.biglybt.pifimpl.local.ui.model
Methods in com.biglybt.pifimpl.local.ui.model that return BooleanParameter Modifier and Type Method Description BooleanParameter
BasicPluginConfigModelImpl. addBooleanParameter2(java.lang.String key, java.lang.String resource_name, boolean defaultValue)
-
Uses of BooleanParameter in com.biglybt.plugin.dht
Fields in com.biglybt.plugin.dht declared as BooleanParameter Modifier and Type Field Description private BooleanParameter
DHTPlugin. prefer_i2p
private BooleanParameter
DHTPlugin. torrent_xfer
private BooleanParameter
DHTPlugin. warn_user
-
Uses of BooleanParameter in com.biglybt.plugin.dht.impl
Fields in com.biglybt.plugin.dht.impl declared as BooleanParameter Modifier and Type Field Description private BooleanParameter
DHTPluginImpl. warn_user_param
Constructors in com.biglybt.plugin.dht.impl with parameters of type BooleanParameter Constructor Description DHTPluginImpl(PluginInterface _plugin_interface, DHTNATPuncherAdapter _nat_adapter, DHTPluginImplAdapter _adapter, byte _protocol_version, int _network, boolean _v6, java.lang.String _ip, int _port, ActionParameter _reseed, BooleanParameter _warn_user_param, boolean _logging, LoggerChannel _log, DHTLogger _dht_log)
-
Uses of BooleanParameter in com.biglybt.plugin.magnet
Fields in com.biglybt.plugin.magnet declared as BooleanParameter Modifier and Type Field Description private BooleanParameter
MagnetPlugin. magnet_recovery
private BooleanParameter
MagnetPlugin. md_lookup
Fields in com.biglybt.plugin.magnet with type parameters of type BooleanParameter Modifier and Type Field Description private java.util.Map<java.lang.String,BooleanParameter>
MagnetPlugin. net_params
-
Uses of BooleanParameter in com.biglybt.plugin.net.buddy
Fields in com.biglybt.plugin.net.buddy declared as BooleanParameter Modifier and Type Field Description private BooleanParameter
BuddyPlugin. beta_enabled_param
private BooleanParameter
BuddyPlugin. classic_enabled_param
private BooleanParameter
BuddyPlugin. enable_chat_notifications
private BooleanParameter
BuddyPluginBeta. enabled
Methods in com.biglybt.plugin.net.buddy that return BooleanParameter Modifier and Type Method Description BooleanParameter
BuddyPlugin. getEnableChatNotificationsParameter()
Constructors in com.biglybt.plugin.net.buddy with parameters of type BooleanParameter Constructor Description BuddyPluginBeta(PluginInterface _pi, BuddyPlugin _plugin, BooleanParameter _enabled)
-
Uses of BooleanParameter in com.biglybt.plugin.net.buddy.tracker
Constructors in com.biglybt.plugin.net.buddy.tracker with parameters of type BooleanParameter Constructor Description BuddyPluginTracker(BuddyPlugin _plugin, BooleanParameter tracker_enable, BooleanParameter tracker_so_enable)
-
Uses of BooleanParameter in com.biglybt.plugin.net.netstatus
Fields in com.biglybt.plugin.net.netstatus declared as BooleanParameter Modifier and Type Field Description private BooleanParameter
NetStatusPlugin. logging_detailed
-
Uses of BooleanParameter in com.biglybt.plugin.removerules
Fields in com.biglybt.plugin.removerules declared as BooleanParameter Modifier and Type Field Description protected BooleanParameter
DownloadRemoveRulesPlugin. remove_unauthorised
protected BooleanParameter
DownloadRemoveRulesPlugin. remove_unauthorised_data
protected BooleanParameter
DownloadRemoveRulesPlugin. remove_unauthorised_seeding_only
protected BooleanParameter
DownloadRemoveRulesPlugin. remove_update_torrents
-
Uses of BooleanParameter in com.biglybt.plugin.rssgen
Fields in com.biglybt.plugin.rssgen declared as BooleanParameter Modifier and Type Field Description private BooleanParameter
RSSGeneratorPlugin. enable_low_noise
-
Uses of BooleanParameter in com.biglybt.plugin.startstoprules.defaultplugin
Methods in com.biglybt.plugin.startstoprules.defaultplugin that return BooleanParameter Modifier and Type Method Description private BooleanParameter
StartStopConfigModel. addDefaultedBooleanParam(BasicPluginConfigModel model, java.lang.String key, java.lang.String labelKey)
Some Queue rules use params originally stored in core with defaults -
Uses of BooleanParameter in com.biglybt.plugin.tracker.dht
Fields in com.biglybt.plugin.tracker.dht declared as BooleanParameter Modifier and Type Field Description private BooleanParameter
DHTTrackerPlugin. track_limited_when_online
private BooleanParameter
DHTTrackerPlugin. track_normal_when_offline
-
Uses of BooleanParameter in com.biglybt.plugin.tracker.local
Fields in com.biglybt.plugin.tracker.local declared as BooleanParameter Modifier and Type Field Description private BooleanParameter
LocalTrackerPlugin. enabled
-
Uses of BooleanParameter in com.biglybt.plugin.upnp
Fields in com.biglybt.plugin.upnp declared as BooleanParameter Modifier and Type Field Description private BooleanParameter
UPnPPlugin. alert_device_probs_param
private BooleanParameter
UPnPPlugin. alert_other_port_param
private BooleanParameter
UPnPPluginService. alert_other_port_param
private BooleanParameter
UPnPPluginService. alert_success
private BooleanParameter
UPnPPlugin. alert_success_param
private BooleanParameter
UPnPPluginService. grab_ports
private BooleanParameter
UPnPPlugin. grab_ports_param
private BooleanParameter
UPnPPlugin. ignore_bad_devices
private BooleanParameter
UPnPPlugin. natpmp_enable_param
private BooleanParameter
UPnPPluginService. release_mappings
private BooleanParameter
UPnPPlugin. release_mappings_param
private BooleanParameter
UPnPPlugin. trace_to_log
private BooleanParameter
UPnPPlugin. upnp_enable_param
Constructors in com.biglybt.plugin.upnp with parameters of type BooleanParameter 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 BooleanParameter in com.biglybt.ui.swt.core.pairing
Methods in com.biglybt.ui.swt.core.pairing with parameters of type BooleanParameter Modifier and Type Method Description void
PMSWTImpl. initialise(PluginInterface pi, BooleanParameter icon_enable)
-
Uses of BooleanParameter in com.biglybt.ui.webplugin
Fields in com.biglybt.ui.webplugin declared as BooleanParameter Modifier and Type Field Description private BooleanParameter
WebPlugin. p_upnp_enable
private BooleanParameter
WebPlugin. param_auto_auth
private BooleanParameter
WebPlugin. pw_enable
-