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. listeners
Deprecated. -
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. stackListeners
Methods in org.eclipse.nebula.widgets.oscilloscope.multichannel with parameters of type OscilloscopeStackAdapter Modifier and Type Method Description void
Oscilloscope. addStackListener(int channel, OscilloscopeStackAdapter listener)
Adds a new stack listener to the collection of stack listeners.void
Oscilloscope. removeStackListener(int channel, OscilloscopeStackAdapter listener)
Removes a stack listener from the collection of stack listeners.
-