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 TypeClassDescriptionclass
BaseSwtStringParameter<PARAMTYPE extends BaseSwtStringParameter<PARAMTYPE>>
class
Checkbox SWT Parameter representing a Boolean valueclass
class
SWT Parameter representing a color (r, g, b) value.class
SWT Parameter representing a Directory (String) value.class
SWT Parameter representing a File (String) value.class
SWT Parameter representing a Float valueclass
SWT Parameter representing an Icon.
Button with the icon drawn on it.class
Displays a message stored inCOConfigurationManager
, or just a label, or a label and a valueclass
SWT Parameter for selecting from a list of int values Displayed as Combo box.class
SWT Parameter for selecting from a list of int values.class
SWT widget representing an Int Parameterclass
Same asButtonSwtParameter
but as a linkclass
class
SWT widget representing a multiline String Parameterclass
SWT Parameter for selecting from a list of String values Displayed as Combo box or list box.class
SWT widget representing a String Parameterclass
Sorta likeStringAreaSwtParameter
, except uses StyledText and uses an UITextAreaImpl instead of a ValueProcessorclass
For 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.mapParamToSwtParam
Constructor 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_parameters
private Map
<String, BaseSwtParameter<?, ?>> TorrentOptionsView.ds_parameters
Method parameters in com.biglybt.ui.swt.views with type arguments of type BaseSwtParameterModifier and TypeMethodDescriptionprivate static void
ConfigView.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.paramMap
private Map
<ParameterImpl, BaseSwtParameter> ConfigSectionInterfaceTagsSWT.paramMap
Method parameters in com.biglybt.ui.swt.views.configsections with type arguments of type BaseSwtParameterModifier 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)