Uses of Interface
ch.swingfx.twinkle.style.INotificationStyle
Packages that use INotificationStyle
Package
Description
-
Uses of INotificationStyle in ch.swingfx.twinkle
Fields in ch.swingfx.twinkle declared as INotificationStyleModifier and TypeFieldDescriptionprivate INotificationStyle
NotificationBuilder.fStyle
styling for our windowMethods in ch.swingfx.twinkle that return INotificationStyleModifier and TypeMethodDescriptionNotificationBuilder.getStyle()
Get theINotificationStyle
of this notificationMethods in ch.swingfx.twinkle with parameters of type INotificationStyleModifier and TypeMethodDescriptionNotificationBuilder.withStyle
(INotificationStyle style) set the style of the notification -
Uses of INotificationStyle in ch.swingfx.twinkle.style
Classes in ch.swingfx.twinkle.style that implement INotificationStyleModifier and TypeClassDescriptionclass
Provides a base class forINotificationStyle
implementations. -
Uses of INotificationStyle in ch.swingfx.twinkle.style.theme
Classes in ch.swingfx.twinkle.style.theme that implement INotificationStyleModifier and TypeClassDescriptionclass
Dark theme for the default windowclass
Light theme for the default window -
Uses of INotificationStyle in ch.swingfx.twinkle.window
Fields in ch.swingfx.twinkle.window declared as INotificationStyleMethods in ch.swingfx.twinkle.window with parameters of type INotificationStyleModifier and TypeMethodDescriptionICreateNotificationWindow.createNotificationWindow
(Icon icon, String title, String message, INotificationStyle style, GraphicsConfiguration graphicsConfiguration) Creates a new notification windowIPosition.getPosition
(Dimension screenSize, Insets screenInsets, JWindow window, INotificationStyle style) Calculate the position forwindow
Constructors in ch.swingfx.twinkle.window with parameters of type INotificationStyleModifierConstructorDescriptionDefaultNotificationWindow
(Icon icon, String title, String message, INotificationStyle style, GraphicsConfiguration graphicsConfiguration) Create a new notificationGlassPane
(JWindow window, INotificationStyle style, int cornerRadius) Create a newGlassPane