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 FlowMultiPagePaneFlowEditorPanel. m_FlowPanelsthe tabbedpane for the flow panels.protected FlowMultiPagePaneFlowPanel. m_Ownerthe owner.Methods in adams.gui.flow that return FlowMultiPagePane Modifier and Type Method Description FlowMultiPagePaneFlowEditorPanel. getFlowPanels()Returns the flow panels.FlowMultiPagePaneFlowPanel. 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 voidCompareFlows. compare(FlowMultiPagePane multi, FlowPanel actor1, FlowPanel actor2)Compares the two actors.abstract JMenuItemAbstractMultiPageMenuItem. getMenuItem(FlowMultiPagePane multi)Creates the menu item.JMenuItemCleanUp. getMenuItem(FlowMultiPagePane multi)Creates the menu item.JMenuItemCompareFlows. getMenuItem(FlowMultiPagePane multi)Creates the menu item.JMenuItemCopyFilename. getMenuItem(FlowMultiPagePane multi)Creates the menu item.JMenuItemOpenContainingFolder. getMenuItem(FlowMultiPagePane multi)Creates the menu item.JMenuItemRenameFlow. getMenuItem(FlowMultiPagePane multi)Creates the menu item.JMenuItemRevert. getMenuItem(FlowMultiPagePane multi)Creates the menu item.JMenuItemWindows. 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 FlowMultiPagePaneAbstractTabHandler. getMultiPage()Returns the multi-page pane this panel belongs to.
-