Package ghidra.app.tablechooser
Class StringColumnDisplay
java.lang.Object
ghidra.app.tablechooser.AbstractColumnDisplay<String>
ghidra.app.tablechooser.AbstractComparableColumnDisplay<String>
ghidra.app.tablechooser.StringColumnDisplay
- All Implemented Interfaces:
ColumnDisplay<String>
,Comparator<AddressableRowObject>
-
Constructor Summary
-
Method Summary
Methods inherited from class ghidra.app.tablechooser.AbstractComparableColumnDisplay
compare
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
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
StringColumnDisplay
public StringColumnDisplay()
-
-
Method Details
-
getColumnClass
- Specified by:
getColumnClass
in interfaceColumnDisplay<String>
- Overrides:
getColumnClass
in classAbstractColumnDisplay<String>
-