| Package | Description |
|---|---|
| pt.lsts.neptus.console.events | |
| pt.lsts.neptus.console.notifications |
| Modifier and Type | Method and Description |
|---|---|
Notification |
ConsoleEventNewNotification.getNoty() |
| Constructor and Description |
|---|
ConsoleEventNewNotification(Notification noty) |
| Modifier and Type | Method and Description |
|---|---|
static Notification |
Notification.error(java.lang.String title,
java.lang.String text)
Static factory method for error type This already has require human action activated
|
static Notification |
Notification.info(java.lang.String title,
java.lang.String text) |
static Notification |
Notification.newNotification(java.lang.String title,
java.lang.String text,
Notification.NotificationType type) |
Notification |
Notification.requireHumanAction(boolean flag) |
Notification |
Notification.src(java.lang.String src) |
static Notification |
Notification.success(java.lang.String title,
java.lang.String text) |
static Notification |
Notification.warning(java.lang.String title,
java.lang.String text) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Notification> |
NotificationsCollection.getList() |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationsGlassPane.add(Notification noty) |
void |
NotificationsGlassPane.addAtomic(Notification noty) |
int |
Notification.compareTo(Notification o) |
void |
NotificationsCollection.onNotification(Notification e) |
Copyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.