org.jacorb.imr.util
public class ImRPOATableModel extends AbstractTableModel
Method Summary | |
---|---|
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.
|
Parameters: index the columns index.
Returns: the Class object for the column.
Returns: int the number of columns of this table.
Parameters: column the columns number.
Returns: the columns name.
Returns: int the number of rows of this table.
Returns: a server name.
Parameters: row the cells row. column the cells column.
Returns: Object the cells value.
Parameters: poas an array containing the POAs to display.