Package ghidra.app.util.viewer.field
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 ghidra.app.util.viewer.field.AnnotatedStringHandler
DUMMY_MOUSE_HANDLER
-
Constructor Summary
-
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 ghidra.app.util.viewer.field.URLAnnotatedStringHandler
createAnnotatedString, getPrototypeString, getSupportedAnnotations, handleMouseClick
-
Constructor Details
-
GhidraServerURLAnnotatedStringHandler
public GhidraServerURLAnnotatedStringHandler()
-
-
Method Details
-
getDisplayString
Description copied from interface:AnnotatedStringHandler
Returns the String that represents the GUI presence of this option- Specified by:
getDisplayString
in interfaceAnnotatedStringHandler
- Overrides:
getDisplayString
in classURLAnnotatedStringHandler
- Returns:
- the String to display in GUI components.
-
getPrototypeString
Description copied from interface:AnnotatedStringHandler
Returns an example string of how the annotation is used- Specified by:
getPrototypeString
in interfaceAnnotatedStringHandler
- Overrides:
getPrototypeString
in classURLAnnotatedStringHandler
- Returns:
- the example of how this is used.
-