FieldFactory

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

10.3_PUBLIC

addedfield: BASE_LISTING_FONT_ID
static java.lang.String BASE_LISTING_FONT_ID
addedmethod: initDisplayOptions
void initDisplayOptions(ghidra.framework.options.Options displayOptions)
addedmethod: initFieldOptions
void initFieldOptions(ghidra.framework.options.Options fieldOptions)
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)
addedmethod: simplifyTemplates
java.lang.String simplifyTemplates(java.lang.String input)
addedmethod: supportsLocation
boolean supportsLocation(ghidra.app.util.viewer.field.ListingField listingField, ghidra.program.util.ProgramLocation location)
modifiedfield: hlProvider
type: HighlightProvider → ListingHighlightProvider
- ghidra.app.util.HighlightProvider hlProvider
+ ghidra.app.util.ListingHighlightProvider hlProvider
removedfield: color
java.awt.Color color
removedfield: DEFAULT_FIELD_FONT
static java.awt.Font DEFAULT_FIELD_FONT
removedfield: displayOptions
ghidra.framework.options.Options displayOptions
removedmethod: getDefaultColor
java.awt.Color getDefaultColor()
removedmethod: initDisplayOptions
void initDisplayOptions()
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)
removedmethod: optionsChanged
void optionsChanged(ghidra.framework.options.Options options, java.lang.String optionName, java.lang.Object oldValue, java.lang.Object newValue)
removedfield: underlineColor
java.awt.Color underlineColor

9.0.2_PUBLIC

addedfield: baseFont
java.awt.Font baseFont
addedfield: color
java.awt.Color color
addedfield: colorOptionName
java.lang.String colorOptionName
addedfield: displayOptions
ghidra.framework.options.Options displayOptions
addedfield: enabled
boolean enabled
addedmethod: getMetrics
java.awt.FontMetrics getMetrics(int fontStyle)
addedmethod: hasSamePath
boolean hasSamePath(ghidra.app.util.viewer.field.ListingField bf, ghidra.program.util.ProgramLocation loc)
addedfield: hlProvider
ghidra.app.util.HighlightProvider hlProvider
addedmethod: initDisplayOptions
void initDisplayOptions()
addedfield: model
ghidra.app.util.viewer.format.FieldFormatModel model
addedfield: name
java.lang.String name
addedfield: startX
int startX
addedfield: style
int style
addedfield: styleOptionName
java.lang.String styleOptionName
addedfield: underlineColor
java.awt.Color underlineColor
addedfield: width
int width

9.0.1_PUBLIC

introducedInitial version