NotificationBuilder |
NotificationBuilder.withDisplayTime(int timeInMillis) |
set the time the notification should be displayed
|
NotificationBuilder |
NotificationBuilder.withFadeInAnimation(boolean animate) |
set true if you want to fade in the notification.
Note fade in is not supported on all platform.
|
NotificationBuilder |
NotificationBuilder.withFadeOutAnimation(boolean animate) |
set true if you want to fade out the notification.
Note fade out is not supported on all platform.
|
NotificationBuilder |
NotificationBuilder.withIcon(java.lang.String iconPath) |
set the icon of the notification
|
NotificationBuilder |
NotificationBuilder.withIcon(javax.swing.Icon icon) |
set the icon of the notification
|
NotificationBuilder |
NotificationBuilder.withListener(INotificationEventListener listener) |
|
NotificationBuilder |
NotificationBuilder.withMessage(java.lang.String message) |
set the message of the notification
|
NotificationBuilder |
NotificationBuilder.withNotificationManager(INotificationManager manager) |
|
NotificationBuilder |
NotificationBuilder.withPosition(IPosition position) |
Set the position of the notification
|
NotificationBuilder |
NotificationBuilder.withStyle(INotificationStyle style) |
set the style of the notification
|
NotificationBuilder |
NotificationBuilder.withTitle(java.lang.String title) |
set the title of the notification
|