com.ibm.di.admin.ui
Class ALCheckpointConfigUI.CheckpointStoreModel

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by com.ibm.di.admin.ui.ALCheckpointConfigUI.CheckpointStoreModel
All Implemented Interfaces:
Serializable, TableModel
Enclosing class:
ALCheckpointConfigUI

public class ALCheckpointConfigUI.CheckpointStoreModel
extends AbstractTableModel

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
ALCheckpointConfigUI.CheckpointStoreModel(AssemblyLineConfig config)
           
 
Method Summary
 void dropTable(String identifier)
           
 int getColumnCount()
           
 String getColumnName(int col)
           
 int getRowCount()
           
 Object getValueAt(int row, int col)
           
 void initModel()
           
 void setIdentifier(String identifier)
           
 
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

ALCheckpointConfigUI.CheckpointStoreModel

public ALCheckpointConfigUI.CheckpointStoreModel(AssemblyLineConfig config)
                                          throws Exception
Throws:
Exception
Method Detail

initModel

public void initModel()
               throws Exception
Throws:
Exception

setIdentifier

public void setIdentifier(String identifier)
                   throws Exception
Throws:
Exception

dropTable

public void dropTable(String identifier)
               throws Exception
Throws:
Exception

getRowCount

public int getRowCount()

getColumnCount

public int getColumnCount()

getColumnName

public String getColumnName(int col)
Specified by:
getColumnName in interface TableModel
Overrides:
getColumnName in class AbstractTableModel

getValueAt

public Object getValueAt(int row,
                         int col)