Package | Description |
---|---|
org.hkijena.jipipe.api.notifications | |
org.hkijena.jipipe.ui.notifications |
Modifier and Type | Method and Description |
---|---|
JIPipeNotification |
JIPipeNotificationInbox.PushedEvent.getNotification() |
JIPipeNotification |
JIPipeNotificationInbox.DismissedEvent.getNotification() |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeNotification> |
JIPipeNotificationInbox.getNotifications() |
Modifier and Type | Method and Description |
---|---|
int |
JIPipeNotification.compareTo(JIPipeNotification o) |
void |
JIPipeNotificationInbox.dismiss(JIPipeNotification notification) |
void |
JIPipeNotificationInbox.push(JIPipeNotification notification) |
Constructor and Description |
---|
DismissedEvent(JIPipeNotificationInbox inbox,
JIPipeNotification notification) |
PushedEvent(JIPipeNotificationInbox inbox,
JIPipeNotification notification) |
Constructor and Description |
---|
GenericNotificationUI(GenericNotificationInboxUI inboxUI,
JIPipeNotification notification,
boolean dismissed,
boolean blocked) |
WorkbenchNotificationUI(WorkbenchNotificationInboxUI inboxUI,
JIPipeNotification notification,
boolean blocked,
boolean dismissed) |
Copyright © 2020–2023 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.