adams.gui.tools.spreadsheetviewer
Class Statistics
java.lang.Object
adams.core.ConsoleObject
adams.core.option.AbstractOptionHandler
adams.gui.tools.spreadsheetviewer.AbstractViewPlugin
adams.gui.tools.spreadsheetviewer.Statistics
- All Implemented Interfaces:
- Debuggable, Destroyable, OptionHandler, ShallowCopySupporter<AbstractViewPlugin>, SizeOfHandler, Serializable
public class Statistics
- extends AbstractViewPlugin
Generates a table with some simple statistics.
- Version:
- $Revision: 6187 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
| Methods inherited from class adams.core.option.AbstractOptionHandler |
cleanUpOptions, debug, debug, debugLevelTipText, defineOptions, destroy, finishInit, getDebugLevel, getOptionManager, initialize, isDebugOn, newOptionManager, reset, setDebugLevel, toCommandLine, toString |
Statistics
public Statistics()
globalInfo
public String globalInfo()
- Returns a string describing the object.
- Specified by:
globalInfo in class AbstractOptionHandler
- Returns:
- a description suitable for displaying in the gui
getMenuText
public String getMenuText()
- Returns the text of the menu item.
- Specified by:
getMenuText in class AbstractViewPlugin
- Returns:
- the text
getMenuIcon
public String getMenuIcon()
- Returns the file name of the icon.
- Specified by:
getMenuIcon in class AbstractViewPlugin
- Returns:
- the filename or null if no icon available
doGenerate
protected BasePanel doGenerate(SpreadSheet sheet)
- Performs the actual generation of the information.
- Specified by:
doGenerate in class AbstractViewPlugin
- Parameters:
sheet - the sheet to process
- Returns:
- the generated information panel
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.