ucar.unidata.idv.flythrough
Class FlythroughTableModel

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by ucar.unidata.idv.flythrough.FlythroughTableModel
All Implemented Interfaces:
Serializable, TableModel

public class FlythroughTableModel
extends AbstractTableModel

Class FlythroughTableModel _more_

Author:
IDV Development Team
See Also:
Serialized Form

Field Summary
static int COL_ALT
          table column index
static int COL_DATE
          table column index
static int COL_LAT
          table column index
static int COL_LON
          table column index
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
FlythroughTableModel(Flythrough flythrough)
          _more_
 
Method Summary
 int getColumnCount()
          _more_
 String getColumnName(int column)
          _more_
 int getRowCount()
          _more_
 Object getValueAt(int row, int column)
          _more_
 boolean isCellEditable(int rowIndex, int columnIndex)
          _more_
 void setValueAt(Object aValue, int rowIndex, int columnIndex)
          _more_
 
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COL_LAT

public static final int COL_LAT
table column index

See Also:
Constant Field Values

COL_LON

public static final int COL_LON
table column index

See Also:
Constant Field Values

COL_ALT

public static final int COL_ALT
table column index

See Also:
Constant Field Values

COL_DATE

public static final int COL_DATE
table column index

See Also:
Constant Field Values
Constructor Detail

FlythroughTableModel

public FlythroughTableModel(Flythrough flythrough)
_more_

Parameters:
flythrough - _more_
Method Detail

getRowCount

public int getRowCount()
_more_

Returns:
_more_

getColumnCount

public int getColumnCount()
_more_

Returns:
_more_

setValueAt

public void setValueAt(Object aValue,
                       int rowIndex,
                       int columnIndex)
_more_

Specified by:
setValueAt in interface TableModel
Overrides:
setValueAt in class AbstractTableModel
Parameters:
aValue - _more_
rowIndex - _more_
columnIndex - _more_

isCellEditable

public boolean isCellEditable(int rowIndex,
                              int columnIndex)
_more_

Specified by:
isCellEditable in interface TableModel
Overrides:
isCellEditable in class AbstractTableModel
Parameters:
rowIndex - _more_
columnIndex - _more_
Returns:
_more_

getValueAt

public Object getValueAt(int row,
                         int column)
_more_

Parameters:
row - _more_
column - _more_
Returns:
_more_

getColumnName

public String getColumnName(int column)
_more_

Specified by:
getColumnName in interface TableModel
Overrides:
getColumnName in class AbstractTableModel
Parameters:
column - _more_
Returns:
_more_