Uses of Class
org.eclipse.nebula.widgets.oscilloscope.multichannel.Oscilloscope
-
Packages that use Oscilloscope Package Description org.eclipse.nebula.widgets.oscilloscope org.eclipse.nebula.widgets.oscilloscope.css org.eclipse.nebula.widgets.oscilloscope.multichannel -
-
Uses of Oscilloscope in org.eclipse.nebula.widgets.oscilloscope
Subclasses of Oscilloscope in org.eclipse.nebula.widgets.oscilloscope Modifier and Type Class Description classOscilloscopeDeprecated.useOscilloscope -
Uses of Oscilloscope in org.eclipse.nebula.widgets.oscilloscope.css
Constructors in org.eclipse.nebula.widgets.oscilloscope.css with parameters of type Oscilloscope Constructor Description OscilloscopeElement(Oscilloscope composite, org.eclipse.e4.ui.css.core.engine.CSSEngine engine) -
Uses of Oscilloscope in org.eclipse.nebula.widgets.oscilloscope.multichannel
Fields in org.eclipse.nebula.widgets.oscilloscope.multichannel declared as Oscilloscope Modifier and Type Field Description private OscilloscopeOscilloscopeDispatcher. scopeMethods in org.eclipse.nebula.widgets.oscilloscope.multichannel that return Oscilloscope Modifier and Type Method Description OscilloscopeOscilloscopeDispatcher. getOscilloscope()This method returns theOscilloscope.Methods in org.eclipse.nebula.widgets.oscilloscope.multichannel with parameters of type Oscilloscope Modifier and Type Method Description voidOscilloscopeDispatcher. hookAfterDraw(Oscilloscope oscilloscope, int counter)Is called just after the widget is redrawn everyOscilloscopeDispatcher.getDelayLoop()milliseconds.voidOscilloscopeDispatcher. hookBeforeDraw(Oscilloscope oscilloscope, int counter)Is called just before the widget is redrawn everyOscilloscopeDispatcher.getDelayLoop()milliseconds.voidOscilloscopeDispatcher. hookPulse(Oscilloscope oscilloscope, int pulse)This method is called every time the dispatcher reaches the getPulse() counter.voidOscilloscopeDispatcher. setOscilloscope(Oscilloscope scope)This method sets theOscilloscope.voidOscilloscopeStackAdapter. stackEmpty(Oscilloscope scope, int channel)Is called when the stack runs out of values.Constructors in org.eclipse.nebula.widgets.oscilloscope.multichannel with parameters of type Oscilloscope Constructor Description OscilloscopeDispatcher(int channel, Oscilloscope oscilloscope)OscilloscopeDispatcher(Oscilloscope oscilloscope)
-