Uses of Class
org.eclipse.nebula.widgets.oscilloscope.multichannel.OscilloscopeDispatcher
Package | Description |
---|---|
org.eclipse.nebula.widgets.oscilloscope.multichannel |
-
Uses of OscilloscopeDispatcher in org.eclipse.nebula.widgets.oscilloscope.multichannel
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
.