Uses of Class
adams.gui.tools.spreadsheetprocessor.targets.AbstractTarget
-
Packages that use AbstractTarget Package Description adams.gui.tools adams.gui.tools.spreadsheetprocessor.targets -
-
Uses of AbstractTarget in adams.gui.tools
Methods in adams.gui.tools that return AbstractTarget Modifier and Type Method Description AbstractTarget
SpreadSheetProcessorPanel. getTargetWidget()
Returns the target widget.Methods in adams.gui.tools with parameters of type AbstractTarget Modifier and Type Method Description void
SpreadSheetProcessorPanel. setTargetWidget(AbstractTarget value)
Sets the target widget. -
Uses of AbstractTarget in adams.gui.tools.spreadsheetprocessor.targets
Subclasses of AbstractTarget in adams.gui.tools.spreadsheetprocessor.targets Modifier and Type Class Description class
ChartTarget
For displaying the data in a chart.class
ClipboardTarget
For copying the processed data to the clipboard.class
DatabaseTarget
For storing the data in a database.class
FileTarget
For storing the processed data in a file.
-