Uses of Class
org.eclipse.nebula.widgets.oscilloscope.multichannel.OscilloscopeDispatcher
-
Packages that use OscilloscopeDispatcher Package Description org.eclipse.nebula.widgets.oscilloscope.multichannel -
-
Uses of OscilloscopeDispatcher in org.eclipse.nebula.widgets.oscilloscope.multichannel
Fields in org.eclipse.nebula.widgets.oscilloscope.multichannel declared as OscilloscopeDispatcher Modifier and Type Field Description private OscilloscopeDispatcher
Oscilloscope.Data. dispatcher
Methods in org.eclipse.nebula.widgets.oscilloscope.multichannel that return OscilloscopeDispatcher Modifier and Type Method Description OscilloscopeDispatcher
Oscilloscope. getDispatcher(int channel)
This method can be called outside of the UI thread.Methods in org.eclipse.nebula.widgets.oscilloscope.multichannel with parameters of type OscilloscopeDispatcher Modifier and Type Method Description void
Oscilloscope. setDispatcher(int channel, OscilloscopeDispatcher dispatcher)
Sets the dispatcher that is associated with the supplied channel.Constructors in org.eclipse.nebula.widgets.oscilloscope.multichannel with parameters of type OscilloscopeDispatcher Constructor Description Oscilloscope(int channels, OscilloscopeDispatcher dispatcher, org.eclipse.swt.widgets.Composite parent, int style)
Creates a new scope withchannels
channels and adds attaches it to the supplieddispatcher
.
-