Uses of Interface
com.biglybt.ui.swt.config.SwtParameter
-
Packages that use SwtParameter Package Description com.biglybt.ui.swt.config com.biglybt.ui.swt.config.actionperformer com.biglybt.ui.swt.views -
-
Uses of SwtParameter in com.biglybt.ui.swt.config
Classes in com.biglybt.ui.swt.config with type parameters of type SwtParameter Modifier and Type Class Description class
BaseSwtParameter<PARAMTYPE extends SwtParameter<VALUETYPE>,VALUETYPE>
interface
ParameterChangeListener<PARAMTYPE extends SwtParameter>
class
SwtConfigParameterValueProcessor<PARAMTYPE extends SwtParameter<VALUETYPE>,VALUETYPE>
ASwtParameterValueProcessor
that stores/retrieves one setting fromCOConfigurationManager
interface
SwtParameterValidator<PARAMTYPE extends SwtParameter<VALUETYPE>,VALUETYPE>
Pretty much @ParameterValidator
, except isValidParameterValue is cast to the correct SwtParameterinterface
SwtParameterValueProcessor<PARAMTYPE extends SwtParameter<VALUETYPE>,VALUETYPE>
Processes value changes from aSwtParameter
Classes in com.biglybt.ui.swt.config that implement SwtParameter Modifier and Type Class Description class
BaseSwtParameter<PARAMTYPE extends SwtParameter<VALUETYPE>,VALUETYPE>
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 pageFields in com.biglybt.ui.swt.config declared as SwtParameter Modifier and Type Field Description private SwtParameter
ColorSwtParameter.ColorValueProcessor. owner
private SwtParameter
SwtConfigParameterValueProcessor. owner
private PARAMTYPE
BaseSwtParameter. thisTyped
Constructors in com.biglybt.ui.swt.config with parameters of type SwtParameter Constructor Description ColorValueProcessor(SwtParameter owner)
SwtConfigParameterValueProcessor(SwtParameter owner, java.lang.String configID, java.lang.Class<VALUETYPE> valueType)
-
Uses of SwtParameter in com.biglybt.ui.swt.config.actionperformer
Fields in com.biglybt.ui.swt.config.actionperformer declared as SwtParameter Modifier and Type Field Description private SwtParameter[]
ChangeSelectionActionPerformer. params
Constructors in com.biglybt.ui.swt.config.actionperformer with parameters of type SwtParameter Constructor Description ChangeSelectionActionPerformer(SwtParameter... params)
DualChangeSelectionActionPerformer(SwtParameter[] paramsToEnable, SwtParameter[] paramsToDisable)
-
Uses of SwtParameter in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement SwtParameter Modifier and Type Class Description private static class
ConfigView.GroupSWTParameter
-