FileOffsetFieldFactory

Package: ghidra.app.util.viewer.field
Type: class

11.2_PUBLIC

addedmethod: getOffsetFieldType
ghidra.program.util.OffsetFieldType getOffsetFieldType()
addedmethod: getOffsetValue
java.lang.String getOffsetValue(ghidra.program.model.listing.CodeUnit cu)
modifiedtype-extends: FileOffsetFieldFactory
- ghidra.app.util.viewer.field.FieldFactory
+ ghidra.app.util.viewer.field.AbstractOffsetFieldFactory
removedfield: COLOR
static generic.theme.GColor COLOR
removedfield: FIELD_NAME
static java.lang.String FIELD_NAME
removedmethod: fieldOptionsChanged
void fieldOptionsChanged(ghidra.framework.options.Options options, java.lang.String optionsName, java.lang.Object oldValue, java.lang.Object newValue)
removedfield: FILE_OFFSET_DISPLAY_OPTIONS_NAME
static java.lang.String FILE_OFFSET_DISPLAY_OPTIONS_NAME
removedmethod: getFieldLocation
docking.widgets.fieldpanel.support.FieldLocation getFieldLocation(ghidra.app.util.viewer.field.ListingField lf, java.math.BigInteger index, int fieldNum, ghidra.program.util.ProgramLocation loc)
removedmethod: getProgramLocation
ghidra.program.util.ProgramLocation getProgramLocation(int row, int col, ghidra.app.util.viewer.field.ListingField lf)
removedfield: GROUP_TITLE
static java.lang.String GROUP_TITLE

10.3_PUBLIC

addedfield: COLOR
static generic.theme.GColor COLOR
addedmethod: newInstance
ghidra.app.util.viewer.field.FieldFactory newInstance(ghidra.app.util.viewer.format.FieldFormatModel formatModel, ghidra.app.util.ListingHighlightProvider highlightProvider, ghidra.framework.options.ToolOptions options, ghidra.framework.options.ToolOptions fieldOptions)
removedmethod: newInstance
ghidra.app.util.viewer.field.FieldFactory newInstance(ghidra.app.util.viewer.format.FieldFormatModel formatModel, ghidra.app.util.HighlightProvider highlightProvider, ghidra.framework.options.ToolOptions options, ghidra.framework.options.ToolOptions fieldOptions)

10.2_PUBLIC

introducedInitial version