Package | Description |
---|---|
ds.desktop.notify |
Modifier and Type | Method and Description |
---|---|
NotificationBuilder |
NotificationBuilder.setAction(java.awt.event.ActionListener action)
Sets the ActionListener to use in the notification to build.
|
NotificationBuilder |
NotificationBuilder.setIcon(java.awt.Image icon)
Sets the icon for the notification to build.
|
NotificationBuilder |
NotificationBuilder.setMessage(java.lang.String message)
Sets the message for the notification to build.
|
NotificationBuilder |
NotificationBuilder.setTextOrientation(int orientation)
Sets the prefered orientation of the text to be displayed, this
determines the default text alignment.
|
NotificationBuilder |
NotificationBuilder.setTheme(NotifyTheme theme)
Sets the theme to use in the notification to build.
|
NotificationBuilder |
NotificationBuilder.setTimeOut(long timeOut)
Sets the timeout for the notification to build.
|
NotificationBuilder |
NotificationBuilder.setTitle(java.lang.String title)
Sets the title for the notification to build.
|
NotificationBuilder |
NotificationBuilder.setType(int type)
Sets the type of notification to build.
|