Class ErrorListingField

java.lang.Object
ghidra.app.util.viewer.field.ListingTextField
ghidra.app.util.viewer.field.ErrorListingField
All Implemented Interfaces:
Field, TextField, ListingField

public class ErrorListingField extends ListingTextField
  • Constructor Details

  • Method Details

    • getThrowable

      public Throwable getThrowable()
    • getClickedObject

      public 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 interface ListingField
      Overrides:
      getClickedObject in class ListingTextField
      Parameters:
      fieldLocation - The location that was clicked.
      Returns:
      the object that was clicked