Package | Description |
---|---|
org.eclipse.nebula.widgets.oscilloscope |
Modifier and Type | Method | Description |
---|---|---|
abstract Oscilloscope |
OscilloscopeDispatcher.getOscilloscope() |
Deprecated.
This method returns the
Oscilloscope . |
Modifier and Type | Method | Description |
---|---|---|
void |
OscilloscopeDispatcher.hookAfterDraw(Oscilloscope oscilloscope,
int counter) |
Deprecated.
Is called just after the widget is redrawn every
OscilloscopeDispatcher.getDelayLoop()
milliseconds. |
void |
OscilloscopeDispatcher.hookBeforeDraw(Oscilloscope oscilloscope,
int counter) |
Deprecated.
Is called just before the widget is redrawn every
OscilloscopeDispatcher.getDelayLoop()
milliseconds. |
void |
OscilloscopeDispatcher.hookPulse(Oscilloscope oscilloscope,
int pulse) |
Deprecated.
This method is called every time the dispatcher reaches the getPulse()
counter.
|
void |
OscilloscopeStackAdapter.stackEmpty(Oscilloscope scope) |
Is called when the stack runs out of values.
|