Package | Description |
---|---|
org.ginsim.core.notification |
API for notifications: notifications, listener and a global manager to connect them
|
org.ginsim.core.notification.detailed | |
org.ginsim.core.notification.resolvable | |
org.ginsim.gui.notifications |
GUI to present notifications, and propose related actions when needed.
|
org.ginsim.gui.shell |
Define the main shell: graph windows and common dialogs
|
Modifier and Type | Class and Description |
---|---|
class |
ErrorNotification |
class |
ExceptionNotification |
class |
InformationNotification |
class |
WarningNotification |
Modifier and Type | Method and Description |
---|---|
void |
NotificationListener.deleteNotification(Notification message)
Receive a notification from the NotificationManager and remove it from the notification list
|
void |
NotificationManager.publishDeletion(Notification message)
Publish a notification so NotificationListerner that were registered and
have subscribe to the type of the given notification will remove it from their notification list
(deletion is due to notification timeout)
|
void |
NotificationListener.receiveNotification(Notification message)
Receive a notification from the NotificationManager and add it from the notification list
|
Modifier and Type | Class and Description |
---|---|
class |
DetailedErrorNotification |
class |
DetailedInformationNotification |
class |
DetailedWarningNotification |
Modifier and Type | Class and Description |
---|---|
class |
ResolvableErrorNotification |
class |
ResolvableWarningNotification |
Modifier and Type | Method and Description |
---|---|
Notification |
NotificationSource.getTopNotification() |
Modifier and Type | Method and Description |
---|---|
boolean |
NotificationPanel.isShowingMessage(Notification message)
Test if this panel is currently showing the specified message.
|
Modifier and Type | Method and Description |
---|---|
Notification |
MainFrame.getTopNotification()
Return the most important notification (it is the head of the queue since the queue is ordered to
have the most urgent notification on top).
|
Modifier and Type | Method and Description |
---|---|
void |
MainFrame.deleteNotification(Notification message)
Remove the given notification from the queue
|
void |
MainFrame.receiveNotification(Notification message)
Receive a notification and add it to the notification queue
|
Copyright © 2005–2020. All rights reserved.