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 IntSwtParameterOpenTorrentOptionsWindow.OpenTorrentInstance.max_down_speed_buttonprivate IntSwtParameterOpenTorrentOptionsWindow.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.constraintTagSortAutoTagSettingsView.Params.constraintWeightTagSettingsView.Params.maxActiveDownloadsTagSettingsView.Params.maxActiveSeedersprivate IntSwtParameterTagSettingsView.Params.maxDownloadSpeedprivate IntSwtParameterTagSettingsView.Params.maxUploadSpeedTagSettingsView.Params.tfl_max_taggablesMethods in com.biglybt.ui.swt.views with parameters of type IntSwtParameterModifier and TypeMethodDescriptionTorrentOptionsView.adhocIntParameterAdapter.getValue(IntSwtParameter p) TorrentOptionsView.downloadStateIntParameterAdapter.getValue(IntSwtParameter p) booleanTorrentOptionsView.adhocIntParameterAdapter.setValue(IntSwtParameter p, Integer value) booleanTorrentOptionsView.downloadStateIntParameterAdapter.setValue(IntSwtParameter p, Integer value)