Interface FilterTableModel.Editor<R,C>

Type Parameters:
R - the row type
C - the column identifier type
All Known Implementing Classes:
SwingEntityTableModel.SwingEntityTableEditor
Enclosing interface:
FilterTableModel<R,C>

public static interface FilterTableModel.Editor<R,C>
Handles the editing of rows
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    editable(R row, C identifier)
     
    void
    set(@Nullable Object value, int rowIndex, R row, C identifier)
    Sets the value of the given column and row.