Interface TableModelLoader<T>

Type Parameters:
T -

public interface TableModelLoader<T>
Allows clients to create a table model that will call them back via this interface so that they may perform their own loading.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    load(Accumulator<T> accumulator, TaskMonitor monitor)