Uses of Interface
ch.swingfx.twinkle.manager.INotificationManager
-
Packages that use INotificationManager Package Description ch.swingfx.twinkle ch.swingfx.twinkle.manager -
-
Uses of INotificationManager in ch.swingfx.twinkle
Fields in ch.swingfx.twinkle declared as INotificationManager Modifier and Type Field Description private INotificationManager
NotificationBuilder. fManager
The manager that shows the notificationsMethods in ch.swingfx.twinkle with parameters of type INotificationManager Modifier and Type Method Description NotificationBuilder
NotificationBuilder. withNotificationManager(INotificationManager manager)
Set theINotificationManager
that handles how the notification are displayed -
Uses of INotificationManager in ch.swingfx.twinkle.manager
Classes in ch.swingfx.twinkle.manager that implement INotificationManager Modifier and Type Class Description class
NotificationManagers
Provides different types ofINotificationManager
-