Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.apps.viewer.controls |
This package provides control elements, mostly dialogs, for the SOMViewer application.
|
at.tuwien.ifs.somtoolbox.apps.viewer.controls.multichannelPlayback |
Modifier and Type | Field and Description |
---|---|
protected LinkedHashMap<String,PlaybackThread> |
MultichannelPlaybackPanel.lhmThreads |
Modifier and Type | Field and Description |
---|---|
private PlaybackThread |
DecoderThread.nt |
Modifier and Type | Field and Description |
---|---|
(package private) LinkedHashMap<String,PlaybackThread> |
ControlFrame.lhmThreads
Contains PlaybackThreads; the key is the index of the line as a String
|
Constructor and Description |
---|
DecoderThread(PlaybackThread nt,
File encF,
int channel,
boolean stats) |
Constructor and Description |
---|
ControlFrame(LinkedHashMap<String,PlaybackThread> lhm,
ActivityGridModel mod,
JButton btn_start_on_panel)
Constructor does not yet start the threads
|