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.NotificationTypeFlowPanelNotificationArea. m_Typethe type of notification.Methods in adams.gui.flow that return FlowPanelNotificationArea.NotificationType Modifier and Type Method Description static FlowPanelNotificationArea.NotificationTypeFlowPanelNotificationArea.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 voidFlowPanelNotificationArea. displayIcon(FlowWorkerHandler handler, FlowPanelNotificationArea.NotificationType type)Displays the icon associated with the notification type.voidFlowPanel. showNotification(String msg, FlowPanelNotificationArea.NotificationType type)Displays the notification text.voidFlowPanelNotificationArea. showNotification(String msg, FlowPanelNotificationArea.NotificationType type)Displays the notification text.voidFlowRunnerPanel. showNotification(String msg, FlowPanelNotificationArea.NotificationType type)Displays the notification text.voidFlowWorker. showNotification(String msg, FlowPanelNotificationArea.NotificationType type)Displays the given message in a separate dialog.voidFlowWorkerHandler. showNotification(String msg, FlowPanelNotificationArea.NotificationType type)Displays the notification text.
-