Uses of Class
adams.gui.tools.spreadsheetviewer.AbstractViewPlugin
-
Packages that use AbstractViewPlugin Package Description adams.gui.tools adams.gui.tools.spreadsheetviewer -
-
Uses of AbstractViewPlugin in adams.gui.tools
Fields in adams.gui.tools with type parameters of type AbstractViewPlugin Modifier and Type Field Description protected List<AbstractViewPlugin>SpreadSheetViewerPanel. m_ViewPluginsthe view plugins.Methods in adams.gui.tools with parameters of type AbstractViewPlugin Modifier and Type Method Description protected voidSpreadSheetViewerPanel. view(AbstractViewPlugin plugin)Displays a dialog with the panel created by the plugin. -
Uses of AbstractViewPlugin in adams.gui.tools.spreadsheetviewer
Subclasses of AbstractViewPlugin in adams.gui.tools.spreadsheetviewer Modifier and Type Class Description classAbstractSelectedSheetsViewPluginAncestor for plugins that operate on multiple panels.classAbstractSelectedSheetsViewPluginWithGOEAncestor for plugins that use a GOE setup on all the panels.classAbstractViewPluginWithGOEAncestor for plugins that present a GOE dialog.classBoxPlotGenerates box plots for the data.classMatrixPlotGenerates a matrix plot for the data.classStatisticsGenerates a table with some simple statistics.Methods in adams.gui.tools.spreadsheetviewer that return AbstractViewPlugin Modifier and Type Method Description AbstractViewPluginAbstractViewPlugin. shallowCopy()Returns a shallow copy of itself, i.e., based on the commandline options.AbstractViewPluginAbstractViewPlugin. shallowCopy(boolean expand)Returns a shallow copy of itself, i.e., based on the commandline options.
-