Package com.nomagic.ui.notification
Interface NotificationsContainer
-
- All Known Implementing Classes:
com.nomagic.magicdraw.ui.dialogs.BaseDialog
,ElementSelectionDlg
,SelectElementDlg
,com.nomagic.ui.SimpleBaseDialog
@OpenApiAll public interface NotificationsContainer
Container level notifications can be displayed only in components that implements this interface. Those notifications will be displayed in designated area returned by getNotificationsContainer() method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.swing.JComponent
getNotificationsContainer()
Returns area where notification are displayed
-