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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidload(Accumulator<T> accumulator, TaskMonitor monitor) 
 - 
 
- 
- 
Method Detail
- 
load
void load(Accumulator<T> accumulator, TaskMonitor monitor) throws CancelledException
- Throws:
 CancelledException
 
 - 
 
 -