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 FlowPanel
AbstractActorListingProcessor. m_Context
the context.Methods in adams.flow.processor that return FlowPanel Modifier and Type Method Description FlowPanel
AbstractActorListingProcessor. getContext()
Returns the FlowPanel context.FlowPanel
ActorProcessorWithFlowPanelContext. getContext()
Returns the FlowPanel context.Methods in adams.flow.processor with parameters of type FlowPanel Modifier and Type Method Description void
AbstractActorListingProcessor. setContext(FlowPanel value)
Sets the FlowPanel context.void
ActorProcessorWithFlowPanelContext. 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 FlowPanel
FlowMultiPagePane. m_ActiveFlow
the active flow.Methods in adams.gui.flow that return FlowPanel Modifier and Type Method Description FlowPanel
FlowMultiPagePane. getActiveFlow()
Returns the active flow panel (if any).FlowPanel
FlowEditorPanel. getActivePanel()
Returns the active panel (if any).FlowPanel
FlowEditorPanel. getCurrentPanel()
Returns the current flow panel.FlowPanel
FlowMultiPagePane. getCurrentPanel()
Returns the currently selected panel.FlowPanel
FlowMultiPagePane. getPanelAt(int index)
Returns the panel at the specified position.FlowPanel
FlowMultiPagePane. newPanel()
Adds a new tab with an empty panel.Methods in adams.gui.flow with parameters of type FlowPanel Modifier and Type Method Description boolean
FlowEditorPanel. 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 boolean
FlowMultiPagePane. 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.void
FlowMultiPagePane. 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 void
CompareFlows. 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 FlowPanel
Clipboard. m_PanelPreview
the preview.Methods in adams.gui.flow.tab that return FlowPanel Modifier and Type Method Description FlowPanel
AbstractEditorTab. getCurrentPanel()
Returns the current flow panel.Methods in adams.gui.flow.tab with parameters of type FlowPanel Modifier and Type Method Description void
AttachedVariablesTab. flowPanelChanged(FlowPanel panel)
Notifies the tab of the currently selected flow panel.void
GraphicalActorProcessorTab. flowPanelChanged(FlowPanel panel)
Notifies the tab of the currently selected flow panel.void
GraphicalFlowExecutionListenersTab. flowPanelChanged(FlowPanel panel)
Notifies the tab of the currently selected flow panel.void
RegisteredDisplaysTab. flowPanelChanged(FlowPanel panel)
Notifies the tab of the currently selected flow panel.void
StorageNamesTab. flowPanelChanged(FlowPanel panel)
Notifies the tab of the currently selected flow panel.void
TabChangeAwareEditorTab. flowPanelChanged(FlowPanel panel)
Notifies the tab of the currently selected flow panel.void
VariablesTab. flowPanelChanged(FlowPanel panel)
Notifies the tab of the currently selected flow panel.void
FlowTabManager. 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 FlowPanel
AbstractTabHandler. m_Owner
the owning flow panel.protected FlowPanel
ParsedErrorHandler.ParseOutput. m_Owner
the owner.Methods in adams.gui.flow.tabhandler that return FlowPanel Modifier and Type Method Description FlowPanel
AbstractTabHandler. getOwner()
Returns the owner.Methods in adams.gui.flow.tabhandler with parameters of type FlowPanel Modifier and Type Method Description void
ParsedErrorHandler. 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 FlowPanel
Tree. m_Owner
the owner.Methods in adams.gui.flow.tree that return FlowPanel Modifier and Type Method Description FlowPanel
Tree. getOwner()
Returns the owning panel.Methods in adams.gui.flow.tree with parameters of type FlowPanel Modifier and Type Method Description void
Tree. 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 FlowPanel
ImageProcessorPanel. m_PanelFlow
the flow panel.Methods in adams.gui.tools that return FlowPanel Modifier and Type Method Description FlowPanel
ImageProcessorPanel. getFlow()
Returns the panel for the flow.FlowPanel
ImageProcessorSubPanel. 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 FlowPanel
FlowProcessor. m_PanelFlow
the flow panel.
-