Package ghidra.app.tablechooser
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.-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ghidra.app.tablechooser.ColumnDisplay
getColumnName, getColumnValue, getRenderer
Methods inherited from interface java.util.Comparator
compare, equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
AbstractColumnDisplay
public AbstractColumnDisplay()
-
-
Method Details
-
getColumnClass
- Specified by:
getColumnClass
in interfaceColumnDisplay<COLUMN_TYPE>
-