Package ghidra.feature.vt.gui.util
Class AbstractVTMatchTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
- All Implemented Interfaces:
docking.widgets.table.ConfigurableColumnTableModel
,docking.widgets.table.DynamicColumnTableModel<VTMatch>
,docking.widgets.table.RowObjectFilterModel<VTMatch>
,docking.widgets.table.RowObjectTableModel<VTMatch>
,docking.widgets.table.SelectionStorage<VTMatch>
,docking.widgets.table.SortedTableModel
,docking.widgets.table.VariableColumnTableModel
,ghidra.util.table.ProgramTableModel
,Serializable
,EventListener
,ChangeListener
,TableModel
- Direct Known Subclasses:
VTMatchOneToManyTableModel
,VTMatchTableModel
public abstract class AbstractVTMatchTableModel
extends ghidra.util.table.AddressBasedTableModel<VTMatch>
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
Nested classes/interfaces inherited from class docking.widgets.table.threaded.ThreadedTableModel
docking.widgets.table.threaded.ThreadedTableModel.IncrementalLoadJobListener
-
Field Summary
Modifier and TypeFieldDescriptionprotected final VTController
protected Comparator
<VTMatch> protected VTSession
Fields inherited from class ghidra.util.table.GhidraProgramTableModel
program
Fields inherited from class docking.widgets.table.threaded.ThreadedTableModel
allData, filteredData
Fields inherited from class docking.widgets.table.GDynamicColumnTableModel
columnSettings, serviceProvider, tableColumns
Fields inherited from class docking.widgets.table.AbstractSortedTableModel
hasEverSorted
Fields inherited from class docking.widgets.table.AbstractGTableModel
isDisposed, WIDTH_UNDEFINED
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
Fields inherited from interface docking.widgets.table.RowObjectFilterModel
SUB_FILTERING_DISABLED_PROPERTY
Fields inherited from interface docking.widgets.table.SortedTableModel
ASCENDING_ORDER, DESCENDING_ORDER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
protected abstract void
doLoad
(ghidra.util.datastruct.Accumulator<VTMatch> accumulator, ghidra.util.task.TaskMonitor monitor) ghidra.program.model.address.Address
getAddress
(int row) void
void
Methods inherited from class ghidra.util.table.AddressBasedTableModel
createTableColumnDescriptor, getProgramLocation, getProgramSelection
Methods inherited from class ghidra.util.table.GhidraProgramTableModel
dispose, getDataSource, getProgram, getProgramForRow, setProgram
Methods inherited from class docking.widgets.table.threaded.ThreadedTableModel
addInitialLoadListener, addInitialLoadListener, addObject, addThreadedTableModelListener, backgroundWorkCancelled, cancelAllUpdates, createAccumulator, createIncrementalLoadJob, createSortComparator, doFilter, fireTableChanged, getAddRemoveStrategy, getAllData, getModelData, getModelIndex, getModelRow, getName, getRowCount, getRowObjects, getTableFilter, getUnfilteredData, getUnfilteredIndexForRowObject, getUnfilteredRowCount, getUnfilteredRowObjectForIndex, getValueAt, getViewIndex, getViewRow, hasFilter, initializeSorting, isBusy, isFiltered, isLoadIncrementally, reFilter, reload, removeObject, removeThreadedTableModelListener, reSort, setIncrementalTaskMonitor, setModelState, setTableFilter, sort, startInitialLoad, updateNow, updateObject
Methods inherited from class docking.widgets.table.GDynamicColumnTableModel
addTableColumn, addTableColumn, addTableColumns, addTableColumns, createSortComparatorForColumn, disposeDynamicColumnData, getColumn, getColumnClass, getColumnCount, getColumnDescription, getColumnDisplayName, getColumnIndex, getColumnIndex, getColumnName, getColumnSettings, getColumnSettingsDefinitions, getColumnValueForRow, getDefaultColumnCount, getHeaderRenderer, getMaxLines, getPreferredColumnWidth, getRenderer, getTableColumnDescriptor, getUniqueIdentifier, isDefaultColumn, isSortable, isVisibleByDefault, loadDiscoveredTableColumns, reloadColumns, removeTableColumn, removeTableColumns, setAllColumnSettings, stateChanged
Methods inherited from class docking.widgets.table.AbstractSortedTableModel
addSortListener, cleanupTableSortState, createSortingContext, getIndexForRowObject, getIndexForRowObject, getPendingSortState, getPrimarySortColumnIndex, getRowIndex, getRowObject, getTableSortState, isSorted, isSortPending, notifyModelSorted, setDefaultTableSortState, setTableSortState, sortCompleted
Methods inherited from class docking.widgets.table.AbstractGTableModel
getLastSelectedObjects, isDisposed, refresh, setLastSelectedObjects
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface docking.widgets.table.RowObjectTableModel
fireTableDataChanged, getColumnValueForRow, getRowIndex, getRowObject
Methods inherited from interface javax.swing.table.TableModel
addTableModelListener, getColumnClass, getColumnCount, getColumnName, isCellEditable, removeTableModelListener, setValueAt
-
Field Details
-
markupStatusColumnComparator
-
session
-
controller
-
-
Constructor Details
-
AbstractVTMatchTableModel
-
-
Method Details
-
sessionChanged
public void sessionChanged() -
getAddress
public ghidra.program.model.address.Address getAddress(int row) - Specified by:
getAddress
in classghidra.util.table.AddressBasedTableModel<VTMatch>
-
doLoad
protected abstract void doLoad(ghidra.util.datastruct.Accumulator<VTMatch> accumulator, ghidra.util.task.TaskMonitor monitor) throws ghidra.util.exception.CancelledException - Specified by:
doLoad
in classdocking.widgets.table.threaded.ThreadedTableModel<VTMatch,
ghidra.program.model.listing.Program> - Throws:
ghidra.util.exception.CancelledException
-
clearData
public void clearData()- Overrides:
clearData
in classdocking.widgets.table.threaded.ThreadedTableModel<VTMatch,
ghidra.program.model.listing.Program>
-
updateFilter
public void updateFilter() -
addFilter
-