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 SummaryConstructors Constructor Description AboutDomainObjectUtils()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddisplayInformation(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- 
displayInformationpublic 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 tool
- domainObject- domain object to display information about
- title- title to use for the dialog
- additionalInfo- additional custom user information to append to the bottom of the dialog
- shouldParent- true means that about dialog will be parented to- parent, false means that only the location will be set relative to- parent
 
 
- 
 
-