Uses of Class
org.eclipse.jface.notifications.NotificationPopup.Builder
Packages that use NotificationPopup.Builder
-
Uses of NotificationPopup.Builder in org.eclipse.jface.notifications
Methods in org.eclipse.jface.notifications that return NotificationPopup.BuilderModifier and TypeMethodDescriptionSets the function to create the main content of the notification popup in the given composite.NotificationPopup.Builder.delay
(long delay) Sets the visible time of the popup before it disappears.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.static NotificationPopup.Builder
Creates a new builder instance using a shell.Sets the content text.Sets the title text.Sets the function to create the title area's content of the notification popup in the given composite.NotificationPopup.Builder.titleImage
(Image image) Sets the title image.