adams.gui.visualization.debug.inspectionhandler
Class SpreadSheet

java.lang.Object
  extended by adams.gui.visualization.debug.inspectionhandler.AbstractInspectionHandler
      extended by 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)

Field Summary
 
Fields inherited from class adams.gui.visualization.debug.inspectionhandler.AbstractInspectionHandler
m_Cache, m_HandlerClasses, m_Handlers
 
Constructor Summary
SpreadSheet()
           
 
Method Summary
 boolean handles(Class cls)
          Checks whether the handler can handle the specified class.
 Hashtable<String,Object> inspect(Object obj)
          Returns further inspection values.
 
Methods inherited from class adams.gui.visualization.debug.inspectionhandler.AbstractInspectionHandler
getHandler, getHandler, getHandlers, initHandlers, instantiate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpreadSheet

public SpreadSheet()
Method Detail

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.