public interface AprsMessageContainingModel extends javax.swing.table.TableModel, ColumnSizingTableModel
Modifier and Type | Method and Description |
---|---|
AX25Message |
getMessageAt(int rowIndex)
Fetch the AX25Message object at the specified index.
|
void |
setMode(RawPacketDisplayMode mode)
Specify what display mode should be used to present the message body of the specified
message when the body's column is requested with the getValueAt() method.
|
getColumnWidth, isSizeToFit
AX25Message getMessageAt(int rowIndex) throws java.lang.IndexOutOfBoundsException
rowIndex
- zero-based index to the specified Messagejava.lang.IndexOutOfBoundsException
- if the row index is < 0 or >= the size of the Message listvoid setMode(RawPacketDisplayMode mode)
mode
- RawPacketDisplayMode enum specifying the display modeTableModel.getValueAt(int, int)