TableChooserDialog

Package: ghidra.app.tablechooser
Type: class

11.3_PUBLIC

addedmethod: getTable
ghidra.util.table.GhidraTable getTable()

10.2_PUBLIC

addedmethod: contains
boolean contains(ghidra.app.tablechooser.AddressableRowObject rowObject)

10.0_PUBLIC

addedmethod: setSortColumn
void setSortColumn(int index)
addedmethod: setSortState
void setSortState(docking.widgets.table.TableSortState state)

9.1_PUBLIC

addedmethod: clearSelection
void clearSelection()
addedmethod: dialogClosed
void dialogClosed()
addedmethod: dispose
void dispose()
addedmethod: getSelectedRowObjects
java.util.List<ghidra.app.tablechooser.AddressableRowObject> getSelectedRowObjects()
addedmethod: getSelectedRows
int[] getSelectedRows()
addedmethod: remove
void remove(ghidra.app.tablechooser.AddressableRowObject rowObject)
addedmethod: setClosedListener
void setClosedListener(utility.function.Callback callback)

9.0.2_PUBLIC

addedmethod: okCallback
void okCallback()

9.0.1_PUBLIC

introducedInitial version