Uses of Class
adams.gui.flow.FlowPanelNotificationArea.NotificationType
-
Packages that use FlowPanelNotificationArea.NotificationType Package Description adams.gui.flow -
-
Uses of FlowPanelNotificationArea.NotificationType in adams.gui.flow
Fields in adams.gui.flow declared as FlowPanelNotificationArea.NotificationType Modifier and Type Field Description protected FlowPanelNotificationArea.NotificationType
FlowPanelNotificationArea. m_Type
the type of notification.Methods in adams.gui.flow that return FlowPanelNotificationArea.NotificationType Modifier and Type Method Description static FlowPanelNotificationArea.NotificationType
FlowPanelNotificationArea.NotificationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static FlowPanelNotificationArea.NotificationType[]
FlowPanelNotificationArea.NotificationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.gui.flow with parameters of type FlowPanelNotificationArea.NotificationType Modifier and Type Method Description static void
FlowPanelNotificationArea. displayIcon(FlowWorkerHandler handler, FlowPanelNotificationArea.NotificationType type)
Displays the icon associated with the notification type.void
FlowPanel. showNotification(String msg, FlowPanelNotificationArea.NotificationType type)
Displays the notification text.void
FlowPanelNotificationArea. showNotification(String msg, FlowPanelNotificationArea.NotificationType type)
Displays the notification text.void
FlowRunnerPanel. showNotification(String msg, FlowPanelNotificationArea.NotificationType type)
Displays the notification text.void
FlowWorker. showNotification(String msg, FlowPanelNotificationArea.NotificationType type)
Displays the given message in a separate dialog.void
FlowWorkerHandler. showNotification(String msg, FlowPanelNotificationArea.NotificationType type)
Displays the notification text.
-