Package ucar.unidata.idv.flythrough
Class FlythroughTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
ucar.unidata.idv.flythrough.FlythroughTableModel
- All Implemented Interfaces:
Serializable
,TableModel
Class FlythroughTableModel _more_
- Author:
- IDV Development Team
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
table column indexstatic final int
table column indexstatic final int
table column indexstatic final int
table column indexFields inherited from class javax.swing.table.AbstractTableModel
listenerList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
_more_getColumnName
(int column) _more_int
_more_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
-
Field Details
-
COL_LAT
public static final int COL_LATtable column index- See Also:
-
COL_LON
public static final int COL_LONtable column index- See Also:
-
COL_ALT
public static final int COL_ALTtable column index- See Also:
-
COL_DATE
public static final int COL_DATEtable column index- See Also:
-
-
Constructor Details
-
FlythroughTableModel
_more_- Parameters:
flythrough
- _more_
-
-
Method Details
-
getRowCount
public int getRowCount()_more_- Returns:
- _more_
-
getColumnCount
public int getColumnCount()_more_- Returns:
- _more_
-
setValueAt
_more_- Specified by:
setValueAt
in interfaceTableModel
- Overrides:
setValueAt
in classAbstractTableModel
- Parameters:
aValue
- _more_rowIndex
- _more_columnIndex
- _more_
-
isCellEditable
public boolean isCellEditable(int rowIndex, int columnIndex) _more_- Specified by:
isCellEditable
in interfaceTableModel
- Overrides:
isCellEditable
in classAbstractTableModel
- Parameters:
rowIndex
- _more_columnIndex
- _more_- Returns:
- _more_
-
getValueAt
_more_- Parameters:
row
- _more_column
- _more_- Returns:
- _more_
-
getColumnName
_more_- Specified by:
getColumnName
in interfaceTableModel
- Overrides:
getColumnName
in classAbstractTableModel
- Parameters:
column
- _more_- Returns:
- _more_
-