Package | Description |
---|---|
org.eclipse.nebula.widgets.oscilloscope.multichannel |
Modifier and Type | Method | Description |
---|---|---|
OscilloscopeDispatcher |
Oscilloscope.getDispatcher(int channel) |
This method can be called outside of the UI thread.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Oscilloscope.setDispatcher(int channel,
OscilloscopeDispatcher dispatcher) |
Sets the dispatcher that is associated with the supplied channel.
|
Constructor | 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 . |