Package ghidra.feature.vt.gui.util
Class AbstractVTMatchTableModel.MultipleDestinationLabelsTableColumn
java.lang.Object
docking.widgets.table.AbstractDynamicTableColumn<VTMatch,ghidra.program.model.symbol.Symbol[],ghidra.program.model.listing.Program>
ghidra.util.table.field.AbstractProgramBasedDynamicTableColumn<VTMatch,ghidra.program.model.symbol.Symbol[]>
ghidra.feature.vt.gui.util.AbstractVTMatchTableModel.MultipleDestinationLabelsTableColumn
- All Implemented Interfaces:
docking.widgets.table.DynamicTableColumn<VTMatch,
ghidra.program.model.symbol.Symbol[], ghidra.program.model.listing.Program>
- Enclosing class:
AbstractVTMatchTableModel
public static class AbstractVTMatchTableModel.MultipleDestinationLabelsTableColumn
extends ghidra.util.table.field.AbstractProgramBasedDynamicTableColumn<VTMatch,ghidra.program.model.symbol.Symbol[]>
-
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
ghidra.util.table.column.GColumnRenderer
<ghidra.program.model.symbol.Symbol[]> ghidra.program.model.symbol.Symbol[]
getValue
(VTMatch rowObject, ghidra.docking.settings.Settings settings, ghidra.program.model.listing.Program data, ghidra.framework.plugintool.ServiceProvider serviceProvider) Methods inherited from class docking.widgets.table.AbstractDynamicTableColumn
equals, getColumnClass, getColumnDescription, getColumnDisplayName, getComparator, getComparator, getHeaderRenderer, getMaxLines, getSettingsDefinitions, getSupportedRowType, getUniqueIdentifier, hashCode, toString
-
Constructor Details
-
MultipleDestinationLabelsTableColumn
public MultipleDestinationLabelsTableColumn()
-
-
Method Details
-
getColumnName
- Specified by:
getColumnName
in interfacedocking.widgets.table.DynamicTableColumn<VTMatch,
ghidra.program.model.symbol.Symbol[], ghidra.program.model.listing.Program> - Specified by:
getColumnName
in classdocking.widgets.table.AbstractDynamicTableColumn<VTMatch,
ghidra.program.model.symbol.Symbol[], ghidra.program.model.listing.Program>
-
getColumnRenderer
public ghidra.util.table.column.GColumnRenderer<ghidra.program.model.symbol.Symbol[]> getColumnRenderer()- Specified by:
getColumnRenderer
in interfacedocking.widgets.table.DynamicTableColumn<VTMatch,
ghidra.program.model.symbol.Symbol[], ghidra.program.model.listing.Program> - Overrides:
getColumnRenderer
in classdocking.widgets.table.AbstractDynamicTableColumn<VTMatch,
ghidra.program.model.symbol.Symbol[], ghidra.program.model.listing.Program>
-
getColumnPreferredWidth
public int getColumnPreferredWidth()- Specified by:
getColumnPreferredWidth
in interfacedocking.widgets.table.DynamicTableColumn<VTMatch,
ghidra.program.model.symbol.Symbol[], ghidra.program.model.listing.Program> - Overrides:
getColumnPreferredWidth
in classdocking.widgets.table.AbstractDynamicTableColumn<VTMatch,
ghidra.program.model.symbol.Symbol[], ghidra.program.model.listing.Program>
-
getValue
public ghidra.program.model.symbol.Symbol[] getValue(VTMatch rowObject, ghidra.docking.settings.Settings settings, ghidra.program.model.listing.Program data, ghidra.framework.plugintool.ServiceProvider serviceProvider) throws IllegalArgumentException - Specified by:
getValue
in interfacedocking.widgets.table.DynamicTableColumn<VTMatch,
ghidra.program.model.symbol.Symbol[], ghidra.program.model.listing.Program> - Specified by:
getValue
in classdocking.widgets.table.AbstractDynamicTableColumn<VTMatch,
ghidra.program.model.symbol.Symbol[], ghidra.program.model.listing.Program> - Throws:
IllegalArgumentException
-