| vars.annotation.ui.table.ObservationTableModel |
Known Indirect Subclasses
|
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Integer | FRAMEGRAB | ||||||||||
| Integer | FRAMEGRAB_AND_SAMPLE | ||||||||||
| Integer | NONE | ||||||||||
| Integer | SAMPLE | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds an observation to the table model.
| |||||||||||
Find the index of the Column based on it's String identifier.
| |||||||||||
Gets the columnClass attribute of the ObservationTableModel object
| |||||||||||
Gets the columnCount attribute of the ObservationTableModel object
| |||||||||||
Gets the numberOfObservations attribute of the ObservationTableModel object
| |||||||||||
Get the observation at the given model index (not view)
| |||||||||||
Get the model index of the given observation
| |||||||||||
Gets the rowCount attribute of the ObservationTableModel object
| |||||||||||
Description of the Method
| |||||||||||
Description of the Method
| |||||||||||
NOTE: If an observation has a videoFrame attached to it, it will NOT
be removed from the model.
| |||||||||||
Adds an observation to the table model.
| obs | The observation to be added. |
|---|
Find the index of the Column based on it's String identifier. This method
delegates the call to ObservationColumnModel.findColumn
| id | Description of the Parameter |
|---|
Gets the columnClass attribute of the ObservationTableModel object
| columnIndex | Description of the Parameter |
|---|
Gets the columnCount attribute of the ObservationTableModel object
Gets the numberOfObservations attribute of the ObservationTableModel object
Get the observation at the given model index (not view)
| rowIndex | Description of the Parameter |
|---|
Get the model index of the given observation
| observation | THe observation to find |
|---|
Gets the rowCount attribute of the ObservationTableModel object
Description of the Method
Description of the Method
| row | Description of the Parameter |
|---|
NOTE: If an observation has a videoFrame attached to it, it will NOT be removed from the model. You must first remove it's videoFrame!!
| obs | The observation to be removed. |
|---|