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 interfaceValue Processor that's parameterized for this class and Boolean valuesstatic interfaceValue Processor that's parameterized for this class and Float valuesstatic interfacestatic interfacestatic interfacestatic interfaceClasses in com.biglybt.ui.swt.config that implement SwtParameterValueProcessorModifier and TypeClassDescriptionprivate static classclassSwtConfigParameterValueProcessor<PARAMTYPE extends SwtParameter<VALUETYPE>, VALUETYPE>ASwtParameterValueProcessorthat stores/retrieves one setting fromCOConfigurationManagerFields in com.biglybt.ui.swt.config declared as SwtParameterValueProcessorModifier and TypeFieldDescriptionprotected SwtParameterValueProcessor<PARAMTYPE, VALUETYPE> BaseSwtParameter.valueProcessorMethods in com.biglybt.ui.swt.config that return SwtParameterValueProcessorMethods in com.biglybt.ui.swt.config with parameters of type SwtParameterValueProcessorModifier and TypeMethodDescriptionvoidBaseSwtParameter.setValueProcessor(SwtParameterValueProcessor<PARAMTYPE, VALUETYPE> valueProcessor) voidBooleanSwtParameter.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.privateDateTimeSwtParameter(org.eclipse.swt.widgets.Composite composite, String paramID, String labelKey, SwtParameterValueProcessor<DateTimeSwtParameter, Long> valueProcessor) 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) LongSwtParameter(org.eclipse.swt.widgets.Composite composite, String paramID, String labelKey, String suffixLabelKey, long minValue, long maxValue, SwtParameterValueProcessor<LongSwtParameter, Long> valueProcessor) Make a long value selecting ui.LongSwtParameter(org.eclipse.swt.widgets.Composite composite, String paramID, String labelKey, String suffixKey, SwtParameterValueProcessor<LongSwtParameter, Long> 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 classprotected classprotected classprotected 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 classSkin colors can be formatted as:
colorkey=paramkey:defaultcolor
paramkey is the override stored in ConfigurationManager