Uses of Class
com.biglybt.ui.swt.config.FloatSwtParameter
-
Packages that use FloatSwtParameter Package Description com.biglybt.ui.swt.config com.biglybt.ui.swt.views -
-
Uses of FloatSwtParameter in com.biglybt.ui.swt.config
Constructor parameters in com.biglybt.ui.swt.config with type arguments of type FloatSwtParameter Constructor Description FloatSwtParameter(org.eclipse.swt.widgets.Composite composite, java.lang.String paramID, java.lang.String labelKey, java.lang.String suffixLabelKey, float minValue, float maxValue, boolean allowZero, int digitsAfterDecimal, SwtParameterValueProcessor<FloatSwtParameter,java.lang.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 FloatSwtParameter Modifier and Type Field Description FloatSwtParameter
TagSettingsView.Params. max_aggregate_sr
FloatSwtParameter
TagSettingsView.Params. max_sr
FloatSwtParameter
TagSettingsView.Params. min_sr
Methods in com.biglybt.ui.swt.views with parameters of type FloatSwtParameter Modifier and Type Method Description java.lang.Float
TorrentOptionsView.downloadStateFloatParameterAdapter. getValue(FloatSwtParameter p)
boolean
TorrentOptionsView.downloadStateFloatParameterAdapter. setValue(FloatSwtParameter p, java.lang.Float _value)
-