public class FileTableModel extends AbstractTableModel
listenerList
Constructor and Description |
---|
FileTableModel() |
Modifier and Type | Method and Description |
---|---|
void |
addRow(FileTableRow fileTableRow)
Method addRow
|
void |
addRows(List<FileTableRow> fileTableRows)
Method addRows
|
void |
clear()
Method clear
|
Class<?> |
getColumnClass(int columnIndex)
Method getColumnClass
|
int |
getColumnCount()
Method getColumnCount
|
String |
getColumnName(int column)
Method getColumnName
|
FileTableRow |
getRow(int rowIndex)
Method getRow
|
int |
getRowCount()
Method getRowCount
|
Object |
getValueAt(int rowIndex,
int columnIndex)
Method getValueAt
|
int |
indexOf(Object object)
Method indexOf
|
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
public String getColumnName(int column)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
column
- public Class<?> getColumnClass(int columnIndex)
getColumnClass
in interface TableModel
getColumnClass
in class AbstractTableModel
columnIndex
- public int getRowCount()
public int getColumnCount()
public Object getValueAt(int rowIndex, int columnIndex)
rowIndex
- columnIndex
- public FileTableRow getRow(int rowIndex)
rowIndex
- public int indexOf(Object object)
object
- public void addRow(FileTableRow fileTableRow)
fileTableRow
- public void addRows(List<FileTableRow> fileTableRows)
fileTableRows
- public void clear()
Copyright © 2015 sd-svn. All rights reserved.