NotificationPopup.Builder |
NotificationPopup.Builder.content(Function<Composite,Control> contentCreator) |
Sets the function to create the main content of the notification popup in the
given composite.
|
NotificationPopup.Builder |
NotificationPopup.Builder.delay(long delay) |
Sets the visible time of the popup before it disappears.
|
NotificationPopup.Builder |
NotificationPopup.Builder.fadeIn(boolean fadeIn) |
Sets whether the popup should fade in or just appear.
|
static NotificationPopup.Builder |
NotificationPopup.forDisplay(Display display) |
Creates a new builder instance.
|
NotificationPopup.Builder |
NotificationPopup.Builder.text(String text) |
Sets the content text.
|
NotificationPopup.Builder |
NotificationPopup.Builder.title(String title,
boolean hasCloseButton) |
Sets the title text.
|
NotificationPopup.Builder |
NotificationPopup.Builder.title(Function<Composite,Control> titleCreator,
boolean hasCloseButton) |
Sets the function to create the title area's content of the notification
popup in the given composite.
|
NotificationPopup.Builder |
NotificationPopup.Builder.titleImage(Image image) |
Sets the title image.
|