Uses of Class
adams.gui.tools.spreadsheetprocessor.sources.AbstractSource
-
Packages that use AbstractSource Package Description adams.gui.tools adams.gui.tools.spreadsheetprocessor.sources -
-
Uses of AbstractSource in adams.gui.tools
Methods in adams.gui.tools that return AbstractSource Modifier and Type Method Description AbstractSourceSpreadSheetProcessorPanel. getSourceWidget()Returns the source widget.Methods in adams.gui.tools with parameters of type AbstractSource Modifier and Type Method Description voidSpreadSheetProcessorPanel. setSourceWidget(AbstractSource value)Sets the source widget. -
Uses of AbstractSource in adams.gui.tools.spreadsheetprocessor.sources
Subclasses of AbstractSource in adams.gui.tools.spreadsheetprocessor.sources Modifier and Type Class Description classClipboardSourceFor retrieving data from clipboard.classDatabaseSourceFor retrieving data from a database.classFileBrowserSourceFor browsing files and reading them.classFileSourceFor selecting a single file.
-