Uses of Class
com.biglybt.ui.swt.config.IntSwtParameter
Packages that use IntSwtParameter
Package
Description
-
Uses of IntSwtParameter in com.biglybt.ui.swt.config
Constructor parameters in com.biglybt.ui.swt.config with type arguments of type IntSwtParameterModifierConstructorDescriptionIntSwtParameter
(org.eclipse.swt.widgets.Composite composite, String paramID, String labelKey, String suffixLabelKey, int minValue, int maxValue, SwtParameterValueProcessor<IntSwtParameter, Integer> valueProcessor) Make a int value selecting ui.IntSwtParameter
(org.eclipse.swt.widgets.Composite composite, String paramID, String labelKey, String suffixKey, SwtParameterValueProcessor<IntSwtParameter, Integer> valueProcessor) -
Uses of IntSwtParameter in com.biglybt.ui.swt.shells.opentorrent
Fields in com.biglybt.ui.swt.shells.opentorrent declared as IntSwtParameterModifier and TypeFieldDescriptionprivate IntSwtParameter
OpenTorrentOptionsWindow.OpenTorrentInstance.max_down_speed_button
private IntSwtParameter
OpenTorrentOptionsWindow.OpenTorrentInstance.max_up_speed_button
-
Uses of IntSwtParameter in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views declared as IntSwtParameterModifier and TypeFieldDescriptionTagSettingsView.Params.constraintTagSortAuto
TagSettingsView.Params.constraintWeight
TagSettingsView.Params.maxActiveDownloads
TagSettingsView.Params.maxActiveSeeders
private IntSwtParameter
TagSettingsView.Params.maxDownloadSpeed
private IntSwtParameter
TagSettingsView.Params.maxUploadSpeed
TagSettingsView.Params.tfl_max_taggables
Methods in com.biglybt.ui.swt.views with parameters of type IntSwtParameterModifier and TypeMethodDescriptionTorrentOptionsView.adhocIntParameterAdapter.getValue
(IntSwtParameter p) TorrentOptionsView.downloadStateIntParameterAdapter.getValue
(IntSwtParameter p) boolean
TorrentOptionsView.adhocIntParameterAdapter.setValue
(IntSwtParameter p, Integer value) boolean
TorrentOptionsView.downloadStateIntParameterAdapter.setValue
(IntSwtParameter p, Integer value)