gate.gui
Class ResourceParametersEditor.ParametersTableModel

java.lang.Object
  extended byjavax.swing.table.AbstractTableModel
      extended bygate.gui.ResourceParametersEditor.ParametersTableModel
All Implemented Interfaces:
Serializable, TableModel
Enclosing class:
ResourceParametersEditor

protected class ResourceParametersEditor.ParametersTableModel
extends AbstractTableModel

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
protected ResourceParametersEditor.ParametersTableModel()
           
 
Method Summary
 Class getColumnClass(int columnIndex)
           
 int getColumnCount()
           
 String getColumnName(int columnIndex)
           
 int getRowCount()
           
 Object getValueAt(int rowIndex, int columnIndex)
           
 boolean isCellEditable(int rowIndex, int columnIndex)
           
 void setValueAt(Object aValue, int rowIndex, int columnIndex)
           
 
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceParametersEditor.ParametersTableModel

protected ResourceParametersEditor.ParametersTableModel()
Method Detail

getColumnCount

public int getColumnCount()

getColumnClass

public Class getColumnClass(int columnIndex)

getColumnName

public String getColumnName(int columnIndex)

isCellEditable

public boolean isCellEditable(int rowIndex,
                              int columnIndex)

getRowCount

public int getRowCount()

getValueAt

public Object getValueAt(int rowIndex,
                         int columnIndex)

setValueAt

public void setValueAt(Object aValue,
                       int rowIndex,
                       int columnIndex)