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 INotificationManagerNotificationBuilder. fManagerThe manager that shows the notificationsMethods in ch.swingfx.twinkle with parameters of type INotificationManager Modifier and Type Method Description NotificationBuilderNotificationBuilder. withNotificationManager(INotificationManager manager)Set theINotificationManagerthat 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 classNotificationManagersProvides different types ofINotificationManager
-