Uses of Class
adams.gui.visualization.debug.inspectionhandler.AbstractInspectionHandler
-
Packages that use AbstractInspectionHandler Package Description adams.gui.visualization.debug.inspectionhandler adams.gui.visualization.debug.objecttree -
-
Uses of AbstractInspectionHandler in adams.gui.visualization.debug.inspectionhandler
Subclasses of AbstractInspectionHandler in adams.gui.visualization.debug.inspectionhandler Modifier and Type Class Description classActorInspection handler for actors.classDataContainerProvides further insight into data containers.classDatasetProvides further insight into spreadsheets.classDefaultInspectionHandlerFallback inspection handler.classExternalActorProvides further insight into external actors.classFlowContainerProvides further insight into flow containers.classInformativeStatisticProvides further insight intoInformativeStatisticobjects.classInformativeStatisticSupporterProvides further insight intoInformativeStatisticSupporterobjects.classListProvides further insight into java.util.List objects.classLocatedObjectProvides further insight into LocatedObject instances.classMapProvides further insight into java.util.Map objects.classMat5ArrayFor inspecting Matlab Array/Struct objects.classMat5FileFor inspecting Matlab Mat5File objects.classMat5StructFor inspecting Matlab Struct objects.classNotesProvides further insight into notes.classOptionHandlerInspectionHandlerInspection handler for classes that supportAbstractOptionHandler.classSpreadSheetProvides further insight into spreadsheets.classSpreadSheetSupporterProvides further insight into spreadsheet supporters.classVariableHandlerProvides further insight into VariableHandler objects.classVariablesProvides further insight intoVariablesobjects.classWekaEvaluationProvides further insight into anEvaluationobject.classWekaInstancesProvides further insight intoInstanceandInstancesobjects.Methods in adams.gui.visualization.debug.inspectionhandler that return types with arguments of type AbstractInspectionHandler Modifier and Type Method Description static List<AbstractInspectionHandler>AbstractInspectionHandler. getHandler(Class cls)Returns a handler for the specified class.static List<AbstractInspectionHandler>AbstractInspectionHandler. getHandler(Object obj)Returns a handler for the specified object.protected static List<AbstractInspectionHandler>AbstractInspectionHandler. instantiate(List<Class> handlers)Instantiates the handlers. -
Uses of AbstractInspectionHandler in adams.gui.visualization.debug.objecttree
Fields in adams.gui.visualization.debug.objecttree with type parameters of type AbstractInspectionHandler Modifier and Type Field Description protected static Map<Class,List<AbstractInspectionHandler>>Node. m_InspectionHandlerCachecaching the class / inspection handler relation.
-