Package ghidra.app.util.viewer.field
Class Annotation
java.lang.Object
ghidra.app.util.viewer.field.Annotation
-
Constructor Summary
ConstructorsChangeConstructorDescriptionAnnotation(String annotationText, AttributedString prototypeString, Program program) Constructor Note: This constructor assumes that the string starts with "{ -
Method Summary
ChangeModifier and TypeMethodDescriptionMODIFIEDstatic List<AnnotatedStringHandler>booleanhandleMouseClick(Navigatable sourceNavigatable, ServiceProvider serviceProvider) Called when a mouse click occurs on a FieldElement containing this Annotation.
-
Constructor Details
-
Annotation
Constructor Note: This constructor assumes that the string starts with "{@
" and ends with '}'- Parameters:
annotationText- The complete annotation text.prototypeString- An AttributedString that provides the attributes for the display text this Annotation can createprogram- the program
-
-
Method Details
-
getAnnotatedStringHandlers MODIFIED
return type: ghidra.app.util.viewer.field.AnnotatedStringHandler[] → List-static ghidra.app.util.viewer.field.AnnotatedStringHandler[] getAnnotatedStringHandlers()+static java.util.List<ghidra.app.util.viewer.field.AnnotatedStringHandler> getAnnotatedStringHandlers() -
getDisplayString
-
getAnnotationText
-