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 FlowEditorPanel
FlowEditorDialog. m_FlowEditorPanel
the underlying Flow panel.protected FlowEditorPanel
FlowMultiPagePane. m_Owner
the owning editor.protected FlowEditorPanel
FlowEditorPanel. m_Self
the panel itself.Methods in adams.gui.flow that return FlowEditorPanel Modifier and Type Method Description FlowEditorPanel
FlowPanel. getEditor()
Returns the editor this panel belongs to.FlowEditorPanel
FlowEditorDialog. getFlowEditorPanel()
Returns the underlying flow editor panel.FlowEditorPanel
FlowMultiPagePane. getOwner()
Returns the owning editor.FlowEditorPanel
FlowEditorPanel. newWindow()
Displays a new flow editor window/frame.FlowEditorPanel
FlowEditorPanel. 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 FlowEditorPanel
AbstractFlowEditorMenuItem. m_Owner
the owner.Methods in adams.gui.flow.menu that return FlowEditorPanel Modifier and Type Method Description FlowEditorPanel
AbstractFlowEditorMenuItem. getOwner()
Returns the owner.Methods in adams.gui.flow.menu with parameters of type FlowEditorPanel Modifier and Type Method Description void
AbstractFlowEditorMenuItem. 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 FlowEditorPanel
FlowTabManager. m_Owner
the flow editor that the tab manager belongs to.Methods in adams.gui.flow.tab that return FlowEditorPanel Modifier and Type Method Description FlowEditorPanel
FlowTabManager. 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 FlowEditorPanel
AbstractTabHandler. 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 FlowEditorPanel
Tree. 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 FlowEditorPanel
ActorUsage. m_FlowEditor
the flow editor for displaying flows.protected FlowEditorPanel
FlowEditor. m_FlowEditorPanel
the last editor that was launched.Methods in adams.gui.menu that return FlowEditorPanel Modifier and Type Method Description FlowEditorPanel
FlowEditor. getLastWidget()
Returns the last widget that was launched.
-