Uses of Interface
adams.gui.flow.FlowWorkerHandler
-
Packages that use FlowWorkerHandler Package Description adams.flow.core adams.gui.flow -
-
Uses of FlowWorkerHandler in adams.flow.core
Methods in adams.flow.core that return FlowWorkerHandler Modifier and Type Method Description static FlowWorkerHandler
InteractionDisplayLocationHelper. getFlowWorkerHandler(Actor context)
Retrieves the FlowWorkerHandler from the context. -
Uses of FlowWorkerHandler in adams.gui.flow
Classes in adams.gui.flow that implement FlowWorkerHandler Modifier and Type Class Description class
FlowPanel
A panel for setting up, modifying, saving and loading "simple" flows.class
FlowRunnerPanel
Panel that allows the execution of flows.Fields in adams.gui.flow declared as FlowWorkerHandler Modifier and Type Field Description protected FlowWorkerHandler
FlowPanelNotificationArea. m_Owner
the owner.protected FlowWorkerHandler
FlowWorker. m_Owner
the panel this flow belongs to.Methods in adams.gui.flow that return FlowWorkerHandler Modifier and Type Method Description FlowWorkerHandler
FlowPanelNotificationArea. getOwner()
Returns the current owner.Methods in adams.gui.flow with parameters of type FlowWorkerHandler Modifier and Type Method Description static void
FlowPanelNotificationArea. clearIcon(FlowWorkerHandler handler)
Clears any icon.static void
FlowPanelNotificationArea. displayIcon(FlowWorkerHandler handler, FlowPanelNotificationArea.NotificationType type)
Displays the icon associated with the notification type.static void
FlowPanelNotificationArea. displayIcon(FlowWorkerHandler handler, String icon)
Displays the icon.void
FlowPanelNotificationArea. setOwner(FlowWorkerHandler value)
Sets the owning panel.Constructors in adams.gui.flow with parameters of type FlowWorkerHandler Constructor Description FlowWorker(FlowWorkerHandler owner, Actor flow, File file, boolean showNotification, boolean debug)
Initializes the worker.
-