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_ViewPlugins
the view plugins.Methods in adams.gui.tools with parameters of type AbstractViewPlugin Modifier and Type Method Description protected void
SpreadSheetViewerPanel. 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 class
AbstractSelectedSheetsViewPlugin
Ancestor for plugins that operate on multiple panels.class
AbstractSelectedSheetsViewPluginWithGOE
Ancestor for plugins that use a GOE setup on all the panels.class
AbstractViewPluginWithGOE
Ancestor for plugins that present a GOE dialog.class
BoxPlot
Generates box plots for the data.class
MatrixPlot
Generates a matrix plot for the data.class
Statistics
Generates a table with some simple statistics.Methods in adams.gui.tools.spreadsheetviewer that return AbstractViewPlugin Modifier and Type Method Description AbstractViewPlugin
AbstractViewPlugin. shallowCopy()
Returns a shallow copy of itself, i.e., based on the commandline options.AbstractViewPlugin
AbstractViewPlugin. shallowCopy(boolean expand)
Returns a shallow copy of itself, i.e., based on the commandline options.
-