Package net.mcreator.ui.notifications
Interface INotificationConsumer
- All Known Implementing Classes:
MCreator
,WorkspaceSelector
public interface INotificationConsumer
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
addNotification
(String title, String text, NotificationsRenderer.ActionButton... actionButtons) default void
addNotification
(String title, ImageIcon icon, String text, NotificationsRenderer.ActionButton... actionButtons) default void
addNotification
(String text, NotificationsRenderer.ActionButton... actionButtons) default void
addNotification
(ImageIcon icon, String text, NotificationsRenderer.ActionButton... actionButtons)
-
Method Details
-
getNotificationsRenderer
NotificationsRenderer getNotificationsRenderer() -
addNotification
default void addNotification(String title, String text, NotificationsRenderer.ActionButton... actionButtons) -
addNotification
default void addNotification(String title, ImageIcon icon, String text, NotificationsRenderer.ActionButton... actionButtons) -
addNotification
default void addNotification(ImageIcon icon, String text, NotificationsRenderer.ActionButton... actionButtons) -
addNotification
-