Package ghidra.app.tablechooser
package ghidra.app.tablechooser
-
ClassDescriptionAbstractColumnDisplay<COLUMN_TYPE>A base implementation of
ColumnDisplay
that knows how to figure out the column type dynamically.AbstractComparableColumnDisplay<COLUMN_TYPE extends Comparable<COLUMN_TYPE>>A version ofColumnDisplay
to be used when the column value returned fromColumnDisplay.getColumnValue(AddressableRowObject)
isComparable
ColumnDisplay<COLUMN_TYPE>An interface that allows users to add columns to theTableChooserDialog
.ColumnDisplayDynamicTableColumnAdapter<COLUMN_TYPE>Dialog to show a table of items.The interface clients must implement to use theTableChooserDialog
.