Package ghidra.app.plugin.core.help
Class AboutDomainObjectUtils
- java.lang.Object
-
- ghidra.app.plugin.core.help.AboutDomainObjectUtils
-
public class AboutDomainObjectUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AboutDomainObjectUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
displayInformation(PluginTool tool, DomainFile domainFile, java.util.Map<java.lang.String,java.lang.String> metadata, java.lang.String title, java.lang.String additionalInfo, HelpLocation helpLocation)
Displays an informational dialog about the specified domain object
-
-
-
Method Detail
-
displayInformation
public static void displayInformation(PluginTool tool, DomainFile domainFile, java.util.Map<java.lang.String,java.lang.String> metadata, java.lang.String title, java.lang.String additionalInfo, HelpLocation helpLocation)
Displays an informational dialog about the specified domain object- Parameters:
tool
- plugin tooldomainObject
- domain object to display information abouttitle
- title to use for the dialogadditionalInfo
- additional custom user information to append to the bottom of the dialogshouldParent
- true means that about dialog will be parented toparent
, false means that only the location will be set relative toparent
-
-