|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AprsMessageContainingModel
This interface defines methods on an object that contains an indexed list of messages.
Method Summary | |
---|---|
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. |
Methods inherited from interface org.ka2ddo.yaac.gui.ColumnSizingTableModel |
---|
getColumnWidth, isSizeToFit |
Methods inherited from interface javax.swing.table.TableModel |
---|
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt |
Method Detail |
---|
AX25Message getMessageAt(int rowIndex) throws java.lang.IndexOutOfBoundsException
rowIndex
- zero-based index to the specified Message
java.lang.IndexOutOfBoundsException
- if the row index is < 0 or >= the size of the Message listvoid setMode(RawPacketDisplayMode mode)
mode
- SnifferPacketDisplayMode enum specifying the display modeTableModel.getValueAt(int, int)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |