Interface DetailModel

All Known Implementing Classes:
ChangeTableModel, LogTableModel, SourceTableModel, TargetTableModel, VariableTableModel

public interface DetailModel
Interface for table models with details for each row.
Version:
11.1.1
Author:
jmback
  • Method Summary

    Modifier and Type
    Method
    Description
    getDetail(int iRowIndex)
    Get details from table row..
  • Method Details

    • getDetail

      String getDetail(int iRowIndex)
      Get details from table row..
      Parameters:
      iRowIndex - Row to get details from.
      Returns:
      Details of table row