Class GhidraServerURLAnnotatedStringHandler
java.lang.Object
ghidra.app.util.viewer.field.URLAnnotatedStringHandler
ghidra.app.util.viewer.field.GhidraServerURLAnnotatedStringHandler
- All Implemented Interfaces:
AnnotatedStringHandler, ExtensionPoint
This implementation expands
URLAnnotatedStringHandler providing an example form
of a Ghidra Server URL.-
Field Summary
Fields inherited from interface AnnotatedStringHandler
DUMMY_MOUSE_HANDLER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the String that represents the GUI presence of this optionReturns an example string of how the annotation is usedMethods inherited from class URLAnnotatedStringHandler
createAnnotatedString, getPrototypeString, getSupportedAnnotations, handleMouseClick
-
Constructor Details
-
GhidraServerURLAnnotatedStringHandler
public GhidraServerURLAnnotatedStringHandler()
-
-
Method Details
-
getDisplayString
Description copied from interface:AnnotatedStringHandlerReturns the String that represents the GUI presence of this option- Specified by:
getDisplayStringin interfaceAnnotatedStringHandler- Overrides:
getDisplayStringin classURLAnnotatedStringHandler- Returns:
- the String to display in GUI components.
-
getPrototypeString
Description copied from interface:AnnotatedStringHandlerReturns an example string of how the annotation is used- Specified by:
getPrototypeStringin interfaceAnnotatedStringHandler- Overrides:
getPrototypeStringin classURLAnnotatedStringHandler- Returns:
- the example of how this is used.
-