Uses of Class
com.biglybt.ui.swt.config.BaseSwtParameter
Packages that use BaseSwtParameter
Package
Description
-
Uses of BaseSwtParameter in com.biglybt.ui.swt.config
Subclasses of BaseSwtParameter in com.biglybt.ui.swt.configModifier and TypeClassDescriptionclassBaseSwtStringParameter<PARAMTYPE extends BaseSwtStringParameter<PARAMTYPE>>classCheckbox SWT Parameter representing a Boolean valueclassclassSWT Parameter representing a color (r, g, b) value.classclassSWT Parameter representing a Directory (String) value.classSWT Parameter representing a File (String) value.classSWT Parameter representing a Float valueclassSWT Parameter representing an Icon.
Button with the icon drawn on it.classDisplays a message stored inCOConfigurationManager, or just a label, or a label and a valueclassSWT Parameter for selecting from a list of int values Displayed as Combo box.classSWT Parameter for selecting from a list of int values.classSWT widget representing an Int ParameterclassSame asButtonSwtParameterbut as a linkclassclassclassSWT widget representing a multiline String ParameterclassSWT Parameter for selecting from a list of String values Displayed as Combo box or list box.classSWT widget representing a String ParameterclassSorta likeStringAreaSwtParameter, except uses StyledText and uses an UITextAreaImpl instead of a ValueProcessorclassFor plugins to add a generic SWT widget to the config page -
Uses of BaseSwtParameter in com.biglybt.ui.swt.pifimpl
Fields in com.biglybt.ui.swt.pifimpl with type parameters of type BaseSwtParameterModifier and TypeFieldDescriptionprivate final Map<ParameterImpl, BaseSwtParameter> MultiParameterImplListenerSWT.mapParamToSwtParamConstructor parameters in com.biglybt.ui.swt.pifimpl with type arguments of type BaseSwtParameterModifierConstructorDescriptionMultiParameterImplListenerSWT(Map<ParameterImpl, BaseSwtParameter> mapParamToSwtParam) -
Uses of BaseSwtParameter in com.biglybt.ui.swt.views
Subclasses of BaseSwtParameter in com.biglybt.ui.swt.viewsFields in com.biglybt.ui.swt.views with type parameters of type BaseSwtParameterModifier and TypeFieldDescriptionprivate Map<String, BaseSwtParameter<?, ?>> TorrentOptionsView.adhoc_parametersprivate Map<String, BaseSwtParameter<?, ?>> TorrentOptionsView.ds_parametersMethod parameters in com.biglybt.ui.swt.views with type arguments of type BaseSwtParameterModifier and TypeMethodDescriptionprivate static voidConfigView.buildScreen(org.eclipse.swt.widgets.Composite main_tab, Parameter[] parameters, Map<ParameterImpl, BaseSwtParameter> mapParamToSwtParam, ParameterImplListener parameterImplListener) -
Uses of BaseSwtParameter in com.biglybt.ui.swt.views.configsections
Fields in com.biglybt.ui.swt.views.configsections with type parameters of type BaseSwtParameterModifier 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 BaseSwtParameterModifier 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)