Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlusHaze/TrayNotification
/ functions
Functions
151 in github.com/PlusHaze/TrayNotification
⨍
Functions
151
◇
Types & classes
22
Method
getAnimationType
The type of animation this class plays @return The type of animation this class plays
src/tray/animations/FadeAnimation.java:88
Method
getMessage
()
src/tray/notification/TrayNotification.java:275
Method
getMessage
()
src/main/java/com/github/plushaze/traynotification/notification/TrayNotification.java:244
Method
getNotification
()
src/main/java/com/github/plushaze/traynotification/notification/TrayNotification.java:119
Method
getNotificationType
()
src/tray/notification/TrayNotification.java:151
Method
getPaintHex
()
src/main/java/com/github/plushaze/traynotification/notification/Notifications.java:24
Method
getRectangleFill
()
src/tray/notification/TrayNotification.java:293
Method
getRectangleFill
()
src/main/java/com/github/plushaze/traynotification/notification/TrayNotification.java:262
Method
getStage
()
src/main/java/com/github/plushaze/traynotification/animations/AbstractAnimation.java:30
Method
getStage
@return The custom stage of the animation
src/main/java/com/github/plushaze/traynotification/animations/Animation.java:33
Method
getTitle
()
src/tray/notification/TrayNotification.java:263
Method
getTitle
()
src/main/java/com/github/plushaze/traynotification/notification/TrayNotification.java:231
Method
getTrayIcon
()
src/tray/notification/TrayNotification.java:251
Method
getTrayIcon
()
src/main/java/com/github/plushaze/traynotification/notification/TrayNotification.java:218
Method
getURLResource
()
src/main/java/com/github/plushaze/traynotification/notification/Notifications.java:19
Method
hashCode
()
src/main/java/com/github/plushaze/traynotification/models/Location.java:29
Method
initializeJavaFX
()
src/test/java/com/github/plushaze/traynotification/ReadMeTest.java:21
Method
initializeTray
()
src/test/java/com/github/plushaze/traynotification/ReadMeTest.java:37
Method
isShowing
Signifies if the tray is current showing @return boolean resultant
src/tray/animations/SlideAnimation.java:126
Method
isShowing
Signifies if the tray is current showing @return boolean resultant
src/tray/animations/PopupAnimation.java:110
Method
isShowing
Signifies if the tray is current showing @return boolean resultant
src/tray/animations/FadeAnimation.java:125
Method
isShowing
()
src/main/java/com/github/plushaze/traynotification/animations/AbstractAnimation.java:51
Method
playDismissAnimation
Plays the implemented dismiss animation
src/tray/animations/SlideAnimation.java:116
Method
playDismissAnimation
Plays the implemented dismiss animation
src/tray/animations/PopupAnimation.java:100
Method
playDismissAnimation
Plays the implemented dismiss animation
src/tray/animations/FadeAnimation.java:115
Method
playDismissAnimation
()
src/main/java/com/github/plushaze/traynotification/animations/AbstractAnimation.java:46
Method
playSequential
Plays both the show and dismiss animation using a sequential transition object @param dismissDelay How long to delay the start of the dismiss animati
src/tray/animations/SlideAnimation.java:99
Method
playSequential
Plays both the show and dismiss animation using a sequential transition object @param dismissDelay How long to delay the start of the dismiss animati
src/tray/animations/PopupAnimation.java:83
Method
playSequential
Plays both the show and dismiss animation using a sequential transition object @param dismissDelay How long to delay the start of the dismiss animati
src/tray/animations/FadeAnimation.java:98
Method
playSequential
(Duration dismissDelay)
src/main/java/com/github/plushaze/traynotification/animations/AbstractAnimation.java:35
Method
playShowAnimation
Plays the implemented show animation
src/tray/animations/SlideAnimation.java:108
Method
playShowAnimation
Plays the implemented show animation
src/tray/animations/PopupAnimation.java:92
Method
playShowAnimation
Plays the implemented show animation
src/tray/animations/FadeAnimation.java:107
Method
playShowAnimation
()
src/main/java/com/github/plushaze/traynotification/animations/AbstractAnimation.java:41
Method
set
(double newValue)
src/tray/models/CustomStage.java:47
Method
set
(double newValue)
src/main/java/com/github/plushaze/traynotification/models/CustomStage.java:47
Method
setOnDismiss
Sets an action event for when the tray has been dismissed @param event The event to occur when the tray has been dismissed
src/tray/notification/TrayNotification.java:230
Method
setOnDismiss
Sets an action event for when the tray has been dismissed @param event The event to occur when the tray has been dismissed
src/main/java/com/github/plushaze/traynotification/notification/TrayNotification.java:195
Method
setOnShown
Sets an action event for when the tray has been shown @param event The event to occur after the tray has been shown
src/tray/notification/TrayNotification.java:238
Method
setOnShown
Sets an action event for when the tray has been shown @param event The event to occur after the tray has been shown
src/main/java/com/github/plushaze/traynotification/notification/TrayNotification.java:204
Method
setupDismissAnimation
()
src/main/java/com/github/plushaze/traynotification/animations/SlideAnimation.java:42
Method
setupDismissAnimation
()
src/main/java/com/github/plushaze/traynotification/animations/PopupAnimation.java:13
Method
setupDismissAnimation
()
src/main/java/com/github/plushaze/traynotification/animations/FadeAnimation.java:34
Method
setupShowAnimation
()
src/main/java/com/github/plushaze/traynotification/animations/SlideAnimation.java:13
Method
setupShowAnimation
()
src/main/java/com/github/plushaze/traynotification/animations/PopupAnimation.java:34
Method
setupShowAnimation
()
src/main/java/com/github/plushaze/traynotification/animations/FadeAnimation.java:15
Method
showAndDismiss
Shows and dismisses the tray notification @param dismissDelay How long to delay the start of the dismiss animation
src/main/java/com/github/plushaze/traynotification/notification/TrayNotification.java:146
Method
showAndWait
Displays the notification tray
src/main/java/com/github/plushaze/traynotification/notification/TrayNotification.java:160
Method
shutdownJavaFX
()
src/test/java/com/github/plushaze/traynotification/ReadMeTest.java:32
Method
usingDifferentAnimationsAndNotifications
()
src/test/java/com/github/plushaze/traynotification/ReadMeTest.java:54
Method
where
(Predicate<? super TrayAnimation> predicate)
src/tray/animations/AnimationProvider.java:37
← previous
101–151 of 151, ranked by callers