Package | Description |
---|---|
org.eclipse.nebula.widgets.oscilloscope.multichannel |
Modifier and Type | Method and Description |
---|---|
OscilloscopeDispatcher |
Oscilloscope.getDispatcher(int channel)
This method can be called outside of the UI thread.
|
Modifier and Type | Method and Description |
---|---|
void |
Oscilloscope.setDispatcher(int channel,
OscilloscopeDispatcher dispatcher)
Sets the dispatcher that is associated with the supplied channel.
|
Constructor and Description |
---|
Oscilloscope(int channels,
OscilloscopeDispatcher dispatcher,
org.eclipse.swt.widgets.Composite parent,
int style)
Creates a new scope with
channels channels and adds attaches
it to the supplied dispatcher . |