AbstractSelectionNavigationAction |
An action used to trigger navigation callback on instances of JTable .
|
AddressArrayTableModel |
This table model of addresses is used when you already have an
Address array built.
|
AddressBasedTableModel<ROW_TYPE> |
|
AddressPreviewTableModel |
Table model that shows a location, label, and a preview column to
show a preview of the code unit.
|
AddressSetTableModel |
|
CodeUnitTableCellRenderer |
|
CompositeGhidraTableCellRenderer |
What: A cell renderer that will attempt to use any registered cell renderer and will otherwise
default to the parent rendering implementation.
|
CustomLoadingAddressTableModel |
An Address based table model that allows clients to load their data via
the TableModelLoader callback provided at construction time.
|
EmptyThreadedTableModel<T> |
An empty implementation of the ThreadedTableModel.
|
GhidraFilterTable<ROW_OBJECT> |
|
GhidraProgramTableModel<ROW_TYPE> |
|
GhidraTable |
Navigation is only supported if the underlying table model
implements ProgramTableModel and the setGoToService() method
has been called with a valid reference.
|
GhidraTableCellRenderer |
|
GhidraTableFilterPanel<ROW_OBJECT> |
This is a "program aware" version of GTableFilterPanel
|
GhidraThreadedTablePanel<T> |
|
IncomingReferencesTableModel |
|
MappedProgramLocationTableColumn<ROW_TYPE,EXPECTED_ROW_TYPE,COLUMN_TYPE> |
|
PreviewDataTableCellRenderer |
A custom renderer used to display what is at the ProgramLocation similarly to
how it is displayed in the Listing window..
|
PreviewTableCellData |
A generic data type used by table models in order to signal that the data should render
a preview for a given ProgramLocation , where the preview is what is displayed in
the Listing.
|
ProgramLocationTableRowMapper<ROW_TYPE,EXPECTED_ROW_TYPE> |
NOTE: ALL TableRowMapper CLASSES MUST END IN "TableRowMapper".
|
ProgramMappedTableColumn<ROW_TYPE,EXPECTED_ROW_TYPE,COLUMN_TYPE> |
|
ReferencesFromTableModel |
Table model for showing the 'from' side of passed-in references.
|
SelectionNavigationAction |
This action is used by GhidraTable s to allow the user to trigger navigation when
selections are made.
|