Uses of Enum Class
io.github.palexdev.materialfx.enums.NotificationPos
Packages that use NotificationPos
Package
Description
-
Uses of NotificationPos in io.github.palexdev.materialfx.enums
Methods in io.github.palexdev.materialfx.enums that return NotificationPosModifier and TypeMethodDescriptionstatic NotificationPosReturns the enum constant of this class with the specified name.static NotificationPos[]NotificationPos.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NotificationPos in io.github.palexdev.materialfx.notifications.base
Fields in io.github.palexdev.materialfx.notifications.base declared as NotificationPosModifier and TypeFieldDescriptionprotected NotificationPosAbstractMFXNotificationSystem.positionMethods in io.github.palexdev.materialfx.notifications.base that return NotificationPosMethods in io.github.palexdev.materialfx.notifications.base with parameters of type NotificationPosModifier and TypeMethodDescriptionAbstractMFXNotificationSystem.delaySetPosition(NotificationPos position) Safer version ofAbstractMFXNotificationSystem.setPosition(NotificationPos).AbstractMFXNotificationSystem.setPosition(NotificationPos position) Sets the position at which notifications will be shown. -
Uses of NotificationPos in io.github.palexdev.materialfx.utils
Methods in io.github.palexdev.materialfx.utils with parameters of type NotificationPosModifier and TypeMethodDescriptionstatic booleanPositionUtils.isCenter(NotificationPos pos) static booleanPositionUtils.isRight(NotificationPos pos) static booleanPositionUtils.isTop(NotificationPos pos)