MCPcopy Create free account

hub / github.com/PlusHaze/TrayNotification / functions

Functions151 in github.com/PlusHaze/TrayNotification

MethodgetAnimationType
The type of animation this class plays @return The type of animation this class plays
src/tray/animations/FadeAnimation.java:88
MethodgetMessage
()
src/tray/notification/TrayNotification.java:275
MethodgetMessage
()
src/main/java/com/github/plushaze/traynotification/notification/TrayNotification.java:244
MethodgetNotification
()
src/main/java/com/github/plushaze/traynotification/notification/TrayNotification.java:119
MethodgetNotificationType
()
src/tray/notification/TrayNotification.java:151
MethodgetPaintHex
()
src/main/java/com/github/plushaze/traynotification/notification/Notifications.java:24
MethodgetRectangleFill
()
src/tray/notification/TrayNotification.java:293
MethodgetRectangleFill
()
src/main/java/com/github/plushaze/traynotification/notification/TrayNotification.java:262
MethodgetStage
()
src/main/java/com/github/plushaze/traynotification/animations/AbstractAnimation.java:30
MethodgetStage
@return The custom stage of the animation
src/main/java/com/github/plushaze/traynotification/animations/Animation.java:33
MethodgetTitle
()
src/tray/notification/TrayNotification.java:263
MethodgetTitle
()
src/main/java/com/github/plushaze/traynotification/notification/TrayNotification.java:231
MethodgetTrayIcon
()
src/tray/notification/TrayNotification.java:251
MethodgetTrayIcon
()
src/main/java/com/github/plushaze/traynotification/notification/TrayNotification.java:218
MethodgetURLResource
()
src/main/java/com/github/plushaze/traynotification/notification/Notifications.java:19
MethodhashCode
()
src/main/java/com/github/plushaze/traynotification/models/Location.java:29
MethodinitializeJavaFX
()
src/test/java/com/github/plushaze/traynotification/ReadMeTest.java:21
MethodinitializeTray
()
src/test/java/com/github/plushaze/traynotification/ReadMeTest.java:37
MethodisShowing
Signifies if the tray is current showing @return boolean resultant
src/tray/animations/SlideAnimation.java:126
MethodisShowing
Signifies if the tray is current showing @return boolean resultant
src/tray/animations/PopupAnimation.java:110
MethodisShowing
Signifies if the tray is current showing @return boolean resultant
src/tray/animations/FadeAnimation.java:125
MethodisShowing
()
src/main/java/com/github/plushaze/traynotification/animations/AbstractAnimation.java:51
MethodplayDismissAnimation
Plays the implemented dismiss animation
src/tray/animations/SlideAnimation.java:116
MethodplayDismissAnimation
Plays the implemented dismiss animation
src/tray/animations/PopupAnimation.java:100
MethodplayDismissAnimation
Plays the implemented dismiss animation
src/tray/animations/FadeAnimation.java:115
MethodplayDismissAnimation
()
src/main/java/com/github/plushaze/traynotification/animations/AbstractAnimation.java:46
MethodplaySequential
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
MethodplaySequential
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
MethodplaySequential
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
MethodplaySequential
(Duration dismissDelay)
src/main/java/com/github/plushaze/traynotification/animations/AbstractAnimation.java:35
MethodplayShowAnimation
Plays the implemented show animation
src/tray/animations/SlideAnimation.java:108
MethodplayShowAnimation
Plays the implemented show animation
src/tray/animations/PopupAnimation.java:92
MethodplayShowAnimation
Plays the implemented show animation
src/tray/animations/FadeAnimation.java:107
MethodplayShowAnimation
()
src/main/java/com/github/plushaze/traynotification/animations/AbstractAnimation.java:41
Methodset
(double newValue)
src/tray/models/CustomStage.java:47
Methodset
(double newValue)
src/main/java/com/github/plushaze/traynotification/models/CustomStage.java:47
MethodsetOnDismiss
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
MethodsetOnDismiss
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
MethodsetOnShown
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
MethodsetOnShown
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
MethodsetupDismissAnimation
()
src/main/java/com/github/plushaze/traynotification/animations/SlideAnimation.java:42
MethodsetupDismissAnimation
()
src/main/java/com/github/plushaze/traynotification/animations/PopupAnimation.java:13
MethodsetupDismissAnimation
()
src/main/java/com/github/plushaze/traynotification/animations/FadeAnimation.java:34
MethodsetupShowAnimation
()
src/main/java/com/github/plushaze/traynotification/animations/SlideAnimation.java:13
MethodsetupShowAnimation
()
src/main/java/com/github/plushaze/traynotification/animations/PopupAnimation.java:34
MethodsetupShowAnimation
()
src/main/java/com/github/plushaze/traynotification/animations/FadeAnimation.java:15
MethodshowAndDismiss
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
MethodshowAndWait
Displays the notification tray
src/main/java/com/github/plushaze/traynotification/notification/TrayNotification.java:160
MethodshutdownJavaFX
()
src/test/java/com/github/plushaze/traynotification/ReadMeTest.java:32
MethodusingDifferentAnimationsAndNotifications
()
src/test/java/com/github/plushaze/traynotification/ReadMeTest.java:54
Methodwhere
(Predicate<? super TrayAnimation> predicate)
src/tray/animations/AnimationProvider.java:37
← previous101–151 of 151, ranked by callers