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