Package ghidra.util.table
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
-
Method Details
-
load
- Throws:
CancelledException
-