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 FlowWorkerHandlerInteractionDisplayLocationHelper. 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 classFlowPanelA panel for setting up, modifying, saving and loading "simple" flows.classFlowRunnerPanelPanel that allows the execution of flows.Fields in adams.gui.flow declared as FlowWorkerHandler Modifier and Type Field Description protected FlowWorkerHandlerFlowPanelNotificationArea. m_Ownerthe owner.protected FlowWorkerHandlerFlowWorker. m_Ownerthe panel this flow belongs to.Methods in adams.gui.flow that return FlowWorkerHandler Modifier and Type Method Description FlowWorkerHandlerFlowPanelNotificationArea. getOwner()Returns the current owner.Methods in adams.gui.flow with parameters of type FlowWorkerHandler Modifier and Type Method Description static voidFlowPanelNotificationArea. clearIcon(FlowWorkerHandler handler)Clears any icon.static voidFlowPanelNotificationArea. displayIcon(FlowWorkerHandler handler, FlowPanelNotificationArea.NotificationType type)Displays the icon associated with the notification type.static voidFlowPanelNotificationArea. displayIcon(FlowWorkerHandler handler, String icon)Displays the icon.voidFlowPanelNotificationArea. 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.
-