Package ghidra.app.util.viewer.field
Class Annotation
java.lang.Object
ghidra.app.util.viewer.field.Annotation
-
Field Summary
-
Constructor Summary
ConstructorDescriptionAnnotation
(String annotationText, AttributedString prototypeString, Program program) Constructor Note: This constructor assumes that the string starts with "{ -
Method Summary
Modifier and TypeMethodDescriptionstatic List
<AnnotatedStringHandler> boolean
handleMouseClick
(Navigatable sourceNavigatable, ServiceProvider serviceProvider) Called when a mouse click occurs on a FieldElement containing this Annotation.toString()
-
Field Details
-
ESCAPABLE_CHARS
- See Also:
-
-
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