Class NotificationsSample
- java.lang.Object
-
- com.nomagic.magicdraw.examples.notifications.NotificationsSample
-
@OpenApiAll public class NotificationsSample extends java.lang.Object
Notifications API usage sample.
-
-
Constructor Summary
Constructors Constructor Description NotificationsSample()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
showApplicationNotification()
Shows simple application notification in lower right cornervoid
showContainerNotification()
Shows container error notification in Element Selection Dialogvoid
showCustomNotification()
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
-
-