Class NotificationGroupFactory


  • public class NotificationGroupFactory
    extends java.lang.Object
    An adapter that allows to create NotificationGroup and call NotificationGroup.createNotification(String, String, String, NotificationType, NotificationListener) on >= IC-2019.3 and >= IC-2021.3 where the API was broken.
    • IC-2019.3
      
                new NotificationGroup(String displayId, NotificationDisplayType defaultDisplayType, boolean logByDefault)
            
    • IC-2021.3
      
                NotificationGroupManager.getInstance().getNotificationGroup(displayId)
            
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.intellij.notification.NotificationGroup create​(java.lang.String displayId, com.intellij.notification.NotificationDisplayType type, boolean logByDefault)  
      • Methods inherited from class java.lang.Object

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

      • NotificationGroupFactory

        public NotificationGroupFactory()
    • Method Detail

      • create

        public static com.intellij.notification.NotificationGroup create​(java.lang.String displayId,
                                                                         com.intellij.notification.NotificationDisplayType type,
                                                                         boolean logByDefault)