|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.table.AbstractTableModel
ucar.unidata.idv.control.SoundingTable.SoundingTableModel
public class SoundingTable.SoundingTableModel
The sounding table model class
| Field Summary |
|---|
| Fields inherited from class javax.swing.table.AbstractTableModel |
|---|
listenerList |
| Method Summary | |
|---|---|
Class |
getColumnClass(int c)
JTable uses this method to determine the default renderer editor for each cell. |
int |
getColumnCount()
number of columns |
String |
getColumnName(int col)
Get name of column |
int |
getRowCount()
Get number of rows |
Object |
getValueAt(int row,
int col)
Get value at column/row |
| 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 |
| Method Detail |
|---|
public int getColumnCount()
public int getRowCount()
public String getColumnName(int col)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelcol - column number
public Object getValueAt(int row,
int col)
row - the rowcol - the column
public Class getColumnClass(int c)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelc - column number
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||