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
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ColumnDisplay
getColumnName, getColumnValue, getRendererMethods inherited from interface Comparator
compare, equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
AbstractColumnDisplay
public AbstractColumnDisplay()
-
-
Method Details
-
getColumnClass
- Specified by:
getColumnClassin interfaceColumnDisplay<COLUMN_TYPE>
-