Uses of Class
adams.gui.chooser.TextFileChooser
-
Packages that use TextFileChooser Package Description adams.flow.sink adams.flow.standalone adams.gui.core adams.gui.tools adams.gui.tools.wekainvestigator.output adams.gui.tools.wekainvestigator.tab -
-
Uses of TextFileChooser in adams.flow.sink
Fields in adams.flow.sink declared as TextFileChooser Modifier and Type Field Description protected TextFileChooserAbstractTextualDisplay. m_FileChooserthe filedialog for loading/saving flows.protected TextFileChooserAbstractGraphicalDisplay. m_TextFileChooserthe filedialog for saving the textual data.protected TextFileChooserDisplayPanelManager. m_TextFileChooserthe filedialog for loading/saving flows.Methods in adams.flow.sink that return TextFileChooser Modifier and Type Method Description protected TextFileChooserAbstractTextualDisplay. getFileChooser()Returns (and initializes if necessary) the file chooser.protected TextFileChooserAbstractGraphicalDisplay. getTextFileChooser()Returns (and initializes if necessary) the file chooser for the text.protected TextFileChooserDisplayPanelManager. getTextFileChooser()Returns (and initializes if necessary) the file chooser for the text. -
Uses of TextFileChooser in adams.flow.standalone
Fields in adams.flow.standalone declared as TextFileChooser Modifier and Type Field Description protected TextFileChooserConsoleWindow. m_FileChooserthe filedialog for saving the output.Methods in adams.flow.standalone that return TextFileChooser Modifier and Type Method Description protected TextFileChooserConsoleWindow. getFileChooser()Returns (and initializes if necessary) the file chooser. -
Uses of TextFileChooser in adams.gui.core
Fields in adams.gui.core declared as TextFileChooser Modifier and Type Field Description protected TextFileChooserAbstractTextAreaPanelWithAdvancedSyntaxHighlighting. m_FileChooserfor saving the content.protected TextFileChooserBufferHistoryPanel. m_FileChooserthe file chooser for saving buffers.protected TextFileChooserStyledTextEditorPanel. m_FileChooserfor saving the content.protected TextFileChooserTextEditorPanel. m_FileChooserfor saving the content.Methods in adams.gui.core that return TextFileChooser Modifier and Type Method Description protected TextFileChooserAbstractTextAreaPanelWithAdvancedSyntaxHighlighting. getFileChooser()Returns the file chooser and creates it if necessary.protected TextFileChooserBufferHistoryPanel. getFileChooser()Returns the file chooser and creates it if necessary.protected TextFileChooserStyledTextEditorPanel. getFileChooser()Returns the file chooser and creates it if necessary.protected TextFileChooserTextEditorPanel. getFileChooser()Returns the file chooser and creates it if necessary. -
Uses of TextFileChooser in adams.gui.tools
Fields in adams.gui.tools declared as TextFileChooser Modifier and Type Field Description protected TextFileChooserConsoleOutputAnalyzerPanel. m_FileChooserthe filechooser for loading the files.Methods in adams.gui.tools that return TextFileChooser Modifier and Type Method Description protected TextFileChooserConsoleOutputAnalyzerPanel. getFileChooser()Returns the filechooser for opening the files. -
Uses of TextFileChooser in adams.gui.tools.wekainvestigator.output
Methods in adams.gui.tools.wekainvestigator.output that return TextFileChooser Modifier and Type Method Description protected TextFileChooserTextualContentPanel. createFileChooser()Creates the filechooser to use. -
Uses of TextFileChooser in adams.gui.tools.wekainvestigator.tab
Fields in adams.gui.tools.wekainvestigator.tab declared as TextFileChooser Modifier and Type Field Description protected TextFileChooserCompareTab. m_FileChooserIDsthe file saver for storing the IDs.
-