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 INotificationStyleNotificationBuilder.fStylestyling for our windowMethods in ch.swingfx.twinkle that return INotificationStyleModifier and TypeMethodDescriptionNotificationBuilder.getStyle()Get theINotificationStyleof 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 TypeClassDescriptionclassProvides a base class forINotificationStyleimplementations. -
Uses of INotificationStyle in ch.swingfx.twinkle.style.theme
Classes in ch.swingfx.twinkle.style.theme that implement INotificationStyleModifier and TypeClassDescriptionclassDark theme for the default windowclassLight 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 forwindowConstructors 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