org.openide.awt 7.23.1

Uses of Class
org.openide.awt.Notification

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

Uses of Notification in org.openide.awt
 

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


org.openide.awt 7.23.1

Built on September 19 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.