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_ExtractorCache
caching 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 class
DefaultPropertyExtractor
Default extractor, which is used as fallback.class
Mat5ArrayPropertyExtractor
Property extractor for Matlab array data structures.class
NotesPropertyExtractor
HandlesNotes
andNotesHandler
classes.class
OptionHandlerPropertyExtractor
Extractor for objects supporting theOptionHandler
interface.class
VariablesPropertyExtractor
HandlesVariables
and 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 AbstractPropertyExtractor
AbstractPropertyExtractor. getExtractor(Class cls)
Returns the first extractor for the specified class.static AbstractPropertyExtractor
AbstractPropertyExtractor. 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.
-