|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotificationOption | |
---|---|
com.alee.managers.notification |
Uses of NotificationOption in com.alee.managers.notification |
---|
Fields in com.alee.managers.notification with type parameters of type NotificationOption | |
---|---|
protected java.util.List<NotificationOption> |
WebNotificationPopup.options
Notification options. |
Methods in com.alee.managers.notification that return NotificationOption | |
---|---|
static NotificationOption |
NotificationOption.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static NotificationOption[] |
NotificationOption.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.alee.managers.notification that return types with arguments of type NotificationOption | |
---|---|
java.util.List<NotificationOption> |
WebNotificationPopup.getOptions()
Returns notification options list. |
Methods in com.alee.managers.notification with parameters of type NotificationOption | |
---|---|
void |
WebNotificationPopup.fireOptionSelected(NotificationOption option)
Fires when notification options is selected. |
void |
NotificationListener.optionSelected(NotificationOption option)
Notifies that user has selected the specified option. |
void |
WebNotificationPopup.setOptions(NotificationOption... options)
Sets notification options. |
static WebNotificationPopup |
NotificationManager.showNotification(java.awt.Component showFor,
java.awt.Component content,
javax.swing.Icon icon,
NotificationOption... options)
Returns displayed notification. |
static WebNotificationPopup |
NotificationManager.showNotification(java.awt.Component showFor,
java.awt.Component content,
NotificationOption... options)
Returns displayed notification. |
static WebNotificationPopup |
NotificationManager.showNotification(java.awt.Component content,
javax.swing.Icon icon,
NotificationOption... options)
Returns displayed notification. |
static WebNotificationPopup |
NotificationManager.showNotification(java.awt.Component content,
NotificationOption... options)
Returns displayed notification. |
static WebNotificationPopup |
NotificationManager.showNotification(java.awt.Component showFor,
java.lang.String content,
javax.swing.Icon icon,
NotificationOption... options)
Returns displayed notification. |
static WebNotificationPopup |
NotificationManager.showNotification(java.awt.Component showFor,
java.lang.String content,
NotificationOption... options)
Returns displayed notification. |
static WebNotificationPopup |
NotificationManager.showNotification(java.lang.String content,
javax.swing.Icon icon,
NotificationOption... options)
Returns displayed notification. |
static WebNotificationPopup |
NotificationManager.showNotification(java.lang.String content,
NotificationOption... options)
Returns displayed notification. |
Method parameters in com.alee.managers.notification with type arguments of type NotificationOption | |
---|---|
void |
WebNotificationPopup.setOptions(java.util.List<NotificationOption> options)
Sets notification options list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |