Class NotificationGroupFactory
- java.lang.Object
-
- com.redhat.devtools.intellij.common.compat.NotificationGroupFactory
-
public class NotificationGroupFactory extends java.lang.ObjectAn adapter that allows to createNotificationGroupand callNotificationGroup.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)
- IC-2019.3
-
-
Constructor Summary
Constructors Constructor Description NotificationGroupFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.intellij.notification.NotificationGroupcreate(java.lang.String displayId, com.intellij.notification.NotificationDisplayType type, boolean logByDefault)
-