Uses of Class
adams.gui.tools.spreadsheetviewer.AbstractDataPlugin
-
Packages that use AbstractDataPlugin Package Description adams.gui.tools adams.gui.tools.spreadsheetviewer -
-
Uses of AbstractDataPlugin in adams.gui.tools
Fields in adams.gui.tools with type parameters of type AbstractDataPlugin Modifier and Type Field Description protected List<AbstractDataPlugin>SpreadSheetViewerPanel. m_DataPluginsthe data plugins.Methods in adams.gui.tools with parameters of type AbstractDataPlugin Modifier and Type Method Description protected voidSpreadSheetViewerPanel. process(AbstractDataPlugin plugin)Processes the current spreadsheet with the specified plugin. -
Uses of AbstractDataPlugin in adams.gui.tools.spreadsheetviewer
Subclasses of AbstractDataPlugin in adams.gui.tools.spreadsheetviewer Modifier and Type Class Description classAbstractDataPluginWithGOEAncestor for plugins that present a GOE dialog.classAbstractSelectedSheetsDataPluginAncestor for plugins that operate on multiple panels.classAbstractSelectedSheetsDataPluginWithGOEAncestor for plugins that use a GOE setup on all the panels.classAppendAppends all the selected spreadsheets.classMergeMerges multiple spreadsheets into a single one.Methods in adams.gui.tools.spreadsheetviewer that return AbstractDataPlugin Modifier and Type Method Description AbstractDataPluginAbstractDataPlugin. shallowCopy()Returns a shallow copy of itself, i.e., based on the commandline options.AbstractDataPluginAbstractDataPlugin. shallowCopy(boolean expand)Returns a shallow copy of itself, i.e., based on the commandline options.
-