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
Modifier and TypeMethodDescriptionReturns area where notification are displayed
-
Method Details
-
getNotificationsContainer
JComponent getNotificationsContainer()Returns area where notification are displayed- Returns:
- area where notifications are displayed
-