ListingTextField

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

10.3_PUBLIC

addedfield: hlFactory
ghidra.app.util.viewer.field.ListingFieldHighlightFactoryAdapter hlFactory
removedmethod: getFieldModel
ghidra.app.util.viewer.format.FieldFormatModel getFieldModel()

10.1_PUBLIC

addedmethod: getNumDataRows
int getNumDataRows()
modifiedmethod: getProxy
return type: ProxyObj → ProxyObj
- ghidra.app.util.viewer.proxy.ProxyObj getProxy()
+ ghidra.app.util.viewer.proxy.ProxyObj<?> getProxy()
removedmethod: createMultilineTextField
static ghidra.app.util.viewer.field.ListingTextField createMultilineTextField(ghidra.app.util.viewer.field.FieldFactory factory, ghidra.app.util.viewer.proxy.ProxyObj proxy, docking.widgets.fieldpanel.field.FieldElement[] textElements, int startX, int width, int maxLines, ghidra.app.util.HighlightProvider provider)
removedmethod: createPackedTextField
static ghidra.app.util.viewer.field.ListingTextField createPackedTextField(ghidra.app.util.viewer.field.FieldFactory factory, ghidra.app.util.viewer.proxy.ProxyObj proxy, docking.widgets.fieldpanel.field.FieldElement[] textElements, int startX, int width, int maxLines, ghidra.app.util.HighlightProvider provider)
removedmethod: createSingleLineTextField
static ghidra.app.util.viewer.field.ListingTextField createSingleLineTextField(ghidra.app.util.viewer.field.FieldFactory factory, ghidra.app.util.viewer.proxy.ProxyObj proxy, docking.widgets.fieldpanel.field.FieldElement fieldElement, int startX, int width, ghidra.app.util.HighlightProvider provider)
removedmethod: createSingleLineTextFieldWithReverseClipping
static ghidra.app.util.viewer.field.ListingTextField createSingleLineTextFieldWithReverseClipping(ghidra.app.util.viewer.field.AddressFieldFactory factory, ghidra.app.util.viewer.proxy.ProxyObj proxy, docking.widgets.fieldpanel.field.FieldElement fieldElement, int startX, int width, ghidra.app.util.HighlightProvider provider)
removedmethod: createWordWrappedTextField
static ghidra.app.util.viewer.field.ListingTextField createWordWrappedTextField(ghidra.app.util.viewer.field.FieldFactory factory, ghidra.app.util.viewer.proxy.ProxyObj proxy, docking.widgets.fieldpanel.field.FieldElement fieldElement, int startX, int width, int maxLines, ghidra.app.util.HighlightProvider provider)

9.2_PUBLIC

addedmethod: paint
void paint(javax.swing.JComponent c, java.awt.Graphics g, docking.widgets.fieldpanel.internal.PaintContext context, java.awt.Rectangle clip, docking.widgets.fieldpanel.internal.FieldBackgroundColorManager map, docking.widgets.fieldpanel.support.RowColLocation cursorLoc, int rowHeight)
removedmethod: paint
void paint(javax.swing.JComponent c, java.awt.Graphics g, docking.widgets.fieldpanel.internal.PaintContext context, docking.widgets.fieldpanel.internal.FieldBackgroundColorManager map, docking.widgets.fieldpanel.support.RowColLocation cursorLoc, int rowHeight)

9.0.2_PUBLIC

addedfield: field
docking.widgets.fieldpanel.field.TextField field

9.0.1_PUBLIC

introducedInitial version