Uses of Class
io.github.palexdev.materialfx.notifications.base.AbstractMFXNotificationSystem
Packages that use AbstractMFXNotificationSystem
Package
Description
-
Uses of AbstractMFXNotificationSystem in io.github.palexdev.materialfx.notifications
Subclasses of AbstractMFXNotificationSystem in io.github.palexdev.materialfx.notificationsModifier and TypeClassDescriptionclassImplementation of anAbstractMFXNotificationSystemwhich makes use of aMFXNotificationCenterto show the notifications.classSimple 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.Methods in io.github.palexdev.materialfx.notifications that return AbstractMFXNotificationSystemModifier and TypeMethodDescriptionMFXNotificationCenterSystem.setAnimated(boolean animated) Enables/Disables animations. -
Uses of AbstractMFXNotificationSystem in io.github.palexdev.materialfx.notifications.base
Methods in io.github.palexdev.materialfx.notifications.base that return AbstractMFXNotificationSystemModifier and TypeMethodDescriptionAbstractMFXNotificationSystem.delaySetPosition(NotificationPos position) Safer version ofsetPosition(NotificationPos).AbstractMFXNotificationSystem.setAnimated(boolean animated) Enables/Disables animations.AbstractMFXNotificationSystem.setCloseAfter(Duration closeAfter) Sets the duration of time after which the notifications are automatically closed ifisCloseAutomatically()is trueAbstractMFXNotificationSystem.setCloseAutomatically(boolean closeAutomatically) Enables/Disables notifications automatic close.AbstractMFXNotificationSystem.setPosition(NotificationPos position) Sets the position at which notifications will be shown.Sets the screen on which to show the notifications.AbstractMFXNotificationSystem.setSpacing(Insets spacing) Sets the Insets object that specifies the spacing between notifications and the screen borders.