Uses of Class
adams.gui.tools.spreadsheetviewer.tab.AbstractViewerTab
-
Packages that use AbstractViewerTab Package Description adams.gui.tools.spreadsheetviewer.tab -
-
Uses of AbstractViewerTab in adams.gui.tools.spreadsheetviewer.tab
Subclasses of AbstractViewerTab in adams.gui.tools.spreadsheetviewer.tab Modifier and Type Class Description classCellContentDisplays the content of the selected cell.classColumnStatisticDisplays the specified statistics from the selected column and rows.classInformationSimple information tab.classQueryAllows the user to run a query on a spreadsheet and create a new transformed sheet using theSpreadSheetQuerytransformer.Fields in adams.gui.tools.spreadsheetviewer.tab with type parameters of type AbstractViewerTab Modifier and Type Field Description protected List<AbstractViewerTab>ViewerTabManager. m_TabListall the available tabs.Methods in adams.gui.tools.spreadsheetviewer.tab that return AbstractViewerTab Modifier and Type Method Description static AbstractViewerTabAbstractViewerTab. forName(String classname)Instantiates the tab with the given options.Methods in adams.gui.tools.spreadsheetviewer.tab with parameters of type AbstractViewerTab Modifier and Type Method Description intAbstractViewerTab. compareTo(AbstractViewerTab o)Compares this object with the specified object for order.
-