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 class
CellContent
Displays the content of the selected cell.class
ColumnStatistic
Displays the specified statistics from the selected column and rows.class
Information
Simple information tab.class
Query
Allows the user to run a query on a spreadsheet and create a new transformed sheet using theSpreadSheetQuery
transformer.Fields in adams.gui.tools.spreadsheetviewer.tab with type parameters of type AbstractViewerTab Modifier and Type Field Description protected List<AbstractViewerTab>
ViewerTabManager. m_TabList
all the available tabs.Methods in adams.gui.tools.spreadsheetviewer.tab that return AbstractViewerTab Modifier and Type Method Description static AbstractViewerTab
AbstractViewerTab. 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 int
AbstractViewerTab. compareTo(AbstractViewerTab o)
Compares this object with the specified object for order.
-