org.openide.awt 7.19.1

Uses of Class
org.openide.awt.NotificationDisplayer.Priority

Packages that use NotificationDisplayer.Priority
org.openide.awt A set of utility classes pertaining to the visual appearance of NetBeans. 
 

Uses of NotificationDisplayer.Priority in org.openide.awt
 

Methods in org.openide.awt that return NotificationDisplayer.Priority
static NotificationDisplayer.Priority NotificationDisplayer.Priority.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NotificationDisplayer.Priority[] NotificationDisplayer.Priority.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.openide.awt with parameters of type NotificationDisplayer.Priority
abstract  Notification NotificationDisplayer.notify(String title, Icon icon, JComponent balloonDetails, JComponent popupDetails, NotificationDisplayer.Priority priority)
          Create and show new notification with customized content.
abstract  Notification NotificationDisplayer.notify(String title, Icon icon, String detailsText, ActionListener detailsAction, NotificationDisplayer.Priority priority)
          Create and show new notification.
 


org.openide.awt 7.19.1

Built on February 22 2010.  |  Portions Copyright 1997-2010 Sun Microsystems, Inc. All rights reserved.