Uses of Interface
com.biglybt.ui.swt.components.graphics.ValueSource
-
Packages that use ValueSource Package Description com.biglybt.ui.swt.components.graphics com.biglybt.ui.swt.devices com.biglybt.ui.swt.views com.biglybt.ui.swt.views.stats -
-
Uses of ValueSource in com.biglybt.ui.swt.components.graphics
Fields in com.biglybt.ui.swt.components.graphics declared as ValueSource Modifier and Type Field Description private ValueSource[]
MultiPlotGraphic. value_sources
Methods in com.biglybt.ui.swt.components.graphics with parameters of type ValueSource Modifier and Type Method Description static MultiPlotGraphic
MultiPlotGraphic. getInstance(int num_entries, ValueSource[] sources, ValueFormater formatter)
static MultiPlotGraphic
MultiPlotGraphic. getInstance(ValueSource[] sources, ValueFormater formatter)
Constructors in com.biglybt.ui.swt.components.graphics with parameters of type ValueSource Constructor Description MultiPlotGraphic(Scale scale, ValueSource[] sources, ValueFormater formater, int num_entries)
-
Uses of ValueSource in com.biglybt.ui.swt.devices
Classes in com.biglybt.ui.swt.devices that implement ValueSource Modifier and Type Class Description private static class
DeviceManagerUI.ValueSourceImpl
-
Uses of ValueSource in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement ValueSource Modifier and Type Class Description private static class
DownloadActivityView.ValueSourceImpl
-
Uses of ValueSource in com.biglybt.ui.swt.views.stats
Classes in com.biglybt.ui.swt.views.stats that implement ValueSource Modifier and Type Class Description private static class
TagStatsView.ValueSourceImpl
private static class
TrackerActivityView.ValueSourceImpl
-