Package ghidra.app.tablechooser
-
Interface Summary Interface Description AddressableRowObject ColumnDisplay<COLUMN_TYPE> An interface that allows users to add columns to theTableChooserDialog
.TableChooserExecutor The interface clients must implement to use theTableChooserDialog
. -
Class Summary Class Description AbstractColumnDisplay<COLUMN_TYPE> A base implementation ofColumnDisplay
that knows how to figure out the column type dynamically.AbstractComparableColumnDisplay<COLUMN_TYPE extends java.lang.Comparable<COLUMN_TYPE>> A version ofColumnDisplay
to be used when the column value returned fromColumnDisplay.getColumnValue(AddressableRowObject)
isComparable
AddressableRowObjectToAddressTableRowMapper AddressableRowObjectToFunctionTableRowMapper AddressableRowObjectToProgramLocationTableRowMapper ColumnDisplayDynamicTableColumnAdapter<COLUMN_TYPE> StringColumnDisplay TableChooserDialog Dialog to show a table of items.TableChooserTableModel