|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.table.AbstractTableModel
samples.javaclient.analyzer.AnalyzerAboutDialog.PackagesModel
A class that provides the table model for the list of packages
Field Summary |
Fields inherited from class javax.swing.table.AbstractTableModel |
listenerList |
Constructor Summary | |
private |
AnalyzerAboutDialog.PackagesModel()
|
Method Summary | |
int |
getColumnCount()
Return number of columns (package name, version number and loaded in VM) in the table |
java.lang.String |
getColumnName(int col)
Return the column headers |
int |
getRowCount()
Return number of rows (the packages) in the table |
java.lang.Object |
getValueAt(int row,
int col)
Return the table contents |
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, 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 |
private AnalyzerAboutDialog.PackagesModel()
Method Detail |
public int getColumnCount()
public java.lang.String getColumnName(int col)
public int getRowCount()
public java.lang.Object getValueAt(int row, int col)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |