Uses of Class
adams.gui.chooser.FlowFileChooser
-
Packages that use FlowFileChooser Package Description adams.gui.flow adams.gui.goe adams.gui.tools adams.gui.tools.spreadsheetprocessor.processors -
-
Uses of FlowFileChooser in adams.gui.flow
Fields in adams.gui.flow declared as FlowFileChooser Modifier and Type Field Description protected FlowFileChooserFlowEditorPanel. m_FileChooserthe filedialog for loading/saving flows.protected FlowFileChooserFlowRunnerPanel. m_FileChooserthe filedialog for loading/saving flows.Methods in adams.gui.flow that return FlowFileChooser Modifier and Type Method Description FlowFileChooserFlowEditorPanel. getFileChooser()Returns the filechooser in use. -
Uses of FlowFileChooser in adams.gui.goe
Fields in adams.gui.goe declared as FlowFileChooser Modifier and Type Field Description protected FlowFileChooserFlowFileEditor. m_FileChooserThe file chooser used for selecting files.Methods in adams.gui.goe that return FlowFileChooser Modifier and Type Method Description protected FlowFileChooserFlowFileEditor. getFileChooser()Returns the file chooser and creates it if necessary. -
Uses of FlowFileChooser in adams.gui.tools
Fields in adams.gui.tools declared as FlowFileChooser Modifier and Type Field Description protected FlowFileChooserImageProcessorPanel. m_FileChooserFlowthe file chooser for the flows. -
Uses of FlowFileChooser in adams.gui.tools.spreadsheetprocessor.processors
Fields in adams.gui.tools.spreadsheetprocessor.processors declared as FlowFileChooser Modifier and Type Field Description protected FlowFileChooserFlowProcessor. m_FileChooserFlowthe file chooser for the flows.
-