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 ActivityGridModel |
MultichannelPlaybackPanel.actmod |
Modifier and Type | Field and Description |
---|---|
(package private) ActivityGridModel |
ControlFrame.mod |
Modifier and Type | Method and Description |
---|---|
void |
ActivityGrid.setGridModel(ActivityGridModel mod)
Gives a reference of this grid to the gridmodel, which must be a
ActivityGridModel |
Constructor and Description |
---|
ActivityGrid(ActivityGridModel mod)
We need the GridModel here already because
we need the numbers of rows and cols
and we handle over the boolean array aabMuted to the costum CellRenderer
|
ControlFrame(LinkedHashMap<String,PlaybackThread> lhm,
ActivityGridModel mod,
JButton btn_start_on_panel)
Constructor does not yet start the threads
|