Uses of Class
adams.gui.visualization.debug.propertyextractor.AbstractPropertyExtractor
-
Packages that use AbstractPropertyExtractor Package Description adams.gui.visualization.debug.objecttree adams.gui.visualization.debug.propertyextractor -
-
Uses of AbstractPropertyExtractor in adams.gui.visualization.debug.objecttree
Fields in adams.gui.visualization.debug.objecttree with type parameters of type AbstractPropertyExtractor Modifier and Type Field Description protected static Map<Class,List<AbstractPropertyExtractor>>Node. m_ExtractorCachecaching the class / extractors relation. -
Uses of AbstractPropertyExtractor in adams.gui.visualization.debug.propertyextractor
Subclasses of AbstractPropertyExtractor in adams.gui.visualization.debug.propertyextractor Modifier and Type Class Description classDefaultPropertyExtractorDefault extractor, which is used as fallback.classMat5ArrayPropertyExtractorProperty extractor for Matlab array data structures.classNotesPropertyExtractorHandlesNotesandNotesHandlerclasses.classOptionHandlerPropertyExtractorExtractor for objects supporting theOptionHandlerinterface.classVariablesPropertyExtractorHandlesVariablesand derived classes, listing each variable as a separate property.Methods in adams.gui.visualization.debug.propertyextractor that return AbstractPropertyExtractor Modifier and Type Method Description static AbstractPropertyExtractorAbstractPropertyExtractor. getExtractor(Class cls)Returns the first extractor for the specified class.static AbstractPropertyExtractorAbstractPropertyExtractor. getExtractor(Object obj)Returns the first extractor for the specified object.Methods in adams.gui.visualization.debug.propertyextractor that return types with arguments of type AbstractPropertyExtractor Modifier and Type Method Description static List<AbstractPropertyExtractor>AbstractPropertyExtractor. getExtractors(Class cls)Returns all the extractors for the specified class.static List<AbstractPropertyExtractor>AbstractPropertyExtractor. getExtractors(Object obj)Returns all the extractors for the specified object.
-