Interface ITmfTreeColumnDataProvider


public interface ITmfTreeColumnDataProvider
Basic methods that must be implemented in a column data provider. Tree viewers will use class implementing this to populate the columns.
Author:
Mathieu Denis
  • Method Summary

    Modifier and Type
    Method
    Description
    Return a list of the column created for the view
  • Method Details

    • getColumnData

      @NonNull List<TmfTreeColumnData> getColumnData()
      Return a list of the column created for the view
      Returns:
      columns list