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 TextFileChooser
AbstractTextualDisplay. m_FileChooser
the filedialog for loading/saving flows.protected TextFileChooser
AbstractGraphicalDisplay. m_TextFileChooser
the filedialog for saving the textual data.protected TextFileChooser
DisplayPanelManager. m_TextFileChooser
the filedialog for loading/saving flows.Methods in adams.flow.sink that return TextFileChooser Modifier and Type Method Description protected TextFileChooser
AbstractTextualDisplay. getFileChooser()
Returns (and initializes if necessary) the file chooser.protected TextFileChooser
AbstractGraphicalDisplay. getTextFileChooser()
Returns (and initializes if necessary) the file chooser for the text.protected TextFileChooser
DisplayPanelManager. 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 TextFileChooser
ConsoleWindow. m_FileChooser
the filedialog for saving the output.Methods in adams.flow.standalone that return TextFileChooser Modifier and Type Method Description protected TextFileChooser
ConsoleWindow. 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 TextFileChooser
AbstractTextAreaPanelWithAdvancedSyntaxHighlighting. m_FileChooser
for saving the content.protected TextFileChooser
BufferHistoryPanel. m_FileChooser
the file chooser for saving buffers.protected TextFileChooser
StyledTextEditorPanel. m_FileChooser
for saving the content.protected TextFileChooser
TextEditorPanel. m_FileChooser
for saving the content.Methods in adams.gui.core that return TextFileChooser Modifier and Type Method Description protected TextFileChooser
AbstractTextAreaPanelWithAdvancedSyntaxHighlighting. getFileChooser()
Returns the file chooser and creates it if necessary.protected TextFileChooser
BufferHistoryPanel. getFileChooser()
Returns the file chooser and creates it if necessary.protected TextFileChooser
StyledTextEditorPanel. getFileChooser()
Returns the file chooser and creates it if necessary.protected TextFileChooser
TextEditorPanel. 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 TextFileChooser
ConsoleOutputAnalyzerPanel. m_FileChooser
the filechooser for loading the files.Methods in adams.gui.tools that return TextFileChooser Modifier and Type Method Description protected TextFileChooser
ConsoleOutputAnalyzerPanel. 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 TextFileChooser
TextualContentPanel. 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 TextFileChooser
CompareTab. m_FileChooserIDs
the file saver for storing the IDs.
-