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:
getProxy
ghidra.app.util.viewer.proxy.ProxyObj<?> getProxy()
removedmethod:
getRow
int getRow(int y)
removedmethod:
getText
java.lang.String getText()
removedmethod:
getX
int getX(int row, int col)
removedmethod:
getY
int getY(int row)
removedmethod:
isValid
boolean isValid(int row, int col)
removedmethod:
rowHeightChanged
void rowHeightChanged(int newHeightAbove, int newHeightBelow)
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)
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)