Class AboutDomainObjectUtils


  • public class AboutDomainObjectUtils
    extends java.lang.Object
    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AboutDomainObjectUtils

        public AboutDomainObjectUtils()
    • 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 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