Uses of Class
org.eclipse.nebula.widgets.oscilloscope.Oscilloscope
-
Packages that use Oscilloscope Package Description org.eclipse.nebula.widgets.oscilloscope -
-
Uses of Oscilloscope in org.eclipse.nebula.widgets.oscilloscope
Methods in org.eclipse.nebula.widgets.oscilloscope that return Oscilloscope Modifier and Type Method Description abstract OscilloscopeOscilloscopeDispatcher. getOscilloscope()Deprecated.This method returns theOscilloscope.Methods in org.eclipse.nebula.widgets.oscilloscope with parameters of type Oscilloscope Modifier and Type Method Description voidOscilloscopeDispatcher. hookAfterDraw(Oscilloscope oscilloscope, int counter)Deprecated.Is called just after the widget is redrawn everyOscilloscopeDispatcher.getDelayLoop()milliseconds.voidOscilloscopeDispatcher. hookBeforeDraw(Oscilloscope oscilloscope, int counter)Deprecated.Is called just before the widget is redrawn everyOscilloscopeDispatcher.getDelayLoop()milliseconds.voidOscilloscopeDispatcher. hookPulse(Oscilloscope oscilloscope, int pulse)Deprecated.This method is called every time the dispatcher reaches the getPulse() counter.voidOscilloscopeStackAdapter. stackEmpty(Oscilloscope scope)Is called when the stack runs out of values.
-