|
||||||||||
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> |
WebNotification.options
Notification options. |
protected java.util.List<NotificationOption> |
WebInnerNotification.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> |
WebNotification.getOptions()
Returns notification options list. |
java.util.List<NotificationOption> |
WebInnerNotification.getOptions()
Returns notification options list. |
Methods in com.alee.managers.notification with parameters of type NotificationOption | |
---|---|
void |
WebNotification.fireOptionSelected(NotificationOption option)
Fires when notification options is selected. |
void |
WebInnerNotification.fireOptionSelected(NotificationOption option)
Fires when notification options is selected. |
void |
NotificationListener.optionSelected(NotificationOption option)
Notifies that user has selected the specified option. |
void |
WebNotification.setOptions(NotificationOption... options)
Sets notification options. |
void |
WebInnerNotification.setOptions(NotificationOption... options)
Sets notification options. |
static WebInnerNotification |
NotificationManager.showInnerNotification(java.awt.Component showFor,
java.awt.Component content,
javax.swing.Icon icon,
NotificationOption... options)
Returns displayed notification. |
static WebInnerNotification |
NotificationManager.showInnerNotification(java.awt.Component showFor,
java.awt.Component content,
NotificationOption... options)
Returns displayed notification. |
static WebInnerNotification |
NotificationManager.showInnerNotification(java.awt.Component content,
javax.swing.Icon icon,
NotificationOption... options)
Returns displayed notification. |
static WebInnerNotification |
NotificationManager.showInnerNotification(java.awt.Component content,
NotificationOption... options)
Returns displayed notification. |
static WebInnerNotification |
NotificationManager.showInnerNotification(java.awt.Component showFor,
java.lang.String content,
javax.swing.Icon icon,
NotificationOption... options)
Returns displayed notification. |
static WebInnerNotification |
NotificationManager.showInnerNotification(java.awt.Component showFor,
java.lang.String content,
NotificationOption... options)
Returns displayed notification. |
static WebInnerNotification |
NotificationManager.showInnerNotification(java.lang.String content,
javax.swing.Icon icon,
NotificationOption... options)
Returns displayed notification. |
static WebInnerNotification |
NotificationManager.showInnerNotification(java.lang.String content,
NotificationOption... options)
Returns displayed notification. |
static WebNotification |
NotificationManager.showNotification(java.awt.Component showFor,
java.awt.Component content,
javax.swing.Icon icon,
NotificationOption... options)
Returns displayed notification. |
static WebNotification |
NotificationManager.showNotification(java.awt.Component showFor,
java.awt.Component content,
NotificationOption... options)
Returns displayed notification. |
static WebNotification |
NotificationManager.showNotification(java.awt.Component content,
javax.swing.Icon icon,
NotificationOption... options)
Returns displayed notification. |
static WebNotification |
NotificationManager.showNotification(java.awt.Component content,
NotificationOption... options)
Returns displayed notification. |
static WebNotification |
NotificationManager.showNotification(java.awt.Component showFor,
java.lang.String content,
javax.swing.Icon icon,
NotificationOption... options)
Returns displayed notification. |
static WebNotification |
NotificationManager.showNotification(java.awt.Component showFor,
java.lang.String content,
NotificationOption... options)
Returns displayed notification. |
static WebNotification |
NotificationManager.showNotification(java.lang.String content,
javax.swing.Icon icon,
NotificationOption... options)
Returns displayed notification. |
static WebNotification |
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 |
WebNotification.setOptions(java.util.List<NotificationOption> options)
Sets notification options list. |
void |
WebInnerNotification.setOptions(java.util.List<NotificationOption> options)
Sets notification options list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |