Uses of Class
adams.gui.tools.spreadsheetprocessor.processors.AbstractProcessor
-
Packages that use AbstractProcessor Package Description adams.gui.tools adams.gui.tools.spreadsheetprocessor.processors -
-
Uses of AbstractProcessor in adams.gui.tools
Methods in adams.gui.tools that return AbstractProcessor Modifier and Type Method Description AbstractProcessor
SpreadSheetProcessorPanel. getProcessorWidget()
Returns the processor widget.Methods in adams.gui.tools with parameters of type AbstractProcessor Modifier and Type Method Description void
SpreadSheetProcessorPanel. setProcessorWidget(AbstractProcessor value)
Sets the processor widget. -
Uses of AbstractProcessor in adams.gui.tools.spreadsheetprocessor.processors
Subclasses of AbstractProcessor in adams.gui.tools.spreadsheetprocessor.processors Modifier and Type Class Description class
FlowProcessor
Uses a subflow for processing the spreadsheet.class
PassThroughProcessor
Just passes through the data.class
QueryProcessor
Uses an SQL-like query for processing the data.
-