|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.table.AbstractTableModel
SOAPMonitorApplet.SOAPMonitorTableModel
This table model is used to manage the table displayed at the top of the page to show all the SOAP messages we have received and to control which message details are to be displayed on the bottom of the page.
Field Summary |
Fields inherited from class javax.swing.table.AbstractTableModel |
listenerList |
Constructor Summary | |
SOAPMonitorApplet.SOAPMonitorTableModel()
Constructor |
Method Summary | |
void |
addData(SOAPMonitorApplet.SOAPMonitorData soap)
Add data to the table as a new row |
void |
applyFilter()
Refilter the list of messages |
void |
clearAll()
Remove all messages from the table (but leave "most recent") |
boolean |
filterMatch(SOAPMonitorApplet.SOAPMonitorData soap)
Check if soap data matches filter |
SOAPMonitorApplet.SOAPMonitorData |
findData(java.lang.Long id)
Find the data for a given id |
int |
findRow(SOAPMonitorApplet.SOAPMonitorData soap)
Find the row in the table for a given message id |
int |
getColumnCount()
Get column count (part of table model interface) |
java.lang.String |
getColumnName(int col)
Get column name (part of table model interface) |
SOAPMonitorApplet.SOAPMonitorData |
getData(int row)
Get the data for a row |
int |
getRowCount()
Get row count (part of table model interface) |
java.lang.Object |
getValueAt(int row,
int col)
Get value at (part of table model interface) |
void |
removeRow(int row)
Remove a message from the table |
void |
setFilter(SOAPMonitorApplet.SOAPMonitorFilter filter)
Set a new filter |
void |
updateData(SOAPMonitorApplet.SOAPMonitorData soap)
Update a message |
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SOAPMonitorApplet.SOAPMonitorTableModel()
Method Detail |
public int getColumnCount()
public int getRowCount()
public java.lang.String getColumnName(int col)
public java.lang.Object getValueAt(int row, int col)
public boolean filterMatch(SOAPMonitorApplet.SOAPMonitorData soap)
public void addData(SOAPMonitorApplet.SOAPMonitorData soap)
public SOAPMonitorApplet.SOAPMonitorData findData(java.lang.Long id)
public int findRow(SOAPMonitorApplet.SOAPMonitorData soap)
public void clearAll()
public void removeRow(int row)
public void setFilter(SOAPMonitorApplet.SOAPMonitorFilter filter)
public void applyFilter()
public SOAPMonitorApplet.SOAPMonitorData getData(int row)
public void updateData(SOAPMonitorApplet.SOAPMonitorData soap)
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |