|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.table.AbstractTableModel
br.mia.test.view.tabelas.TabelaModeloFluxoLogs
public class TabelaModeloFluxoLogs
Field Summary |
---|
Fields inherited from class javax.swing.table.AbstractTableModel |
---|
listenerList |
Constructor Summary | |
---|---|
TabelaModeloFluxoLogs(java.util.List<FlowReport> logs)
|
Method Summary | |
---|---|
int |
getColumnCount()
|
java.util.List<FlowReport> |
getFlows()
|
int |
getRowCount()
|
java.lang.Object |
getValueAt(int arg0,
int arg1)
|
void |
setFlows(java.util.List<FlowReport> flows2)
|
Methods inherited from class javax.swing.table.AbstractTableModel |
---|
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, 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 TabelaModeloFluxoLogs(java.util.List<FlowReport> logs)
Method Detail |
---|
public java.util.List<FlowReport> getFlows()
public void setFlows(java.util.List<FlowReport> flows2)
public int getRowCount()
public int getColumnCount()
public java.lang.Object getValueAt(int arg0, int arg1)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |