public class OpenSourceProjects extends AbstractTableModel
listenerList| Constructor and Description |
|---|
OpenSourceProjects()
Creates a new TableModel, populated with data about various software projects.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount()
Returns the column count.
|
String |
getColumnName(int column)
Returns the column name.
|
int |
getRowCount()
Returns the row count.
|
Object |
getValueAt(int row,
int column)
Returns the value at a particular row and column.
|
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAtpublic OpenSourceProjects()
public int getRowCount()
public int getColumnCount()
public String getColumnName(int column)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelcolumn - the column (zero-based index).public Object getValueAt(int row, int column)
row - the row (zero-based index).column - the column (zero-based index).Copyright © 2018 Hitachi Vantara. All rights reserved.