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>
,java.util.Comparator<AddressableRowObject>
- Direct Known Subclasses:
AbstractComparableColumnDisplay
public abstract class AbstractColumnDisplay<COLUMN_TYPE> extends java.lang.Object implements ColumnDisplay<COLUMN_TYPE>
A base implementation ofColumnDisplay
that knows how to figure out the column type dynamically.
-
-
Constructor Summary
Constructors Constructor Description AbstractColumnDisplay()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<COLUMN_TYPE>
getColumnClass()
-
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
-
-
-
-
Method Detail
-
getColumnClass
public java.lang.Class<COLUMN_TYPE> getColumnClass()
- Specified by:
getColumnClass
in interfaceColumnDisplay<COLUMN_TYPE>
-
-