OpenCloseField

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

12.0_PUBLIC

modifiedtype-extends: OpenCloseField
- java.lang.Object
+ ghidra.app.util.viewer.field.AbstractOpenCloseField
modifiedtype-implements: OpenCloseField
- ghidra.app.util.viewer.field.ListingField
+ (none)
removedmethod: contains
boolean contains(int x, int y)
removedmethod: getClickedObject
java.lang.Object getClickedObject(docking.widgets.fieldpanel.support.FieldLocation fieldLocation)
removedmethod: getCol
int getCol(int row, int x)
removedmethod: getCursorBounds
java.awt.Rectangle getCursorBounds(int row, int col)
removedmethod: getFieldFactory
ghidra.app.util.viewer.field.FieldFactory getFieldFactory()
removedmethod: getHeight
int getHeight()
removedmethod: getHeightAbove
int getHeightAbove()
removedmethod: getHeightBelow
int getHeightBelow()
removedmethod: getNumCols
int getNumCols(int row)
removedmethod: getNumDataRows
int getNumDataRows()
removedmethod: getNumRows
int getNumRows()
removedmethod: getPreferredWidth
int getPreferredWidth()
removedmethod: getProxy
ghidra.app.util.viewer.proxy.ProxyObj<?> getProxy()
removedmethod: getRow
int getRow(int y)
removedmethod: getScrollableUnitIncrement
int getScrollableUnitIncrement(int topOfScreen, int direction, int max)
removedmethod: getStartX
int getStartX()
removedmethod: getStartY
int getStartY()
removedmethod: getText
java.lang.String getText()
removedmethod: getTextWithLineSeparators
java.lang.String getTextWithLineSeparators()
removedmethod: getX
int getX(int row, int col)
removedmethod: getY
int getY(int row)
removedmethod: isPrimary
boolean isPrimary()
removedmethod: isValid
boolean isValid(int row, int col)
removedmethod: rowHeightChanged
void rowHeightChanged(int newHeightAbove, int newHeightBelow)
removedmethod: screenLocationToTextOffset
int screenLocationToTextOffset(int row, int col)
removedmethod: setStartY
void setStartY(int startY)
removedmethod: setYPos
void setYPos(int yPos, int heightAbove, int heightBelow)
removedmethod: textOffsetToScreenLocation
docking.widgets.fieldpanel.support.RowColLocation textOffsetToScreenLocation(int textOffset)

10.3_PUBLIC

modifiedmethod: getProxy
return type: ProxyObj → ProxyObj
- ghidra.app.util.viewer.proxy.ProxyObj getProxy()
+ ghidra.app.util.viewer.proxy.ProxyObj<?> getProxy()
removedmethod: getFieldModel
ghidra.app.util.viewer.format.FieldFormatModel getFieldModel()

10.1_PUBLIC

addedmethod: getNumDataRows
int getNumDataRows()

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.1_PUBLIC

introducedInitial version