Uses of Class
com.biglybt.ui.swt.config.FloatSwtParameter
Packages that use FloatSwtParameter
-
Uses of FloatSwtParameter in com.biglybt.ui.swt.config
Constructor parameters in com.biglybt.ui.swt.config with type arguments of type FloatSwtParameterModifierConstructorDescriptionFloatSwtParameter
(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. -
Uses of FloatSwtParameter in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views declared as FloatSwtParameterModifier and TypeFieldDescriptionTagSettingsView.Params.max_aggregate_sr
TagSettingsView.Params.max_sr
TagSettingsView.Params.min_sr
Methods in com.biglybt.ui.swt.views with parameters of type FloatSwtParameterModifier and TypeMethodDescriptionTorrentOptionsView.downloadStateFloatParameterAdapter.getValue
(FloatSwtParameter p) boolean
TorrentOptionsView.downloadStateFloatParameterAdapter.setValue
(FloatSwtParameter p, Float _value)