br.mia.test.view.tabelas
Class TabelaModeloProjetoDetalhe

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by br.mia.test.view.tabelas.TabelaModeloProjetoDetalhe
All Implemented Interfaces:
java.io.Serializable, javax.swing.table.TableModel

public class TabelaModeloProjetoDetalhe
extends javax.swing.table.AbstractTableModel

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
TabelaModeloProjetoDetalhe()
           
 
Method Summary
 int getColumnCount()
           
 java.lang.String getColumnName(int column)
           
 java.util.List<Projeto> getProjetos()
           
 int getRowCount()
           
 javax.swing.JTable getTabelaProjeto()
           
 java.lang.Object getValueAt(int rowIndex, int columnIndex)
           
 void setProjetos(java.util.List<Projeto> list)
           
 void setTabelaProjeto(javax.swing.JTable tabelaProjeto)
           
 
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

TabelaModeloProjetoDetalhe

public TabelaModeloProjetoDetalhe()
Method Detail

getTabelaProjeto

public javax.swing.JTable getTabelaProjeto()

setTabelaProjeto

public void setTabelaProjeto(javax.swing.JTable tabelaProjeto)

getRowCount

public int getRowCount()

getProjetos

public java.util.List<Projeto> getProjetos()

setProjetos

public void setProjetos(java.util.List<Projeto> list)

getColumnCount

public int getColumnCount()

getValueAt

public java.lang.Object getValueAt(int rowIndex,
                                   int columnIndex)

getColumnName

public java.lang.String getColumnName(int column)
Specified by:
getColumnName in interface javax.swing.table.TableModel
Overrides:
getColumnName in class javax.swing.table.AbstractTableModel


Copyright © 2009. All Rights Reserved.