Uses of Interface
ch.swingfx.twinkle.style.INotificationStyle
-
Packages that use INotificationStyle Package Description ch.swingfx.twinkle ch.swingfx.twinkle.style ch.swingfx.twinkle.style.theme ch.swingfx.twinkle.window -
-
Uses of INotificationStyle in ch.swingfx.twinkle
Fields in ch.swingfx.twinkle declared as INotificationStyle Modifier and Type Field Description private INotificationStyleNotificationBuilder. fStylestyling for our windowMethods in ch.swingfx.twinkle that return INotificationStyle Modifier and Type Method Description INotificationStyleNotificationBuilder. getStyle()Get theINotificationStyleof this notificationMethods in ch.swingfx.twinkle with parameters of type INotificationStyle Modifier and Type Method Description NotificationBuilderNotificationBuilder. 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 INotificationStyle Modifier and Type Class Description classAbstractNotificationStyleProvides a base class forINotificationStyleimplementations. -
Uses of INotificationStyle in ch.swingfx.twinkle.style.theme
Classes in ch.swingfx.twinkle.style.theme that implement INotificationStyle Modifier and Type Class Description classDarkDefaultNotificationDark theme for the default windowclassLightDefaultNotificationLight theme for the default window -
Uses of INotificationStyle in ch.swingfx.twinkle.window
Fields in ch.swingfx.twinkle.window declared as INotificationStyle Modifier and Type Field Description private INotificationStyleGlassPane. fStyleMethods in ch.swingfx.twinkle.window with parameters of type INotificationStyle Modifier and Type Method Description javax.swing.JWindowICreateNotificationWindow. createNotificationWindow(javax.swing.Icon icon, java.lang.String title, java.lang.String message, INotificationStyle style, java.awt.GraphicsConfiguration graphicsConfiguration)Creates a new notification windowjava.awt.PointIPosition. getPosition(java.awt.Dimension screenSize, java.awt.Insets screenInsets, javax.swing.JWindow window, INotificationStyle style)Calculate the position forwindowConstructors in ch.swingfx.twinkle.window with parameters of type INotificationStyle Constructor Description DefaultNotificationWindow(javax.swing.Icon icon, java.lang.String title, java.lang.String message, INotificationStyle style, java.awt.GraphicsConfiguration graphicsConfiguration)Create a new notificationGlassPane(javax.swing.JWindow window, INotificationStyle style, int cornerRadius)Create a newGlassPane
-