edu.iastate.metnet.model
Class RowEditorModel

java.lang.Object
  extended by edu.iastate.metnet.model.RowEditorModel

public class RowEditorModel
extends java.lang.Object


Constructor Summary
RowEditorModel()
           
 
Method Summary
 void addEditorForRow(int row, javax.swing.table.TableCellEditor e)
           
 javax.swing.table.TableCellEditor getEditor(int row)
           
 void removeEditorForRow(int row)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowEditorModel

public RowEditorModel()
Method Detail

addEditorForRow

public void addEditorForRow(int row,
                            javax.swing.table.TableCellEditor e)

removeEditorForRow

public void removeEditorForRow(int row)

getEditor

public javax.swing.table.TableCellEditor getEditor(int row)