Uses of Class
com.biglybt.ui.swt.config.BooleanSwtParameter
-
Packages that use BooleanSwtParameter Package Description com.biglybt.ui.swt.config com.biglybt.ui.swt.views -
-
Uses of BooleanSwtParameter in com.biglybt.ui.swt.config
Method parameters in com.biglybt.ui.swt.config with type arguments of type BooleanSwtParameter Modifier and Type Method Description void
BooleanSwtParameter. setValueProcessor(SwtParameterValueProcessor<BooleanSwtParameter,java.lang.Boolean> valueProcessor)
Constructor parameters in com.biglybt.ui.swt.config with type arguments of type BooleanSwtParameter Constructor Description BooleanSwtParameter(org.eclipse.swt.widgets.Composite parent, java.lang.String paramID, java.lang.String labelKey, java.lang.String suffixLabelKey, SwtParameterValueProcessor<BooleanSwtParameter,java.lang.Boolean> valueProcessor)
Make a checkbox. -
Uses of BooleanSwtParameter in com.biglybt.ui.swt.views
Methods in com.biglybt.ui.swt.views with parameters of type BooleanSwtParameter Modifier and Type Method Description java.lang.Boolean
TorrentOptionsView.downloadStateBooleanParameterAdapter. getValue(BooleanSwtParameter p)
boolean
TorrentOptionsView.downloadStateBooleanParameterAdapter. setValue(BooleanSwtParameter p, java.lang.Boolean value)
-