Class PropertyResult

java.lang.Object
org.eclipse.mat.query.results.PropertyResult
All Implemented Interfaces:
IIconProvider, IResult, IResultTable, IStructuredResult

public class PropertyResult extends Object implements IResultTable, IIconProvider
Extract properties from an object and display as a result table. Compare to ListResult which extracts and displays from a list of objects. The column names are derived from the property names. If the names are required to be internationalized then a BeanInfo can be provided for the subject class which provides a display name for the property descriptor.