Package com.logicaldoc.impex.application
Class DocumentTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
com.logicaldoc.impex.application.DocumentTableModel
- All Implemented Interfaces:
- Serializable,- TableModel
Table Model for the archive's documents table in the browse page of the
 application.
- Since:
- 4.5
- Author:
- Matteo Caruso - LogicalDOC
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintgetColumnName(int col) intgetValueAt(int rowIndex, int columnIndex) booleanisCellEditable(int row, int column) voidsetDocuments(List<IndexVersion> documents) Methods inherited from class javax.swing.table.AbstractTableModeladdTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener, setValueAt
- 
Constructor Details- 
DocumentTableModel
 
- 
- 
Method Details- 
getDocuments
- 
setDocuments
- 
getColumnCountpublic int getColumnCount()
- 
getRowCountpublic int getRowCount()
- 
getValueAt
- 
getColumnName- Specified by:
- getColumnNamein interface- TableModel
- Overrides:
- getColumnNamein class- AbstractTableModel
 
- 
isCellEditablepublic boolean isCellEditable(int row, int column) - Specified by:
- isCellEditablein interface- TableModel
- Overrides:
- isCellEditablein class- AbstractTableModel
 
 
-