Class NotificationsSample
- java.lang.Object
-
- com.nomagic.magicdraw.examples.notifications.NotificationsSample
-
@OpenApiAll public class NotificationsSample extends java.lang.ObjectNotifications API usage sample.
-
-
Constructor Summary
Constructors Constructor Description NotificationsSample()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshowApplicationNotification()Shows simple application notification in lower right cornervoidshowContainerNotification()Shows container error notification in Element Selection DialogvoidshowCustomNotification()Shows custom application notification with link that shows simple greeting dialog
-
-
-
Method Detail
-
showApplicationNotification
public void showApplicationNotification()
Shows simple application notification in lower right corner
-
showContainerNotification
public void showContainerNotification()
Shows container error notification in Element Selection Dialog
-
showCustomNotification
public void showCustomNotification()
Shows custom application notification with link that shows simple greeting dialog
-
-