Class BSimApplyResultsTableModel

All Implemented Interfaces:
ConfigurableColumnTableModel, DynamicColumnTableModel<BSimApplyResult>, RowObjectFilterModel<BSimApplyResult>, RowObjectTableModel<BSimApplyResult>, SelectionStorage<BSimApplyResult>, SortedTableModel, VariableColumnTableModel, ProgramTableModel, Serializable, EventListener, ChangeListener, TableModel

public class BSimApplyResultsTableModel extends AddressBasedTableModel<BSimApplyResult>
This is the model that backs the table in the BSimApplyResultsDisplayDialog. It defines four columns for the following: function address being changed original function name new function name error/warning information. Also note that this table is address-based and will emit a GoTo service event when a row is double-clicked.
See Also: