Class InstalledLibrary

    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from class: InstalledBundleObject
        Returns the name of the plug-in (or other bundle object). If necessary, a new instance of the plug-in will be created temporarily in order to get this information.
        Specified by:
        getName in class InstalledBundleObject
        Returns:
        the name reported by the plug-in
      • getDescription

        public java.lang.String getDescription()
        Description copied from class: InstalledBundleObject
        Returns a description of the plug-in (or other bundle object). If necessary, a new instance of the plug-in will be created temporarily in order to get this information.
        Specified by:
        getDescription in class InstalledBundleObject
        Returns:
        the description reported by the plug-in
      • getIcon

        public ThemedIcon getIcon()
        Description copied from class: InstalledBundleObject
        Returns an icon for the plug-in (or other bundle object). If the plug-in has a representative image, an icon is returned based on that image. Otherwise, a generic icon is returned based on the type of plug-in bundle.
        Specified by:
        getIcon in interface IconProvider
        Specified by:
        getIcon in class InstalledBundleObject
        Returns:
        an icon for the plug-in