- setAction(ActionListener) - Method in class ds.desktop.notify.DesktopNotify
-
Allows to bind an action to this notification.
- setAction(ActionListener) - Method in class ds.desktop.notify.NotificationBuilder
-
Sets the ActionListener to use in the notification to build.
- setBgGrad(Color, Color) - Method in class ds.desktop.notify.NotifyTheme
-
Allows to define the background color in a notification.
- setBorderColor(Color) - Method in class ds.desktop.notify.NotifyTheme
-
Allows to set a color for the borders of the notification.
- setContentFont(Font) - Method in class ds.desktop.notify.NotifyTheme
-
Allows to set a font to be used for texts.
- setDefaultTextOrientation(int) - Static method in class ds.desktop.notify.DesktopNotify
-
Sets the default text orientation to use for new notifications.
- setDefaultTheme(NotifyTheme) - Static method in class ds.desktop.notify.DesktopNotify
-
Sets the theme to use by default when creating notifications.
- setIcon(Image) - Method in class ds.desktop.notify.NotificationBuilder
-
Sets the icon for the notification to build.
- setIconSet(Image[]) - Method in class ds.desktop.notify.NotifyTheme
-
Allows to set a collection of icons to be used in this theme.
- setLogLevel(int) - Static method in class ds.desktop.notify.DesktopNotify
-
Allows to specify the level allowed for logging messages.
- setLogOutput(OutputStream) - Static method in class ds.desktop.notify.DesktopNotify
-
- setMessage(String) - Method in class ds.desktop.notify.NotificationBuilder
-
Sets the message for the notification to build.
- setTextOrientation(int) - Method in class ds.desktop.notify.NotificationBuilder
-
Sets the prefered orientation of the text to be displayed, this
determines the default text alignment.
- setTheme(NotifyTheme) - Method in class ds.desktop.notify.DesktopNotify
-
Allows to set a NotifyTheme
for this notification.
- setTheme(NotifyTheme) - Method in class ds.desktop.notify.NotificationBuilder
-
Sets the theme to use in the notification to build.
- setTimeout(long) - Method in class ds.desktop.notify.DesktopNotify
-
Allows to set a timeout for this notification, in milliseconds.
- setTimeOut(long) - Method in class ds.desktop.notify.NotificationBuilder
-
Sets the timeout for the notification to build.
- setTitle(String) - Method in class ds.desktop.notify.NotificationBuilder
-
Sets the title for the notification to build.
- setTitleFont(Font) - Method in class ds.desktop.notify.NotifyTheme
-
Allows to set a font to be used for texts.
- setType(int) - Method in class ds.desktop.notify.NotificationBuilder
-
Sets the type of notification to build.
- setVisible(boolean) - Method in class ds.desktop.notify.DesktopNotify
-
Used by he driver to mark this notification as visible or not.
- setWidth(int) - Method in class ds.desktop.notify.DesktopNotify
-
- show() - Method in class ds.desktop.notify.DesktopNotify
-
Polls the Driver in order to show this notification, so you don't have to
do it yourself.
- showDesktopMessage(String, String) - Static method in class ds.desktop.notify.DesktopNotify
-
Creates and shows a new notification.
- showDesktopMessage(String, String, int) - Static method in class ds.desktop.notify.DesktopNotify
-
Creates and shows a new notification.
- showDesktopMessage(String, String, int, ActionListener) - Static method in class ds.desktop.notify.DesktopNotify
-
Creates and shows a new notification.
- showDesktopMessage(String, String, int, Image, ActionListener) - Static method in class ds.desktop.notify.DesktopNotify
-
Creates and shows a new notification.
- showDesktopMessage(String, String, int, long) - Static method in class ds.desktop.notify.DesktopNotify
-
Creates and shows a new notification.
- showDesktopMessage(String, String, int, long, ActionListener) - Static method in class ds.desktop.notify.DesktopNotify
-
Creates and shows a new notification.
- showDesktopMessage(String, String, int, Image) - Static method in class ds.desktop.notify.DesktopNotify
-
Creates and shows a new notification.
- showDesktopMessage(String, String, int, Image, ActionListener, long) - Static method in class ds.desktop.notify.DesktopNotify
-
Creates and shows a new notification.
- sortMessage() - Method in class ds.desktop.notify.DesktopNotify
-
Splits the words of the text across lines that fit inside the
notification.
- start() - Method in class ds.desktop.notify.service.NotifyClient
-
- start() - Method in class ds.desktop.notify.service.NotifyServer
-
- start() - Method in class ds.desktop.notify.service.NotifyService
-
Starts the service, in case it hasn't been started yet.
- stop() - Method in class ds.desktop.notify.service.NotifyClient
-
- stop() - Method in class ds.desktop.notify.service.NotifyServer
-
- stop() - Method in class ds.desktop.notify.service.NotifyService
-
Stops the service, in case it's running.
- SUCCESS - Static variable in class ds.desktop.notify.DesktopNotify
-