Class NotificationManager.QueuedNotification
- java.lang.Object
-
- com.nomagic.magicdraw.ui.notification.NotificationManager.QueuedNotification
-
- Enclosing class:
- NotificationManager
private static class NotificationManager.QueuedNotification extends java.lang.Object
Helper 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) NotificationViewConfig
config
(package private) Notification
notification
(package private) boolean
openWindow
(package private) java.awt.Component
owner
(package private) NotificationManager.QueuedNotificationType
type
-
Constructor Summary
Constructors Modifier Constructor Description private
QueuedNotification()
-
-
-
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
-
-