Class NotificationManager.QueuedNotification
- java.lang.Object
-
- com.nomagic.magicdraw.ui.notification.NotificationManager.QueuedNotification
-
- Enclosing class:
- NotificationManager
private static class NotificationManager.QueuedNotification extends java.lang.ObjectHelper class that contains needed information about Notification while it is de-referred for later display (due MD main frame is not yet created)
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.Map<java.lang.String,java.lang.Runnable>callbacks(package private) NotificationViewConfigconfig(package private) Notificationnotification(package private) booleanopenWindow(package private) java.awt.Componentowner(package private) NotificationManager.QueuedNotificationTypetype
-
Constructor Summary
Constructors Modifier Constructor Description privateQueuedNotification()
-
-
-
Field Detail
-
notification
Notification notification
-
owner
java.awt.Component owner
-
config
NotificationViewConfig config
-
openWindow
boolean openWindow
-
callbacks
java.util.Map<java.lang.String,java.lang.Runnable> callbacks
-
-