Interface InputTableSelectionHandler.RowSelectionHandler

Enclosing class:
InputTableSelectionHandler

public static interface InputTableSelectionHandler.RowSelectionHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    shouldSelectRow(JTable table, int row, int col)
     
  • Method Details

    • shouldSelectRow

      boolean shouldSelectRow(JTable table, int row, int col)