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_DataPlugins
the data plugins.Methods in adams.gui.tools with parameters of type AbstractDataPlugin Modifier and Type Method Description protected void
SpreadSheetViewerPanel. 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 class
AbstractDataPluginWithGOE
Ancestor for plugins that present a GOE dialog.class
AbstractSelectedSheetsDataPlugin
Ancestor for plugins that operate on multiple panels.class
AbstractSelectedSheetsDataPluginWithGOE
Ancestor for plugins that use a GOE setup on all the panels.class
Append
Appends all the selected spreadsheets.class
Merge
Merges multiple spreadsheets into a single one.Methods in adams.gui.tools.spreadsheetviewer that return AbstractDataPlugin Modifier and Type Method Description AbstractDataPlugin
AbstractDataPlugin. shallowCopy()
Returns a shallow copy of itself, i.e., based on the commandline options.AbstractDataPlugin
AbstractDataPlugin. shallowCopy(boolean expand)
Returns a shallow copy of itself, i.e., based on the commandline options.
-