Package ghidra.app.util.viewer.field
Class ErrorListingField
java.lang.Object
ghidra.app.util.viewer.field.ListingTextField
ghidra.app.util.viewer.field.ErrorListingField
- All Implemented Interfaces:
Field
,TextField
,ListingField
-
Field Summary
Fields inherited from class ghidra.app.util.viewer.field.ListingTextField
field, hlFactory
-
Constructor Summary
ConstructorDescriptionErrorListingField
(FieldFactory ff, ProxyObj<?> proxy, int varWidth, Throwable t) -
Method Summary
Modifier and TypeMethodDescriptiongetClickedObject
(FieldLocation fieldLocation) Returns the object that was clicked on a Field for the given FieldLocation.Methods inherited from class ghidra.app.util.viewer.field.ListingTextField
contains, createMultilineTextField, createMultilineTextField, createPackedTextField, createSingleLineTextField, createSingleLineTextFieldWithReverseClipping, createWordWrappedTextField, dataToScreenLocation, getCol, getCursorBounds, getFieldElement, getFieldFactory, getHeight, getHeightAbove, getHeightBelow, getNumCols, getNumDataRows, getNumRows, getPreferredWidth, getProxy, getRow, getScrollableUnitIncrement, getStartX, getText, getTextWithLineSeparators, getWidth, getX, getY, isClipped, isPrimary, isValid, paint, rowHeightChanged, screenLocationToTextOffset, screenToDataLocation, setPrimary, textOffsetToScreenLocation, toString
-
Constructor Details
-
ErrorListingField
-
-
Method Details
-
getThrowable
-
getClickedObject
Description copied from interface:ListingField
Returns the object that was clicked on a Field for the given FieldLocation. This may be the field itself or a lower-level entity, such as a FieldElement.- Specified by:
getClickedObject
in interfaceListingField
- Overrides:
getClickedObject
in classListingTextField
- Parameters:
fieldLocation
- The location that was clicked.- Returns:
- the object that was clicked
-