Uses of Class
com.biglybt.ui.swt.config.IntSwtParameter
-
Packages that use IntSwtParameter Package Description com.biglybt.ui.swt.config com.biglybt.ui.swt.views -
-
Uses of IntSwtParameter in com.biglybt.ui.swt.config
Constructor parameters in com.biglybt.ui.swt.config with type arguments of type IntSwtParameter Constructor Description IntSwtParameter(org.eclipse.swt.widgets.Composite composite, java.lang.String paramID, java.lang.String labelKey, java.lang.String suffixLabelKey, int minValue, int maxValue, SwtParameterValueProcessor<IntSwtParameter,java.lang.Integer> valueProcessor)
Make a int value selecting ui.IntSwtParameter(org.eclipse.swt.widgets.Composite composite, java.lang.String paramID, java.lang.String labelKey, java.lang.String suffixKey, SwtParameterValueProcessor<IntSwtParameter,java.lang.Integer> valueProcessor)
-
Uses of IntSwtParameter in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views declared as IntSwtParameter Modifier and Type Field Description IntSwtParameter
TagSettingsView.Params. maxActiveDownloads
private IntSwtParameter
TagSettingsView.Params. maxDownloadSpeed
private IntSwtParameter
TagSettingsView.Params. maxUploadSpeed
IntSwtParameter
TagSettingsView.Params. tfl_max_taggables
Methods in com.biglybt.ui.swt.views with parameters of type IntSwtParameter Modifier and Type Method Description java.lang.Integer
TorrentOptionsView.adhocIntParameterAdapter. getValue(IntSwtParameter p)
java.lang.Integer
TorrentOptionsView.downloadStateIntParameterAdapter. getValue(IntSwtParameter p)
boolean
TorrentOptionsView.adhocIntParameterAdapter. setValue(IntSwtParameter p, java.lang.Integer value)
boolean
TorrentOptionsView.downloadStateIntParameterAdapter. setValue(IntSwtParameter p, java.lang.Integer value)
-