com.ibm.di.admin.ui
Class ParameterSubstitutionUI.UserTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
com.ibm.di.admin.ui.ParameterSubstitutionUI.UserTableModel
- All Implemented Interfaces:
- Serializable, TableModel
- Enclosing class:
- ParameterSubstitutionUI
public class ParameterSubstitutionUI.UserTableModel
- extends AbstractTableModel
Table model for properties
- See Also:
- Serialized Form
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParameterSubstitutionUI.UserTableModel
public ParameterSubstitutionUI.UserTableModel()
loadFile
public void loadFile()
setModified
public void setModified(boolean modified)
saveData
public void saveData()
getColumnCount
public int getColumnCount()
addItem
public void addItem(String str)
deleteItem
public void deleteItem(int index)
getRowCount
public int getRowCount()
getValueAt
public Object getValueAt(int row,
int col)
setValueAt
public void setValueAt(Object value,
int row,
int col)
- Specified by:
setValueAt
in interface TableModel
- Overrides:
setValueAt
in class AbstractTableModel