- NONE - Static variable in class ds.desktop.notify.DesktopNotify
-
- NotificationBuilder - Class in ds.desktop.notify
-
Utilitary object that allows easy and flexible build of notifications that
fit any of your evil interests.
- NotificationBuilder() - Constructor for class ds.desktop.notify.NotificationBuilder
-
Default constructor.
- NotifyClient - Class in ds.desktop.notify.service
-
A NotifyClient
allows to use a notification service running on
another process of the host in order to display notifications, just like if
the service were running on this process.
- NotifyClient() - Constructor for class ds.desktop.notify.service.NotifyClient
-
- NotifyServer - Class in ds.desktop.notify.service
-
A NotifyServer
runs a notification service for this host.
- NotifyServer() - Constructor for class ds.desktop.notify.service.NotifyServer
-
- NotifyService - Class in ds.desktop.notify.service
-
A NotifyService
makes it possible to centralize control and display
notifications in a single process for the current host (either a physical or
virtual machine), in such a way several processes can make use of DS Desktop
Notify without colliding with each other, even those where the Java platform
is not necesarily present.
- NotifyService() - Constructor for class ds.desktop.notify.service.NotifyService
-
- NotifyTheme - Class in ds.desktop.notify
-
A NotifyTheme
defines the aspect of a desktop notification.
- NotifyTheme() - Constructor for class ds.desktop.notify.NotifyTheme
-
- NotifyTheme.DarkTheme - Class in ds.desktop.notify
-
The default Dark theme.
- NotifyTheme.DarkTheme() - Constructor for class ds.desktop.notify.NotifyTheme.DarkTheme
-
- NotifyTheme.LightTheme - Class in ds.desktop.notify
-
The default Light theme.
- NotifyTheme.LightTheme() - Constructor for class ds.desktop.notify.NotifyTheme.LightTheme
-