com.ptc.windchill.upgrade.tool
Class AppliedUpdatesView.AppliedUpdatesTableModel

java.lang.Object
  extended byjavax.swing.table.AbstractTableModel
      extended byjavax.swing.table.DefaultTableModel
          extended bycom.ptc.windchill.upgrade.tool.AppliedUpdatesView.AppliedUpdatesTableModel
All Implemented Interfaces:
Serializable, TableModel
Enclosing class:
AppliedUpdatesView

private class AppliedUpdatesView.AppliedUpdatesTableModel
extends DefaultTableModel


Field Summary
 
Fields inherited from class javax.swing.table.DefaultTableModel
columnIdentifiers, dataVector
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
AppliedUpdatesView.AppliedUpdatesTableModel()
           
 
Method Summary
 boolean isCellEditable(int rowIndex, int columnIndex)
           
 void setApplicabilityModel(ApplicabilitySnapshotModel applicability_model)
          Adds applied updates' information sorted by timestamp, name, then UUID.
 
Methods inherited from class javax.swing.table.DefaultTableModel
addColumn, addColumn, addColumn, addRow, addRow, convertToVector, convertToVector, getColumnCount, getColumnName, getDataVector, getRowCount, getValueAt, insertRow, insertRow, moveRow, newDataAvailable, newRowsAdded, removeRow, rowsRemoved, setColumnCount, setColumnIdentifiers, setColumnIdentifiers, setDataVector, setDataVector, setNumRows, setRowCount, setValueAt
 
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
 

Constructor Detail

AppliedUpdatesView.AppliedUpdatesTableModel

public AppliedUpdatesView.AppliedUpdatesTableModel()
Method Detail

isCellEditable

public boolean isCellEditable(int rowIndex,
                              int columnIndex)

setApplicabilityModel

public void setApplicabilityModel(ApplicabilitySnapshotModel applicability_model)
Adds applied updates' information sorted by timestamp, name, then UUID.