com.ibm.di.admin.ui
Class ParameterSubstitutionUI.UserTableModel

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by 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

Field Summary
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
ParameterSubstitutionUI.UserTableModel()
           
 
Method Summary
 void addItem(String str)
           
 void deleteItem(int index)
           
 int getColumnCount()
           
 int getRowCount()
           
 Object getValueAt(int row, int col)
           
 void loadFile()
           
 void saveData()
           
 void setModified(boolean modified)
           
 void setValueAt(Object value, int row, int col)
           
 
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
 

Constructor Detail

ParameterSubstitutionUI.UserTableModel

public ParameterSubstitutionUI.UserTableModel()
Method Detail

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