Uses of Class
org.eclipse.nebula.widgets.oscilloscope.multichannel.OscilloscopeStackAdapter
-
Packages that use OscilloscopeStackAdapter Package Description org.eclipse.nebula.widgets.oscilloscope org.eclipse.nebula.widgets.oscilloscope.multichannel -
-
Uses of OscilloscopeStackAdapter in org.eclipse.nebula.widgets.oscilloscope
Fields in org.eclipse.nebula.widgets.oscilloscope with type parameters of type OscilloscopeStackAdapter Modifier and Type Field Description private java.util.Map<OscilloscopeStackAdapter,OscilloscopeStackAdapter>Oscilloscope. listenersDeprecated. -
Uses of OscilloscopeStackAdapter in org.eclipse.nebula.widgets.oscilloscope.multichannel
Fields in org.eclipse.nebula.widgets.oscilloscope.multichannel with type parameters of type OscilloscopeStackAdapter Modifier and Type Field Description private java.util.List<OscilloscopeStackAdapter>Oscilloscope.Data. stackListenersMethods in org.eclipse.nebula.widgets.oscilloscope.multichannel with parameters of type OscilloscopeStackAdapter Modifier and Type Method Description voidOscilloscope. addStackListener(int channel, OscilloscopeStackAdapter listener)Adds a new stack listener to the collection of stack listeners.voidOscilloscope. removeStackListener(int channel, OscilloscopeStackAdapter listener)Removes a stack listener from the collection of stack listeners.
-