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 class
Actor
Inspection handler for actors.class
DataContainer
Provides further insight into data containers.class
Dataset
Provides further insight into spreadsheets.class
DefaultInspectionHandler
Fallback inspection handler.class
ExternalActor
Provides further insight into external actors.class
FlowContainer
Provides further insight into flow containers.class
InformativeStatistic
Provides further insight intoInformativeStatistic
objects.class
InformativeStatisticSupporter
Provides further insight intoInformativeStatisticSupporter
objects.class
List
Provides further insight into java.util.List objects.class
LocatedObject
Provides further insight into LocatedObject instances.class
Map
Provides further insight into java.util.Map objects.class
Mat5Array
For inspecting Matlab Array/Struct objects.class
Mat5File
For inspecting Matlab Mat5File objects.class
Mat5Struct
For inspecting Matlab Struct objects.class
Notes
Provides further insight into notes.class
OptionHandlerInspectionHandler
Inspection handler for classes that supportAbstractOptionHandler
.class
SpreadSheet
Provides further insight into spreadsheets.class
SpreadSheetSupporter
Provides further insight into spreadsheet supporters.class
VariableHandler
Provides further insight into VariableHandler objects.class
Variables
Provides further insight intoVariables
objects.class
WekaEvaluation
Provides further insight into anEvaluation
object.class
WekaInstances
Provides further insight intoInstance
andInstances
objects.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_InspectionHandlerCache
caching the class / inspection handler relation.
-