MCPcopy Create free account

hub / github.com/PlusHaze/TrayNotification / functions

Functions151 in github.com/PlusHaze/TrayNotification

↓ 13 callersMethodaddAll
(TrayAnimation... animations)
src/tray/animations/AnimationProvider.java:25
↓ 8 callersMethodgetBottomRight
()
src/tray/models/CustomStage.java:26
↓ 8 callersMethodgetBottomRight
()
src/main/java/com/github/plushaze/traynotification/models/CustomStage.java:26
↓ 6 callersMethodgetX
()
src/tray/models/Location.java:12
↓ 6 callersMethodgetX
()
src/main/java/com/github/plushaze/traynotification/models/Location.java:16
↓ 6 callersMethodgetY
()
src/tray/models/Location.java:16
↓ 6 callersMethodgetY
()
src/main/java/com/github/plushaze/traynotification/models/Location.java:20
↓ 5 callersMethodsetMessage
Sets the message for the tray notification @param txt The text to assign to the body of the tray notification
src/tray/notification/TrayNotification.java:271
↓ 5 callersMethodsetTitle
Sets a title to the tray @param txt The text to assign to the tray icon
src/tray/notification/TrayNotification.java:259
↓ 4 callersMethodsetAnimation
(Animation animation)
src/main/java/com/github/plushaze/traynotification/notification/TrayNotification.java:266
↓ 4 callersMethodsetImage
(Image img)
src/tray/notification/TrayNotification.java:279
↓ 4 callersMethodsetLocation
(Location loc)
src/tray/models/CustomStage.java:41
↓ 4 callersMethodsetLocation
(Location loc)
src/main/java/com/github/plushaze/traynotification/models/CustomStage.java:41
↓ 4 callersMethodsetRectangleFill
(Paint value)
src/tray/notification/TrayNotification.java:289
↓ 3 callersMethodget
(int index)
src/tray/animations/AnimationProvider.java:29
↓ 3 callersMethodinitTrayNotification
(String title, String message, NotificationType type)
src/tray/notification/TrayNotification.java:71
↓ 3 callersMethodisTrayShowing
()
src/tray/notification/TrayNotification.java:169
↓ 3 callersMethodisTrayShowing
()
src/main/java/com/github/plushaze/traynotification/notification/TrayNotification.java:137
↓ 3 callersMethodsetImage
(Image img)
src/main/java/com/github/plushaze/traynotification/notification/TrayNotification.java:248
↓ 3 callersMethodsetNotification
(Notification nType)
src/main/java/com/github/plushaze/traynotification/notification/TrayNotification.java:110
↓ 3 callersMethodsetRectangleFill
(Paint value)
src/main/java/com/github/plushaze/traynotification/notification/TrayNotification.java:258
↓ 3 callersMethodxLocationProperty
()
src/tray/models/CustomStage.java:58
↓ 3 callersMethodxLocationProperty
()
src/main/java/com/github/plushaze/traynotification/models/CustomStage.java:58
↓ 3 callersMethodyLocationProperty
()
src/tray/models/CustomStage.java:74
↓ 3 callersMethodyLocationProperty
()
src/main/java/com/github/plushaze/traynotification/models/CustomStage.java:74
↓ 2 callersMethodat
(double x, double y)
src/main/java/com/github/plushaze/traynotification/models/Location.java:5
↓ 2 callersMethoddismiss
Dismisses the notifcation tray
src/tray/notification/TrayNotification.java:208
↓ 2 callersMethoddismiss
Dismisses the notifcation tray
src/main/java/com/github/plushaze/traynotification/notification/TrayNotification.java:173
↓ 2 callersMethodget
()
src/main/java/com/github/plushaze/traynotification/models/CustomStage.java:52
↓ 2 callersMethodgetOffScreenBounds
()
src/tray/models/CustomStage.java:35
↓ 2 callersMethodgetOffScreenBounds
()
src/main/java/com/github/plushaze/traynotification/models/CustomStage.java:35
↓ 2 callersMethodinitTrayNotification
(String title, String message, Notification type)
src/main/java/com/github/plushaze/traynotification/notification/TrayNotification.java:80
↓ 2 callersMethodonDismissed
()
src/tray/notification/TrayNotification.java:221
↓ 2 callersMethodonDismissed
()
src/main/java/com/github/plushaze/traynotification/notification/TrayNotification.java:185
↓ 2 callersMethodonShown
()
src/tray/notification/TrayNotification.java:216
↓ 2 callersMethodonShown
()
src/main/java/com/github/plushaze/traynotification/notification/TrayNotification.java:180
↓ 2 callersMethodsetAnimationType
(AnimationType type)
src/tray/notification/TrayNotification.java:297
↓ 2 callersMethodsetMessage
Sets the message for the tray notification @param txt The text to assign to the body of the tray notification
src/main/java/com/github/plushaze/traynotification/notification/TrayNotification.java:240
↓ 2 callersMethodsetTitle
Sets a title to the tray @param txt The text to assign to the tray icon
src/main/java/com/github/plushaze/traynotification/notification/TrayNotification.java:227
↓ 2 callersMethodsetTrayIcon
Sets a new task bar image for the tray @param img The image to assign
src/tray/notification/TrayNotification.java:246
↓ 2 callersMethodsetTrayIcon
Sets a new task bar image for the tray @param img The image to assign
src/main/java/com/github/plushaze/traynotification/notification/TrayNotification.java:213
↓ 2 callersMethodsetupDismissAnimation
()
src/tray/animations/SlideAnimation.java:56
↓ 2 callersMethodsetupDismissAnimation
()
src/tray/animations/PopupAnimation.java:24
↓ 2 callersMethodsetupDismissAnimation
@return a constructed instance of a dismiss fade animation
src/tray/animations/FadeAnimation.java:61
↓ 2 callersMethodsetupDismissAnimation
()
src/main/java/com/github/plushaze/traynotification/animations/AbstractAnimation.java:28
↓ 2 callersMethodsetupShowAnimation
()
src/tray/animations/SlideAnimation.java:27
↓ 2 callersMethodsetupShowAnimation
()
src/tray/animations/PopupAnimation.java:45
↓ 2 callersMethodsetupShowAnimation
@return a constructed instance of a show fade animation
src/tray/animations/FadeAnimation.java:38
↓ 2 callersMethodsetupShowAnimation
()
src/main/java/com/github/plushaze/traynotification/animations/AbstractAnimation.java:26
↓ 2 callersMethodshowAndWait
Displays the notification tray
src/tray/notification/TrayNotification.java:194
↓ 2 callersMethodtoString
()
src/main/java/com/github/plushaze/traynotification/models/Location.java:24
↓ 1 callersMethodfindFirstWhere
(Predicate<? super TrayAnimation> predicate)
src/tray/animations/AnimationProvider.java:33
↓ 1 callersMethodget
()
src/tray/models/CustomStage.java:52
↓ 1 callersMethodgetAnimationType
The type of animation this class plays @return The type of animation this class plays
src/tray/animations/TrayAnimation.java:12
↓ 1 callersMethodgetImage
()
src/tray/notification/TrayNotification.java:285
↓ 1 callersMethodgetImage
()
src/main/java/com/github/plushaze/traynotification/notification/TrayNotification.java:254
↓ 1 callersMethodgetPaintHex
()
src/main/java/com/github/plushaze/traynotification/notification/Notification.java:7
↓ 1 callersMethodgetURLResource
()
src/main/java/com/github/plushaze/traynotification/notification/Notification.java:5
↓ 1 callersMethodinitAnimations
()
src/tray/notification/TrayNotification.java:89
↓ 1 callersMethodinitAnimations
()
src/main/java/com/github/plushaze/traynotification/notification/TrayNotification.java:97
↓ 1 callersMethodinitStage
()
src/tray/notification/TrayNotification.java:98
↓ 1 callersMethodinitStage
()
src/main/java/com/github/plushaze/traynotification/notification/TrayNotification.java:101
↓ 1 callersMethodisShowing
Signifies if the tray is current showing @return boolean resultant
src/tray/animations/TrayAnimation.java:34
↓ 1 callersMethodisShowing
@return whether or not the tray is current showing
src/main/java/com/github/plushaze/traynotification/animations/Animation.java:28
↓ 1 callersMethodnewInstance
(CustomStage stage)
src/main/java/com/github/plushaze/traynotification/animations/Animations.java:19
↓ 1 callersMethodplayDismissAnimation
Plays the implemented dismiss animation
src/tray/animations/TrayAnimation.java:28
↓ 1 callersMethodplayDismissAnimation
Plays the implemented dismiss animation
src/main/java/com/github/plushaze/traynotification/animations/Animation.java:23
↓ 1 callersMethodplaySequential
Plays both the show and dismiss animation using a sequential transition object @param dismissDelay How long to delay the start of the dismiss animatio
src/tray/animations/TrayAnimation.java:18
↓ 1 callersMethodplaySequential
Plays both the show and dismiss animation using a sequential transition object @param dismissDelay Amount of delay before starting the dismiss animat
src/main/java/com/github/plushaze/traynotification/animations/Animation.java:13
↓ 1 callersMethodplayShowAnimation
Plays the implemented show animation
src/tray/animations/TrayAnimation.java:23
↓ 1 callersMethodplayShowAnimation
Plays the implemented show animation
src/main/java/com/github/plushaze/traynotification/animations/Animation.java:18
↓ 1 callersMethodsetNotificationType
(NotificationType nType)
src/tray/notification/TrayNotification.java:108
↓ 1 callersMethodsetSize
(double width, double height)
src/tray/models/CustomStage.java:30
↓ 1 callersMethodsetSize
(double width, double height)
src/main/java/com/github/plushaze/traynotification/models/CustomStage.java:30
↓ 1 callersMethodsetTray
(String title, String message, NotificationType type)
src/tray/notification/TrayNotification.java:155
↓ 1 callersMethodsetTray
(String title, String message, Notification type)
src/main/java/com/github/plushaze/traynotification/notification/TrayNotification.java:123
↓ 1 callersMethodshowAndDismiss
Shows and dismisses the tray notification @param dismissDelay How long to delay the start of the dismiss animation
src/tray/notification/TrayNotification.java:177
MethodAbstractAnimation
(CustomStage stage)
src/main/java/com/github/plushaze/traynotification/animations/AbstractAnimation.java:17
MethodAnimationProvider
(TrayAnimation... animations)
src/tray/animations/AnimationProvider.java:20
MethodAnimations
(Function<CustomStage, Animation> newInstance)
src/main/java/com/github/plushaze/traynotification/animations/Animations.java:15
MethodCustomStage
(AnchorPane ap, StageStyle style)
src/tray/models/CustomStage.java:14
MethodCustomStage
(AnchorPane ap, StageStyle style)
src/main/java/com/github/plushaze/traynotification/models/CustomStage.java:14
MethodFadeAnimation
Initializes a fade type animation on a stage @param customStage The stage associate the fade animation with
src/tray/animations/FadeAnimation.java:21
MethodFadeAnimation
(CustomStage stage)
src/main/java/com/github/plushaze/traynotification/animations/FadeAnimation.java:11
MethodLocation
(double xLoc, double yLoc)
src/tray/models/Location.java:7
MethodLocation
(double x, double y)
src/main/java/com/github/plushaze/traynotification/models/Location.java:11
MethodNotifications
(String urlResource, String paintHex)
src/main/java/com/github/plushaze/traynotification/notification/Notifications.java:14
MethodPopupAnimation
(CustomStage s)
src/tray/animations/PopupAnimation.java:14
MethodPopupAnimation
(CustomStage stage)
src/main/java/com/github/plushaze/traynotification/animations/PopupAnimation.java:9
MethodSlideAnimation
(CustomStage customStage)
src/tray/animations/SlideAnimation.java:14
MethodSlideAnimation
(CustomStage customStage)
src/main/java/com/github/plushaze/traynotification/animations/SlideAnimation.java:9
MethodTrayNotification
Initializes an instance of the tray notification object @param title The title text to assign to the tray @param body The body text to assign to the t
src/tray/notification/TrayNotification.java:47
MethodTrayNotification
Initializes an instance of the tray notification object @param title The title text to assign to the tray @param body The body text
src/main/java/com/github/plushaze/traynotification/notification/TrayNotification.java:47
MethodcreatingACustomTrayNotification
()
src/test/java/com/github/plushaze/traynotification/ReadMeTest.java:69
MethodcreatingANewTrayNotification
()
src/test/java/com/github/plushaze/traynotification/ReadMeTest.java:42
Methodequals
(Object obj)
src/main/java/com/github/plushaze/traynotification/models/Location.java:34
MethodgetAnimation
()
src/main/java/com/github/plushaze/traynotification/notification/TrayNotification.java:274
MethodgetAnimationType
()
src/tray/notification/TrayNotification.java:303
MethodgetAnimationType
The type of animation this class plays @return The type of animation this class plays
src/tray/animations/SlideAnimation.java:89
MethodgetAnimationType
The type of animation this class plays @return The type of animation this class plays
src/tray/animations/PopupAnimation.java:73
next →1–100 of 151, ranked by callers