pivot.wtk
Interface TableView.RowEditor

Enclosing class:
TableView

public static interface TableView.RowEditor

Table row editor interface. gbrown


Method Summary
 void edit(TableView tableView, int rowIndex, int columnIndex)
           
 

Method Detail

edit

void edit(TableView tableView,
          int rowIndex,
          int columnIndex)