Uses of Class
com.biglybt.pifimpl.local.ui.config.ParameterImpl
Packages that use ParameterImpl
Package
Description
-
Uses of ParameterImpl in com.biglybt.pifimpl.local.ui.config
Subclasses of ParameterImpl in com.biglybt.pifimpl.local.ui.configModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
A single label.class
class
class
class
class
class
class
Fields in com.biglybt.pifimpl.local.ui.config declared as ParameterImplMethods in com.biglybt.pifimpl.local.ui.config that return ParameterImplMethods in com.biglybt.pifimpl.local.ui.config with parameters of type ParameterImplModifier and TypeMethodDescriptionvoid
ParameterImplListener.enabledChanged
(ParameterImpl parameter) void
ParameterImplListener.labelChanged
(ParameterImpl parameter, String text, boolean bIsKey) void
ParameterImplListener.refreshControl
(ParameterImpl p) -
Uses of ParameterImpl in com.biglybt.ui.config
Fields in com.biglybt.ui.config with type parameters of type ParameterImplModifier and TypeFieldDescriptionprotected final Map
<String, ParameterImpl> ConfigSectionImpl.mapPluginParams
Methods in com.biglybt.ui.config with type parameters of type ParameterImplModifier and TypeMethodDescriptionprotected final <T extends ParameterImpl>
Tprotected final <T extends ParameterImpl>
Tprotected final <T extends ParameterImpl>
Tprotected final <T extends ParameterImpl>
TMethods in com.biglybt.ui.config that return ParameterImplModifier and TypeMethodDescriptionBaseConfigSection.getPluginParam
(String key) final ParameterImpl
ConfigSectionImpl.getPluginParam
(String key) Method parameters in com.biglybt.ui.config with type arguments of type ParameterImplModifier and TypeMethodDescriptionvoid
ConfigSectionImpl.ConfigDetailsCallback.run
(Map<String, ParameterImpl> mapPluginParams) -
Uses of ParameterImpl in com.biglybt.ui.swt.config
Constructors in com.biglybt.ui.swt.config with parameters of type ParameterImplModifierConstructorDescriptionUISWTParameter
(org.eclipse.swt.widgets.Control control, ParameterImpl pg) -
Uses of ParameterImpl in com.biglybt.ui.swt.pifimpl
Fields in com.biglybt.ui.swt.pifimpl with type parameters of type ParameterImplModifier and TypeFieldDescriptionprivate final Map
<ParameterImpl, BaseSwtParameter> MultiParameterImplListenerSWT.mapParamToSwtParam
Methods in com.biglybt.ui.swt.pifimpl with parameters of type ParameterImplModifier and TypeMethodDescriptionvoid
MultiParameterImplListenerSWT.enabledChanged
(ParameterImpl p) void
MultiParameterImplListenerSWT.labelChanged
(ParameterImpl p, String text, boolean bIsKey) void
MultiParameterImplListenerSWT.refreshControl
(ParameterImpl p) Constructor parameters in com.biglybt.ui.swt.pifimpl with type arguments of type ParameterImplModifierConstructorDescriptionMultiParameterImplListenerSWT
(Map<ParameterImpl, BaseSwtParameter> mapParamToSwtParam) -
Uses of ParameterImpl in com.biglybt.ui.swt.views
Method parameters in com.biglybt.ui.swt.views with type arguments of type ParameterImplModifier and TypeMethodDescriptionprivate static void
ConfigView.buildScreen
(org.eclipse.swt.widgets.Composite main_tab, Parameter[] parameters, Map<ParameterImpl, BaseSwtParameter> mapParamToSwtParam, ParameterImplListener parameterImplListener) -
Uses of ParameterImpl in com.biglybt.ui.swt.views.configsections
Fields in com.biglybt.ui.swt.views.configsections with type parameters of type ParameterImplModifier and TypeFieldDescriptionprivate Map
<ParameterImpl, BaseSwtParameter> ConfigSectionFileTorrentsSWT.paramMap
private Map
<ParameterImpl, BaseSwtParameter> ConfigSectionInterfaceTagsSWT.paramMap
Method parameters in com.biglybt.ui.swt.views.configsections with type arguments of type ParameterImplModifier and TypeMethodDescriptionvoid
BaseConfigSectionSWT.configSectionCreate
(org.eclipse.swt.widgets.Composite parent, Map<ParameterImpl, BaseSwtParameter> mapParamToSwtParam) Adjust the configuration panel here.void
ConfigSectionBackupRestoreSWT.configSectionCreate
(org.eclipse.swt.widgets.Composite parent, Map<ParameterImpl, BaseSwtParameter> mapParamToSwtParam) void
ConfigSectionConnectionProxySWT.configSectionCreate
(org.eclipse.swt.widgets.Composite parent, Map<ParameterImpl, BaseSwtParameter> mapParamToSwtParam) void
ConfigSectionFileTorrentsSWT.configSectionCreate
(org.eclipse.swt.widgets.Composite parent, Map<ParameterImpl, BaseSwtParameter> mapParamToSwtParam) void
ConfigSectionInterfaceColorSWT.configSectionCreate
(org.eclipse.swt.widgets.Composite parent, Map<ParameterImpl, BaseSwtParameter> mapParamToSwtParam) void
ConfigSectionInterfaceLanguageSWT.configSectionCreate
(org.eclipse.swt.widgets.Composite parent, Map<ParameterImpl, BaseSwtParameter> mapParamToSwtParam) void
ConfigSectionInterfacePasswordSWT.configSectionCreate
(org.eclipse.swt.widgets.Composite cSection, Map<ParameterImpl, BaseSwtParameter> mapParamToSwtParam) void
ConfigSectionInterfaceTagsSWT.configSectionCreate
(org.eclipse.swt.widgets.Composite parent, Map<ParameterImpl, BaseSwtParameter> mapParamToSwtParam) void
ConfigSectionSecuritySWT.configSectionCreate
(org.eclipse.swt.widgets.Composite parent, Map<ParameterImpl, BaseSwtParameter> mapParamToSwtParam) private static void
ConfigSectionBackupRestoreSWT.updateInfoParams
(BackupManager backup_manager, Map<String, ParameterImpl> mapParams)