public class ImRPOATableModel extends AbstractTableModel
listenerList| Constructor and Description |
|---|
ImRPOATableModel() |
| Modifier and Type | Method and Description |
|---|---|
Class |
getColumnClass(int index)
Get the class of a specific column.
|
int |
getColumnCount()
Get the number of columns.
|
String |
getColumnName(int column)
Get the name of a specific column.
|
int |
getRowCount()
Get the number of rows.
|
String |
getServerName()
Get the name of the server these POAs are associated with.
|
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 String getColumnName(int column)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelcolumn - the columns number.public Class getColumnClass(int index)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelindex - the columns index.public Object getValueAt(int row, int column)
row - the cells row.column - the cells column.public String getServerName()
Copyright © 2017 JacORB. All rights reserved.