Uses of Class
adams.gui.flow.FlowPanel
-
-
Uses of FlowPanel in adams.flow.processor
Fields in adams.flow.processor declared as FlowPanel Modifier and Type Field Description protected FlowPanelAbstractActorListingProcessor. m_Contextthe context.Methods in adams.flow.processor that return FlowPanel Modifier and Type Method Description FlowPanelAbstractActorListingProcessor. getContext()Returns the FlowPanel context.FlowPanelActorProcessorWithFlowPanelContext. getContext()Returns the FlowPanel context.Methods in adams.flow.processor with parameters of type FlowPanel Modifier and Type Method Description voidAbstractActorListingProcessor. setContext(FlowPanel value)Sets the FlowPanel context.voidActorProcessorWithFlowPanelContext. setContext(FlowPanel value)Sets the FlowPanel context. -
Uses of FlowPanel in adams.gui.flow
Fields in adams.gui.flow declared as FlowPanel Modifier and Type Field Description protected FlowPanelFlowMultiPagePane. m_ActiveFlowthe active flow.Methods in adams.gui.flow that return FlowPanel Modifier and Type Method Description FlowPanelFlowMultiPagePane. getActiveFlow()Returns the active flow panel (if any).FlowPanelFlowEditorPanel. getActivePanel()Returns the active panel (if any).FlowPanelFlowEditorPanel. getCurrentPanel()Returns the current flow panel.FlowPanelFlowMultiPagePane. getCurrentPanel()Returns the currently selected panel.FlowPanelFlowMultiPagePane. getPanelAt(int index)Returns the panel at the specified position.FlowPanelFlowMultiPagePane. newPanel()Adds a new tab with an empty panel.Methods in adams.gui.flow with parameters of type FlowPanel Modifier and Type Method Description booleanFlowEditorPanel. checkForModified(FlowPanel panel)Returns whether we can proceed with the operation or not, depending on whether the user saved the flow or discarded the changes.protected booleanFlowMultiPagePane. checkForModified(FlowPanel panel)Returns whether we can proceed with the operation or not, depending on whether the user saved the flow or discarded the changes.voidFlowMultiPagePane. updateTitle(FlowPanel panel, String title)Updates the title. -
Uses of FlowPanel in adams.gui.flow.multipageaction
Methods in adams.gui.flow.multipageaction with parameters of type FlowPanel Modifier and Type Method Description protected voidCompareFlows. compare(FlowMultiPagePane multi, FlowPanel actor1, FlowPanel actor2)Compares the two actors. -
Uses of FlowPanel in adams.gui.flow.tab
Fields in adams.gui.flow.tab declared as FlowPanel Modifier and Type Field Description protected FlowPanelClipboard. m_PanelPreviewthe preview.Methods in adams.gui.flow.tab that return FlowPanel Modifier and Type Method Description FlowPanelAbstractEditorTab. getCurrentPanel()Returns the current flow panel.Methods in adams.gui.flow.tab with parameters of type FlowPanel Modifier and Type Method Description voidAttachedVariablesTab. flowPanelChanged(FlowPanel panel)Notifies the tab of the currently selected flow panel.voidGraphicalActorProcessorTab. flowPanelChanged(FlowPanel panel)Notifies the tab of the currently selected flow panel.voidGraphicalFlowExecutionListenersTab. flowPanelChanged(FlowPanel panel)Notifies the tab of the currently selected flow panel.voidRegisteredDisplaysTab. flowPanelChanged(FlowPanel panel)Notifies the tab of the currently selected flow panel.voidStorageNamesTab. flowPanelChanged(FlowPanel panel)Notifies the tab of the currently selected flow panel.voidTabChangeAwareEditorTab. flowPanelChanged(FlowPanel panel)Notifies the tab of the currently selected flow panel.voidVariablesTab. flowPanelChanged(FlowPanel panel)Notifies the tab of the currently selected flow panel.voidFlowTabManager. notifyTabs(FlowPanel panel)Notifies all the tab change aware tabs that a different flow panel was selected. -
Uses of FlowPanel in adams.gui.flow.tabhandler
Fields in adams.gui.flow.tabhandler declared as FlowPanel Modifier and Type Field Description protected FlowPanelAbstractTabHandler. m_Ownerthe owning flow panel.protected FlowPanelParsedErrorHandler.ParseOutput. m_Ownerthe owner.Methods in adams.gui.flow.tabhandler that return FlowPanel Modifier and Type Method Description FlowPanelAbstractTabHandler. getOwner()Returns the owner.Methods in adams.gui.flow.tabhandler with parameters of type FlowPanel Modifier and Type Method Description voidParsedErrorHandler. add(FlowPanel owner, String error)Parses the error and adds the output component.Constructors in adams.gui.flow.tabhandler with parameters of type FlowPanel Constructor Description AbstractTabHandler(FlowPanel owner)Initializes the tab handlerGraphicalActorProcessorHandler(FlowPanel owner)Initializes the tab handlerGraphicalFlowExecutionListenersHandler(FlowPanel owner)Initializes the tab handlerParsedErrorHandler(FlowPanel owner)Initializes the tab handlerParseOutput(FlowPanel owner, String error)Initializes the container.RegisteredDisplaysHandler(FlowPanel owner)Initializes the tab handler -
Uses of FlowPanel in adams.gui.flow.tree
Fields in adams.gui.flow.tree declared as FlowPanel Modifier and Type Field Description protected FlowPanelTree. m_Ownerthe owner.Methods in adams.gui.flow.tree that return FlowPanel Modifier and Type Method Description FlowPanelTree. getOwner()Returns the owning panel.Methods in adams.gui.flow.tree with parameters of type FlowPanel Modifier and Type Method Description voidTree. setOwner(FlowPanel value)Sets the owning panel.Constructors in adams.gui.flow.tree with parameters of type FlowPanel Constructor Description Tree(FlowPanel owner)Initializes the tree.Tree(FlowPanel owner, Actor root)Initializes the tree. -
Uses of FlowPanel in adams.gui.tools
Fields in adams.gui.tools declared as FlowPanel Modifier and Type Field Description protected FlowPanelImageProcessorPanel. m_PanelFlowthe flow panel.Methods in adams.gui.tools that return FlowPanel Modifier and Type Method Description FlowPanelImageProcessorPanel. getFlow()Returns the panel for the flow.FlowPanelImageProcessorSubPanel. getFlowPanel()Returns the flow panel. -
Uses of FlowPanel in adams.gui.tools.spreadsheetprocessor.processors
Fields in adams.gui.tools.spreadsheetprocessor.processors declared as FlowPanel Modifier and Type Field Description protected FlowPanelFlowProcessor. m_PanelFlowthe flow panel.
-