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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassA single label.classclassclassclassclassclassclassclassFields 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 TypeMethodDescriptionvoidParameterImplListener.enabledChanged(ParameterImpl parameter) voidParameterImplListener.labelChanged(ParameterImpl parameter, String text, boolean bIsKey) voidParameterImplListener.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.mapPluginParamsMethods 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 ParameterImplConfigSectionImpl.getPluginParam(String key) Method parameters in com.biglybt.ui.config with type arguments of type ParameterImplModifier and TypeMethodDescriptionvoidConfigSectionImpl.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.mapParamToSwtParamMethods in com.biglybt.ui.swt.pifimpl with parameters of type ParameterImplModifier and TypeMethodDescriptionvoidMultiParameterImplListenerSWT.enabledChanged(ParameterImpl p) voidMultiParameterImplListenerSWT.labelChanged(ParameterImpl p, String text, boolean bIsKey) voidMultiParameterImplListenerSWT.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 voidConfigView.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.paramMapprivate Map<ParameterImpl, BaseSwtParameter> ConfigSectionInterfaceTagsSWT.paramMapMethod parameters in com.biglybt.ui.swt.views.configsections with type arguments of type ParameterImplModifier and TypeMethodDescriptionvoidBaseConfigSectionSWT.configSectionCreate(org.eclipse.swt.widgets.Composite parent, Map<ParameterImpl, BaseSwtParameter> mapParamToSwtParam) Adjust the configuration panel here.voidConfigSectionBackupRestoreSWT.configSectionCreate(org.eclipse.swt.widgets.Composite parent, Map<ParameterImpl, BaseSwtParameter> mapParamToSwtParam) voidConfigSectionConnectionProxySWT.configSectionCreate(org.eclipse.swt.widgets.Composite parent, Map<ParameterImpl, BaseSwtParameter> mapParamToSwtParam) voidConfigSectionFileTorrentsSWT.configSectionCreate(org.eclipse.swt.widgets.Composite parent, Map<ParameterImpl, BaseSwtParameter> mapParamToSwtParam) voidConfigSectionInterfaceColorSWT.configSectionCreate(org.eclipse.swt.widgets.Composite parent, Map<ParameterImpl, BaseSwtParameter> mapParamToSwtParam) voidConfigSectionInterfaceLanguageSWT.configSectionCreate(org.eclipse.swt.widgets.Composite parent, Map<ParameterImpl, BaseSwtParameter> mapParamToSwtParam) voidConfigSectionInterfacePasswordSWT.configSectionCreate(org.eclipse.swt.widgets.Composite cSection, Map<ParameterImpl, BaseSwtParameter> mapParamToSwtParam) voidConfigSectionInterfaceTagsSWT.configSectionCreate(org.eclipse.swt.widgets.Composite parent, Map<ParameterImpl, BaseSwtParameter> mapParamToSwtParam) voidConfigSectionSecuritySWT.configSectionCreate(org.eclipse.swt.widgets.Composite parent, Map<ParameterImpl, BaseSwtParameter> mapParamToSwtParam) private static voidConfigSectionBackupRestoreSWT.updateInfoParams(BackupManager backup_manager, Map<String, ParameterImpl> mapParams)