Uses of Class
adams.gui.flow.FlowEditorPanel
-
Packages that use FlowEditorPanel Package Description adams.gui.flow adams.gui.flow.menu adams.gui.flow.tab adams.gui.flow.tabhandler adams.gui.flow.tree adams.gui.menu -
-
Uses of FlowEditorPanel in adams.gui.flow
Fields in adams.gui.flow declared as FlowEditorPanel Modifier and Type Field Description protected FlowEditorPanelFlowEditorDialog. m_FlowEditorPanelthe underlying Flow panel.protected FlowEditorPanelFlowMultiPagePane. m_Ownerthe owning editor.protected FlowEditorPanelFlowEditorPanel. m_Selfthe panel itself.Methods in adams.gui.flow that return FlowEditorPanel Modifier and Type Method Description FlowEditorPanelFlowPanel. getEditor()Returns the editor this panel belongs to.FlowEditorPanelFlowEditorDialog. getFlowEditorPanel()Returns the underlying flow editor panel.FlowEditorPanelFlowMultiPagePane. getOwner()Returns the owning editor.FlowEditorPanelFlowEditorPanel. newWindow()Displays a new flow editor window/frame.FlowEditorPanelFlowEditorPanel. newWindow(Actor actor)Displays a new flow editor window/frame with the specified actor.Constructors in adams.gui.flow with parameters of type FlowEditorPanel Constructor Description FlowMultiPagePane(FlowEditorPanel owner)Initializes the tabbed pane. -
Uses of FlowEditorPanel in adams.gui.flow.menu
Fields in adams.gui.flow.menu declared as FlowEditorPanel Modifier and Type Field Description protected FlowEditorPanelAbstractFlowEditorMenuItem. m_Ownerthe owner.Methods in adams.gui.flow.menu that return FlowEditorPanel Modifier and Type Method Description FlowEditorPanelAbstractFlowEditorMenuItem. getOwner()Returns the owner.Methods in adams.gui.flow.menu with parameters of type FlowEditorPanel Modifier and Type Method Description voidAbstractFlowEditorMenuItem. setOwner(FlowEditorPanel value)Sets the owning flow editor. -
Uses of FlowEditorPanel in adams.gui.flow.tab
Fields in adams.gui.flow.tab declared as FlowEditorPanel Modifier and Type Field Description protected FlowEditorPanelFlowTabManager. m_Ownerthe flow editor that the tab manager belongs to.Methods in adams.gui.flow.tab that return FlowEditorPanel Modifier and Type Method Description FlowEditorPanelFlowTabManager. getOwner()Returns the editor panel that owns this tab manager.Constructors in adams.gui.flow.tab with parameters of type FlowEditorPanel Constructor Description FlowTabManager(FlowEditorPanel owner)Initializes the tab manager. -
Uses of FlowEditorPanel in adams.gui.flow.tabhandler
Methods in adams.gui.flow.tabhandler that return FlowEditorPanel Modifier and Type Method Description FlowEditorPanelAbstractTabHandler. getEditor()Returns the editor this panel belongs to. -
Uses of FlowEditorPanel in adams.gui.flow.tree
Methods in adams.gui.flow.tree that return FlowEditorPanel Modifier and Type Method Description FlowEditorPanelTree. getEditor()Returns the owning editor. -
Uses of FlowEditorPanel in adams.gui.menu
Fields in adams.gui.menu declared as FlowEditorPanel Modifier and Type Field Description protected FlowEditorPanelActorUsage. m_FlowEditorthe flow editor for displaying flows.protected FlowEditorPanelFlowEditor. m_FlowEditorPanelthe last editor that was launched.Methods in adams.gui.menu that return FlowEditorPanel Modifier and Type Method Description FlowEditorPanelFlowEditor. getLastWidget()Returns the last widget that was launched.
-