Package com.biglybt.ui.swt.config
Interface FloatSwtParameter.ValueProcessor
-
- All Superinterfaces:
SwtParameterValueProcessor<FloatSwtParameter,java.lang.Float>
- All Known Implementing Classes:
TorrentOptionsView.downloadStateFloatParameterAdapter
- Enclosing class:
- FloatSwtParameter
public static interface FloatSwtParameter.ValueProcessor extends SwtParameterValueProcessor<FloatSwtParameter,java.lang.Float>
Value Processor that's parameterized for this class and Float values
-
-
Method Summary
-
Methods inherited from interface com.biglybt.ui.swt.config.SwtParameterValueProcessor
dispose, getDefaultValue, getValue, isDefaultValue, resetToDefault, setValue
-
-