Uses of Class
io.github.palexdev.materialfx.builders.control.NotificationCenterBuilder
Packages that use NotificationCenterBuilder
-
Uses of NotificationCenterBuilder in io.github.palexdev.materialfx.builders.control
Methods in io.github.palexdev.materialfx.builders.control that return NotificationCenterBuilderModifier and TypeMethodDescriptionNotificationCenterBuilder.addNotifications(INotification... notifications) NotificationCenterBuilder.dismiss(INotification... notifications) NotificationCenterBuilder.dismissAll()NotificationCenterBuilder.dismissSelected()NotificationCenterBuilder.dismissVisible()NotificationCenterBuilder.enableBounceEffect()NotificationCenterBuilder.enableBounceEffect(double strength, double maxOverscroll) NotificationCenterBuilder.enableSmoothScrolling(double speed) NotificationCenterBuilder.enableSmoothScrolling(double speed, double trackPadAdjustment) NotificationCenterBuilder.enableSmoothScrolling(double speed, double trackPadAdjustment, double scrollThreshold) NotificationCenterBuilder.markAllNotificationsAs(NotificationState state) NotificationCenterBuilder.markNotificationsAs(NotificationState state, INotification... notifications) NotificationCenterBuilder.markSelectedNotificationsAs(NotificationState state) NotificationCenterBuilder.markVisibleNotificationsAs(NotificationState state) static NotificationCenterBuilderNotificationCenterBuilder.notificationCenter()static NotificationCenterBuilderNotificationCenterBuilder.notificationCenter(MFXNotificationCenter notificationCenter) NotificationCenterBuilder.scrollBy(double pixels) NotificationCenterBuilder.scrollTo(int index) NotificationCenterBuilder.scrollToFirst()NotificationCenterBuilder.scrollToLast()NotificationCenterBuilder.scrollToPixel(double pixel) NotificationCenterBuilder.setAnimated(boolean animated) NotificationCenterBuilder.setCellFactory(Function<INotification, MFXNotificationCell> cellFactory) NotificationCenterBuilder.setCounterStyle(NotificationCounterStyle counterStyle) NotificationCenterBuilder.setDoNotDisturb(boolean doNotDisturb) NotificationCenterBuilder.setHeaderTextProperty(String headerTextProperty) NotificationCenterBuilder.setHSpeed(double unit, double block) NotificationCenterBuilder.setMarkAsReadOnDismiss(boolean markAsReadOnDismiss) NotificationCenterBuilder.setMarkAsReadOnShow(boolean markAsReadOnShow) NotificationCenterBuilder.setOnIconClicked(EventHandler<MouseEvent> onIconClicked) NotificationCenterBuilder.setPopupHeight(double popupHeight) NotificationCenterBuilder.setPopupSpacing(double popupSpacing) NotificationCenterBuilder.setPopupWidth(double popupWidth) NotificationCenterBuilder.setSelectionMode(boolean selectionMode) NotificationCenterBuilder.setVSpeed(double unit, double block) NotificationCenterBuilder.startNotificationsUpdater(long period, TimeUnit timeUnit) NotificationCenterBuilder.stopNotificationsUpdater()