Package ghidra.app.util.viewer.format
Class ErrorListingField
- java.lang.Object
-
- ghidra.app.util.viewer.field.ListingTextField
-
- ghidra.app.util.viewer.format.ErrorListingField
-
- All Implemented Interfaces:
Field
,TextField
,ListingField
public class ErrorListingField extends ListingTextField
-
-
Field Summary
-
Fields inherited from class ghidra.app.util.viewer.field.ListingTextField
field
-
-
Constructor Summary
Constructors Constructor Description ErrorListingField(FieldFactory ff, ProxyObj proxy, int varWidth, java.lang.Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getClickedObject(FieldLocation fieldLocation)
Returns the object that was clicked on a Field for the given FieldLocation.java.lang.Throwable
getThrowable()
-
Methods inherited from class ghidra.app.util.viewer.field.ListingTextField
contains, createMultilineTextField, createPackedTextField, createSingleLineTextField, createSingleLineTextFieldWithReverseClipping, createWordWrappedTextField, dataToScreenLocation, getCol, getCursorBounds, getFieldElement, getFieldFactory, getFieldModel, 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 Detail
-
ErrorListingField
public ErrorListingField(FieldFactory ff, ProxyObj proxy, int varWidth, java.lang.Throwable t)
-
-
Method Detail
-
getThrowable
public java.lang.Throwable getThrowable()
-
getClickedObject
public java.lang.Object getClickedObject(FieldLocation fieldLocation)
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
- See Also:
ListingTextField.getClickedObject(FieldLocation)
-
-