Class VTImpliedMatchesTableModel.DestinationReferenceAddressTableColumn
java.lang.Object
docking.widgets.table.AbstractDynamicTableColumn<ghidra.feature.vt.gui.provider.impliedmatches.ImpliedMatchWrapperRowObject,String,ghidra.program.model.listing.Program>
ghidra.util.table.field.AbstractProgramBasedDynamicTableColumn<ghidra.feature.vt.gui.provider.impliedmatches.ImpliedMatchWrapperRowObject,String>
ghidra.feature.vt.gui.provider.impliedmatches.VTImpliedMatchesTableModel.DestinationReferenceAddressTableColumn
- All Implemented Interfaces:
docking.widgets.table.DynamicTableColumn<ghidra.feature.vt.gui.provider.impliedmatches.ImpliedMatchWrapperRowObject,
String, ghidra.program.model.listing.Program>
- Enclosing class:
VTImpliedMatchesTableModel
public static class VTImpliedMatchesTableModel.DestinationReferenceAddressTableColumn
extends ghidra.util.table.field.AbstractProgramBasedDynamicTableColumn<ghidra.feature.vt.gui.provider.impliedmatches.ImpliedMatchWrapperRowObject,String>
-
Field Summary
Fields inherited from class docking.widgets.table.AbstractDynamicTableColumn
FLOATING_POINT_PRECISION_SETTING, FLOATING_POINT_SETTINGS_DEFINITIONS, INTEGER_RADIX_SETTING, INTEGER_SETTINGS_DEFINITIONS, INTEGER_SIGNEDNESS_MODE_SETTING, NO_SETTINGS_DEFINITIONS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getValue
(ghidra.feature.vt.gui.provider.impliedmatches.ImpliedMatchWrapperRowObject rowObject, ghidra.docking.settings.Settings settings, ghidra.program.model.listing.Program program, ghidra.framework.plugintool.ServiceProvider serviceProvider) Methods inherited from class docking.widgets.table.AbstractDynamicTableColumn
equals, getColumnClass, getColumnDescription, getColumnDisplayName, getColumnRenderer, getComparator, getComparator, getHeaderRenderer, getMaxLines, getSettingsDefinitions, getSupportedRowType, getUniqueIdentifier, hashCode, toString
-
Constructor Details
-
DestinationReferenceAddressTableColumn
public DestinationReferenceAddressTableColumn()
-
-
Method Details
-
getColumnName
- Specified by:
getColumnName
in interfacedocking.widgets.table.DynamicTableColumn<ghidra.feature.vt.gui.provider.impliedmatches.ImpliedMatchWrapperRowObject,
String, ghidra.program.model.listing.Program> - Specified by:
getColumnName
in classdocking.widgets.table.AbstractDynamicTableColumn<ghidra.feature.vt.gui.provider.impliedmatches.ImpliedMatchWrapperRowObject,
String, ghidra.program.model.listing.Program>
-
getValue
public String getValue(ghidra.feature.vt.gui.provider.impliedmatches.ImpliedMatchWrapperRowObject rowObject, ghidra.docking.settings.Settings settings, ghidra.program.model.listing.Program program, ghidra.framework.plugintool.ServiceProvider serviceProvider) throws IllegalArgumentException - Specified by:
getValue
in interfacedocking.widgets.table.DynamicTableColumn<ghidra.feature.vt.gui.provider.impliedmatches.ImpliedMatchWrapperRowObject,
String, ghidra.program.model.listing.Program> - Specified by:
getValue
in classdocking.widgets.table.AbstractDynamicTableColumn<ghidra.feature.vt.gui.provider.impliedmatches.ImpliedMatchWrapperRowObject,
String, ghidra.program.model.listing.Program> - Throws:
IllegalArgumentException
-
getColumnPreferredWidth
public int getColumnPreferredWidth()- Specified by:
getColumnPreferredWidth
in interfacedocking.widgets.table.DynamicTableColumn<ghidra.feature.vt.gui.provider.impliedmatches.ImpliedMatchWrapperRowObject,
String, ghidra.program.model.listing.Program> - Overrides:
getColumnPreferredWidth
in classdocking.widgets.table.AbstractDynamicTableColumn<ghidra.feature.vt.gui.provider.impliedmatches.ImpliedMatchWrapperRowObject,
String, ghidra.program.model.listing.Program>
-