com.ibm.di.admin.ui
Class ALCheckpointConfigUI.CheckpointStoreModel
java.lang.Object
javax.swing.table.AbstractTableModel
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
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 |
ALCheckpointConfigUI.CheckpointStoreModel
public ALCheckpointConfigUI.CheckpointStoreModel(AssemblyLineConfig config)
throws Exception
- Throws:
Exception
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)