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 FlowFileChooser
FlowEditorPanel. m_FileChooser
the filedialog for loading/saving flows.protected FlowFileChooser
FlowRunnerPanel. m_FileChooser
the filedialog for loading/saving flows.Methods in adams.gui.flow that return FlowFileChooser Modifier and Type Method Description FlowFileChooser
FlowEditorPanel. 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 FlowFileChooser
FlowFileEditor. m_FileChooser
The file chooser used for selecting files.Methods in adams.gui.goe that return FlowFileChooser Modifier and Type Method Description protected FlowFileChooser
FlowFileEditor. 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 FlowFileChooser
ImageProcessorPanel. m_FileChooserFlow
the 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 FlowFileChooser
FlowProcessor. m_FileChooserFlow
the file chooser for the flows.
-