Interface SensitivityTableModel

All Known Implementing Classes:
GearPopulationSelectivityModel, MetierSeasonInfoTargetSpeciesTableModel

public interface SensitivityTableModel
Sensitivity interface for TableModel. Used by TableBlockingLayerUI to known if event at mouse position is sensitivity enabled.
Version:
$Revision$ Last update : $Date$ By : $Author$
Author:
chatellier
  • Method Summary

    Modifier and Type
    Method
    Description
    getBeanAtRow(int rowIndex)
    Get value at row.
    getPropertyAtColumn(int column)
    Get property name at column.
  • Method Details

    • getBeanAtRow

      Object getBeanAtRow(int rowIndex)
      Get value at row.
      Parameters:
      rowIndex - row index
      Returns:
      value at row/column
    • getPropertyAtColumn

      String getPropertyAtColumn(int column)
      Get property name at column.
      Parameters:
      column - column
      Returns:
      property name at column (can be null)