Uses of Package
io.github.palexdev.materialfx.notifications
Packages that use io.github.palexdev.materialfx.notifications
-
Classes in io.github.palexdev.materialfx.notifications used by io.github.palexdev.materialfx.notificationsClassDescriptionImplementation of an
AbstractMFXNotificationSystemwhich makes use of aMFXNotificationCenterto show the notifications.Simple implementation of anAbstractMFXNotificationSystemwhich makes use of aCircularQueueto keep a history of the shown notifications (by default max size is 100), and a list to keep a reference to queued notifications that can't be shown at the moment ofMFXNotificationSystem.publish(INotification)and that will be sent toMFXNotificationSystem.scheduleReopen(INotification)instead.