Uses of Class
adams.gui.flow.FlowPanelNotificationArea
-
Packages that use FlowPanelNotificationArea Package Description adams.gui.flow adams.gui.flow.notificationareaaction -
-
Uses of FlowPanelNotificationArea in adams.gui.flow
Fields in adams.gui.flow declared as FlowPanelNotificationArea Modifier and Type Field Description protected FlowPanelNotificationArea
FlowPanel. m_PanelNotification
the panel for showing notifications.protected FlowPanelNotificationArea
FlowRunnerPanel. m_PanelNotification
the panel for showing notifications. -
Uses of FlowPanelNotificationArea in adams.gui.flow.notificationareaaction
Fields in adams.gui.flow.notificationareaaction declared as FlowPanelNotificationArea Modifier and Type Field Description protected FlowPanelNotificationArea
AbstractNotificationAreaAction. m_Owner
the owner.Methods in adams.gui.flow.notificationareaaction that return FlowPanelNotificationArea Modifier and Type Method Description FlowPanelNotificationArea
AbstractNotificationAreaAction. getOwner()
Returns the owner.Methods in adams.gui.flow.notificationareaaction with parameters of type FlowPanelNotificationArea Modifier and Type Method Description void
AbstractNotificationAreaAction. setOwner(FlowPanelNotificationArea value)
Sets the owner.
-