Uses of Interface
com.biglybt.ui.swt.config.SwtParameterValueProcessor
Packages that use SwtParameterValueProcessor
Package
Description
-
Uses of SwtParameterValueProcessor in com.biglybt.ui.swt.config
Subinterfaces of SwtParameterValueProcessor in com.biglybt.ui.swt.configModifier and TypeInterfaceDescriptionstatic interface
Value Processor that's parameterized for this class and Boolean valuesstatic interface
Value Processor that's parameterized for this class and Float valuesstatic interface
static interface
static interface
Classes in com.biglybt.ui.swt.config that implement SwtParameterValueProcessorModifier and TypeClassDescriptionprivate static class
class
SwtConfigParameterValueProcessor<PARAMTYPE extends SwtParameter<VALUETYPE>,
VALUETYPE> ASwtParameterValueProcessor
that stores/retrieves one setting fromCOConfigurationManager
Fields in com.biglybt.ui.swt.config declared as SwtParameterValueProcessorModifier and TypeFieldDescriptionprotected SwtParameterValueProcessor
<PARAMTYPE, VALUETYPE> BaseSwtParameter.valueProcessor
Methods in com.biglybt.ui.swt.config that return SwtParameterValueProcessorMethods in com.biglybt.ui.swt.config with parameters of type SwtParameterValueProcessorModifier and TypeMethodDescriptionvoid
BaseSwtParameter.setValueProcessor
(SwtParameterValueProcessor<PARAMTYPE, VALUETYPE> valueProcessor) void
BooleanSwtParameter.setValueProcessor
(SwtParameterValueProcessor<BooleanSwtParameter, Boolean> valueProcessor) Constructors in com.biglybt.ui.swt.config with parameters of type SwtParameterValueProcessorModifierConstructorDescriptionBaseSwtStringParameter
(org.eclipse.swt.widgets.Composite composite, String paramID, String labelKey, String suffixKey, SwtParameterValueProcessor<PARAMTYPE, String> valueProcessor) BooleanSwtParameter
(org.eclipse.swt.widgets.Composite parent, String paramID, String labelKey, String suffixLabelKey, SwtParameterValueProcessor<BooleanSwtParameter, Boolean> valueProcessor) Make a checkbox.ColorSwtParameter
(org.eclipse.swt.widgets.Composite composite, String paramID, String labelKey, String suffixLabelKey, boolean showResetButton, SwtParameterValueProcessor<ColorSwtParameter, int[]> valueProcessor) Make a color selecting button.DirectorySwtParameter
(org.eclipse.swt.widgets.Composite composite, String paramID, String labelKey, SwtParameterValueProcessor<DirectorySwtParameter, String> valueProcessor) Make a directory selecting uiFileSwtParameter
(org.eclipse.swt.widgets.Composite composite, String paramID, String labelKey, String[] extension_list, SwtParameterValueProcessor<FileSwtParameter, String> valueProcessor) Make a File selecting uiFloatSwtParameter
(org.eclipse.swt.widgets.Composite composite, String paramID, String labelKey, String suffixLabelKey, float minValue, float maxValue, boolean allowZero, int digitsAfterDecimal, SwtParameterValueProcessor<FloatSwtParameter, Float> valueProcessor) Make a float value selecting ui.IconSwtParameter
(org.eclipse.swt.widgets.Composite composite, String configID, String labelKey, SwtParameterValueProcessor<IconSwtParameter, String> valueProcessor) IntListSwtParameter
(org.eclipse.swt.widgets.Composite composite, String configID, String labelKey, String suffixLabelKey, int[] values, String[] displayStrings, SwtParameterValueProcessor<IntListSwtParameter, Integer> valueProcessor) Make UI components for a list of int valuesIntRadioListSwtParameter
(org.eclipse.swt.widgets.Composite composite, String paramID, String labelKey, int[] values, String[] displayStrings, boolean compact, SwtParameterValueProcessor<IntRadioListSwtParameter, Integer> valueProcessor) Make UI components for a list of in values, displayed as radio buttonsIntSwtParameter
(org.eclipse.swt.widgets.Composite composite, String paramID, String labelKey, String suffixLabelKey, int minValue, int maxValue, SwtParameterValueProcessor<IntSwtParameter, Integer> valueProcessor) Make a int value selecting ui.IntSwtParameter
(org.eclipse.swt.widgets.Composite composite, String paramID, String labelKey, String suffixKey, SwtParameterValueProcessor<IntSwtParameter, Integer> valueProcessor) StringAreaSwtParameter
(org.eclipse.swt.widgets.Composite composite, String configID, String labelKey, String suffixKey, int numLinesToShow, SwtParameterValueProcessor<StringAreaSwtParameter, String> valueProcessor) Make SWT components representing a String ParameterStringListSwtParameter
(org.eclipse.swt.widgets.Composite composite, String paramID, String labelKey, String suffixLabelKey, String[] values, String[] displayStrings, boolean bUseCombo, SwtParameterValueProcessor<StringListSwtParameter, String> valueProcessor) Make UI components for a list of String valuesStringSwtParameter
(org.eclipse.swt.widgets.Composite composite, String paramID, String labelKey, String suffixLabelKey, SwtParameterValueProcessor<StringSwtParameter, String> valueProcessor) Make SWT components representing a String Parameter -
Uses of SwtParameterValueProcessor in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement SwtParameterValueProcessorModifier and TypeClassDescriptionprotected class
protected class
protected class
protected class
-
Uses of SwtParameterValueProcessor in com.biglybt.ui.swt.views.configsections
Classes in com.biglybt.ui.swt.views.configsections that implement SwtParameterValueProcessorModifier and TypeClassDescriptionprivate static class
Skin colors can be formatted as:
colorkey=paramkey:defaultcolor
paramkey is the override stored in ConfigurationManager