Uses of Class
adams.gui.flow.FlowMultiPagePane
-
Packages that use FlowMultiPagePane Package Description adams.gui.flow adams.gui.flow.multipageaction adams.gui.flow.tabhandler -
-
Uses of FlowMultiPagePane in adams.gui.flow
Fields in adams.gui.flow declared as FlowMultiPagePane Modifier and Type Field Description protected FlowMultiPagePane
FlowEditorPanel. m_FlowPanels
the tabbedpane for the flow panels.protected FlowMultiPagePane
FlowPanel. m_Owner
the owner.Methods in adams.gui.flow that return FlowMultiPagePane Modifier and Type Method Description FlowMultiPagePane
FlowEditorPanel. getFlowPanels()
Returns the flow panels.FlowMultiPagePane
FlowPanel. getOwner()
Returns the editor this panel belongs to.Constructors in adams.gui.flow with parameters of type FlowMultiPagePane Constructor Description FlowPanel(FlowMultiPagePane owner)
Initializes the panel with an owner. -
Uses of FlowMultiPagePane in adams.gui.flow.multipageaction
Methods in adams.gui.flow.multipageaction with parameters of type FlowMultiPagePane Modifier and Type Method Description protected void
CompareFlows. compare(FlowMultiPagePane multi, FlowPanel actor1, FlowPanel actor2)
Compares the two actors.abstract JMenuItem
AbstractMultiPageMenuItem. getMenuItem(FlowMultiPagePane multi)
Creates the menu item.JMenuItem
CleanUp. getMenuItem(FlowMultiPagePane multi)
Creates the menu item.JMenuItem
CompareFlows. getMenuItem(FlowMultiPagePane multi)
Creates the menu item.JMenuItem
CopyFilename. getMenuItem(FlowMultiPagePane multi)
Creates the menu item.JMenuItem
OpenContainingFolder. getMenuItem(FlowMultiPagePane multi)
Creates the menu item.JMenuItem
RenameFlow. getMenuItem(FlowMultiPagePane multi)
Creates the menu item.JMenuItem
Revert. getMenuItem(FlowMultiPagePane multi)
Creates the menu item.JMenuItem
Windows. getMenuItem(FlowMultiPagePane multi)
Creates the menu item. -
Uses of FlowMultiPagePane in adams.gui.flow.tabhandler
Methods in adams.gui.flow.tabhandler that return FlowMultiPagePane Modifier and Type Method Description FlowMultiPagePane
AbstractTabHandler. getMultiPage()
Returns the multi-page pane this panel belongs to.
-