public class ImRPOATableModel
extends javax.swing.table.AbstractTableModel
| Constructor and Description |
|---|
ImRPOATableModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class |
getColumnClass(int index)
Get the class of a specific column.
|
int |
getColumnCount()
Get the number of columns.
|
java.lang.String |
getColumnName(int column)
Get the name of a specific column.
|
int |
getRowCount()
Get the number of rows.
|
java.lang.String |
getServerName()
Get the name of the server these POAs are associated with.
|
java.lang.Object |
getValueAt(int row,
int column)
Get the value of a specific table cell.
|
void |
setPOAs(POAInfo[] poas)
Pass in the POAs the POA table should display.
|
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAtpublic void setPOAs(POAInfo[] poas)
poas - an array containing the POAs to display.public int getRowCount()
public int getColumnCount()
public java.lang.String getColumnName(int column)
getColumnName in interface javax.swing.table.TableModelgetColumnName in class javax.swing.table.AbstractTableModelcolumn - the columns number.public java.lang.Class getColumnClass(int index)
getColumnClass in interface javax.swing.table.TableModelgetColumnClass in class javax.swing.table.AbstractTableModelindex - the columns index.public java.lang.Object getValueAt(int row,
int column)
row - the cells row.column - the cells column.public java.lang.String getServerName()