Uses of Interface
com.biglybt.ui.swt.config.SwtParameter
Packages that use SwtParameter
Package
Description
-
Uses of SwtParameter in com.biglybt.ui.swt.config
Classes in com.biglybt.ui.swt.config with type parameters of type SwtParameterModifier and TypeClassDescriptionclass
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 SwtParameterModifier and TypeClassDescriptionclass
BaseSwtParameter<PARAMTYPE extends SwtParameter<VALUETYPE>,
VALUETYPE> class
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 pageFields in com.biglybt.ui.swt.config declared as SwtParameterModifier and TypeFieldDescriptionprivate final SwtParameter
ColorSwtParameter.ColorValueProcessor.owner
private final SwtParameter
SwtConfigParameterValueProcessor.owner
private final PARAMTYPE
BaseSwtParameter.thisTyped
Constructors in com.biglybt.ui.swt.config with parameters of type SwtParameterModifierConstructorDescriptionColorValueProcessor
(SwtParameter owner) protected
SwtConfigParameterValueProcessor
(SwtParameter owner, String configID, Class<VALUETYPE> valueType) -
Uses of SwtParameter in com.biglybt.ui.swt.config.actionperformer
Fields in com.biglybt.ui.swt.config.actionperformer declared as SwtParameterConstructors in com.biglybt.ui.swt.config.actionperformer with parameters of type SwtParameterModifierConstructorDescriptionChangeSelectionActionPerformer
(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