Uses of Class
com.biglybt.ui.swt.config.BaseSwtParameter
-
Packages that use BaseSwtParameter Package Description com.biglybt.ui.swt.config com.biglybt.ui.swt.pifimpl com.biglybt.ui.swt.views com.biglybt.ui.swt.views.configsections -
-
Uses of BaseSwtParameter in com.biglybt.ui.swt.config
Subclasses of BaseSwtParameter in com.biglybt.ui.swt.config Modifier and Type Class Description class
BaseSwtStringParameter<PARAMTYPE extends BaseSwtStringParameter<PARAMTYPE>>
class
BooleanSwtParameter
Checkbox SWT Parameter representing a Boolean valueclass
ButtonSwtParameter
class
ColorSwtParameter
SWT Parameter representing a color (r, g, b) value.class
DirectorySwtParameter
SWT Parameter representing a Directory (String) value.class
FileSwtParameter
SWT Parameter representing a File (String) value.class
FloatSwtParameter
SWT Parameter representing a Float valueclass
IconSwtParameter
SWT Parameter representing an Icon.
Button with the icon drawn on it.class
InfoSwtParameter
Displays a message stored inCOConfigurationManager
, or just a label, or a label and a valueclass
IntListSwtParameter
SWT Parameter for selecting from a list of int values Displayed as Combo box.class
IntRadioListSwtParameter
SWT Parameter for selecting from a list of int values.class
IntSwtParameter
SWT widget representing an Int Parameterclass
LinkSwtParameter
Same asButtonSwtParameter
but as a linkclass
PasswordSwtParameter
class
StringAreaSwtParameter
SWT widget representing a multiline String Parameterclass
StringListSwtParameter
SWT Parameter for selecting from a list of String values Displayed as Combo box or list box.class
StringSwtParameter
SWT widget representing a String Parameterclass
TextAreaSwtParameter
Sorta likeStringAreaSwtParameter
, except uses StyledText and uses an UITextAreaImpl instead of a ValueProcessorclass
UISWTParameter
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 BaseSwtParameter Modifier and Type Field Description private java.util.Map<ParameterImpl,BaseSwtParameter>
MultiParameterImplListenerSWT. mapParamToSwtParam
Constructor parameters in com.biglybt.ui.swt.pifimpl with type arguments of type BaseSwtParameter Constructor Description MultiParameterImplListenerSWT(java.util.Map<ParameterImpl,BaseSwtParameter> mapParamToSwtParam)
-
Uses of BaseSwtParameter in com.biglybt.ui.swt.views
Subclasses of BaseSwtParameter in com.biglybt.ui.swt.views Modifier and Type Class Description private static class
ConfigView.GroupSWTParameter
Fields in com.biglybt.ui.swt.views with type parameters of type BaseSwtParameter Modifier and Type Field Description private java.util.Map<java.lang.String,BaseSwtParameter<?,?>>
TorrentOptionsView. adhoc_parameters
private java.util.Map<java.lang.String,BaseSwtParameter<?,?>>
TorrentOptionsView. ds_parameters
Method parameters in com.biglybt.ui.swt.views with type arguments of type BaseSwtParameter Modifier and Type Method Description private static void
ConfigView. buildScreen(org.eclipse.swt.widgets.Composite main_tab, Parameter[] parameters, java.util.Map<ParameterImpl,BaseSwtParameter> mapParamToSwtParam, ParameterImplListener parameterImplListener)
-
Uses of BaseSwtParameter in com.biglybt.ui.swt.views.configsections
Method parameters in com.biglybt.ui.swt.views.configsections with type arguments of type BaseSwtParameter Modifier and Type Method Description void
BaseConfigSectionSWT. configSectionCreate(org.eclipse.swt.widgets.Composite parent, java.util.Map<ParameterImpl,BaseSwtParameter> mapParamToSwtParam)
Adjust the configuration panel here.void
ConfigSectionBackupRestoreSWT. configSectionCreate(org.eclipse.swt.widgets.Composite parent, java.util.Map<ParameterImpl,BaseSwtParameter> mapParamToSwtParam)
void
ConfigSectionConnectionProxySWT. configSectionCreate(org.eclipse.swt.widgets.Composite parent, java.util.Map<ParameterImpl,BaseSwtParameter> mapParamToSwtParam)
void
ConfigSectionInterfaceColorSWT. configSectionCreate(org.eclipse.swt.widgets.Composite parent, java.util.Map<ParameterImpl,BaseSwtParameter> mapParamToSwtParam)
void
ConfigSectionInterfaceLanguageSWT. configSectionCreate(org.eclipse.swt.widgets.Composite parent, java.util.Map<ParameterImpl,BaseSwtParameter> mapParamToSwtParam)
void
ConfigSectionInterfacePasswordSWT. configSectionCreate(org.eclipse.swt.widgets.Composite cSection, java.util.Map<ParameterImpl,BaseSwtParameter> mapParamToSwtParam)
void
ConfigSectionSecuritySWT. configSectionCreate(org.eclipse.swt.widgets.Composite parent, java.util.Map<ParameterImpl,BaseSwtParameter> mapParamToSwtParam)
-