Class AbstractColumnDisplay<COLUMN_TYPE>

java.lang.Object
ghidra.app.tablechooser.AbstractColumnDisplay<COLUMN_TYPE>
Type Parameters:
COLUMN_TYPE - the column type
All Implemented Interfaces:
ColumnDisplay<COLUMN_TYPE>, Comparator<AddressableRowObject>
Direct Known Subclasses:
AbstractComparableColumnDisplay

public abstract class AbstractColumnDisplay<COLUMN_TYPE> extends Object implements ColumnDisplay<COLUMN_TYPE>
A base implementation of ColumnDisplay that knows how to figure out the column type dynamically.