Uses of Interface
ch.swingfx.twinkle.window.ICreateNotificationWindow
-
Packages that use ICreateNotificationWindow Package Description ch.swingfx.twinkle.style ch.swingfx.twinkle.window -
-
Uses of ICreateNotificationWindow in ch.swingfx.twinkle.style
Fields in ch.swingfx.twinkle.style declared as ICreateNotificationWindow Modifier and Type Field Description private ICreateNotificationWindow
AbstractNotificationStyle. fWindowCreator
Methods in ch.swingfx.twinkle.style that return ICreateNotificationWindow Modifier and Type Method Description ICreateNotificationWindow
AbstractNotificationStyle. getNotificationWindowCreator()
ICreateNotificationWindow
INotificationStyle. getNotificationWindowCreator()
Get the notification window creatorMethods in ch.swingfx.twinkle.style with parameters of type ICreateNotificationWindow Modifier and Type Method Description AbstractNotificationStyle
AbstractNotificationStyle. withNotificationWindowCreator(ICreateNotificationWindow windowCreator)
Override the defaultICreateNotificationWindow
-
Uses of ICreateNotificationWindow in ch.swingfx.twinkle.window
Classes in ch.swingfx.twinkle.window that implement ICreateNotificationWindow Modifier and Type Class Description class
NotificationWindowTypes
Available notifications windows.
-