|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.table.AbstractTableModel
org.jacorb.imr.util.ImRPOATableModel
This is the model for the POA table. It does not write back data since the entries in the POA table are not editable.
Field Summary |
Fields inherited from class javax.swing.table.AbstractTableModel |
listenerList |
Constructor Summary | |
ImRPOATableModel()
|
Method Summary | |
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. |
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ImRPOATableModel()
Method Detail |
public 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)
column
- the columns number.
public java.lang.Class getColumnClass(int index)
index
- 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()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |