adams.gui.visualization.debug.inspectionhandler
Class SpreadSheet
java.lang.Object
adams.gui.visualization.debug.inspectionhandler.AbstractInspectionHandler
adams.gui.visualization.debug.inspectionhandler.SpreadSheet
public class SpreadSheet
- extends AbstractInspectionHandler
Provides further insight into spreadsheets.
- Version:
- $Revision: 6586 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpreadSheet
public SpreadSheet()
handles
public boolean handles(Class cls)
- Checks whether the handler can handle the specified class.
- Specified by:
handles in class AbstractInspectionHandler
- Parameters:
cls - the class to check
- Returns:
- true if the handler can handle this type of object
inspect
public Hashtable<String,Object> inspect(Object obj)
- Returns further inspection values.
- Specified by:
inspect in class AbstractInspectionHandler
- Parameters:
obj - the object to further inspect
- Returns:
- the named inspected values
Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.