Package ghidra.app.tablechooser
Class AbstractComparableColumnDisplay<COLUMN_TYPE extends java.lang.Comparable<COLUMN_TYPE>>
- java.lang.Object
-
- ghidra.app.tablechooser.AbstractColumnDisplay<COLUMN_TYPE>
-
- ghidra.app.tablechooser.AbstractComparableColumnDisplay<COLUMN_TYPE>
-
- Type Parameters:
COLUMN_TYPE
- the column type
- All Implemented Interfaces:
ColumnDisplay<COLUMN_TYPE>
,java.util.Comparator<AddressableRowObject>
- Direct Known Subclasses:
StringColumnDisplay
public abstract class AbstractComparableColumnDisplay<COLUMN_TYPE extends java.lang.Comparable<COLUMN_TYPE>> extends AbstractColumnDisplay<COLUMN_TYPE>
A version ofColumnDisplay
to be used when the column value returned fromColumnDisplay.getColumnValue(AddressableRowObject)
isComparable
-
-
Constructor Summary
Constructors Constructor Description AbstractComparableColumnDisplay()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(AddressableRowObject o1, AddressableRowObject o2)
-
Methods inherited from class ghidra.app.tablechooser.AbstractColumnDisplay
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
-
compare
public int compare(AddressableRowObject o1, AddressableRowObject o2)
-
-