|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.table.AbstractTableModel
de.rowa.posps.client.controls.BeanTableModel<OperationInvocation>
de.rowa.posps.client.controls.OperationInvocationTableModel
public class OperationInvocationTableModel
Swing table model adapter for the operation invocation log of a
ConnectionProtocol.
| Field Summary |
|---|
| Fields inherited from class javax.swing.table.AbstractTableModel |
|---|
listenerList |
| Constructor Summary | |
|---|---|
OperationInvocationTableModel(ConnectionProtocol connectionProtocol)
|
|
| Method Summary | |
|---|---|
OperationInvocation |
getRow(int rowIndex)
|
int |
getRowCount()
|
void |
operationInvoked(ConnectionProtocol connectionProtocol,
OperationInvocation operationInvocation)
Called after an operation has been added to the log of a ConnectionProtocol. |
| Methods inherited from class de.rowa.posps.client.controls.BeanTableModel |
|---|
getColumnClass, getColumnCount, getColumnName, getValueAt |
| Methods inherited from class javax.swing.table.AbstractTableModel |
|---|
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, 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 OperationInvocationTableModel(ConnectionProtocol connectionProtocol)
| Method Detail |
|---|
public void operationInvoked(ConnectionProtocol connectionProtocol,
OperationInvocation operationInvocation)
OperationInvocationListenerConnectionProtocol.
operationInvoked in interface OperationInvocationListenerconnectionProtocol - The connection protocol to which this operation data has been
added.operationInvocation - Data of the operation invocation which has been added.public int getRowCount()
getRowCount in interface javax.swing.table.TableModelpublic OperationInvocation getRow(int rowIndex)
getRow in class BeanTableModel<OperationInvocation>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||