Package org.eclipse.mat.snapshot
Class HistogramRecordBeanInfo
- java.lang.Object
-
- java.beans.SimpleBeanInfo
-
- org.eclipse.mat.snapshot.HistogramRecordBeanInfo
-
- All Implemented Interfaces:
java.beans.BeanInfo
public class HistogramRecordBeanInfo extends java.beans.SimpleBeanInfo
Provides information about the column names for aHistogramRecord
. Not intended to be directly used by clients.- Since:
- 1.2
- No Extend:
- This class is not intended to be subclassed by clients.
-
-
Constructor Summary
Constructors Constructor Description HistogramRecordBeanInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.beans.PropertyDescriptor[]
getPropertyDescriptors()
Gets the property descriptors for the fields of theHistogramRecord
.
-
-
-
Method Detail
-
getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Gets the property descriptors for the fields of theHistogramRecord
. The system bean code will call this once and cache the result. When bean info is needed the data will be copied to a bean info to return to the user. The returned results implement theFeatureDescriptor.getDisplayName()
method so that for RAP the language can be dynamically chosen. If a basic property descriptor was used and initialized usingFeatureDescriptor.setDisplayName(java.lang.String)
then only one language could be used.- Specified by:
getPropertyDescriptors
in interfacejava.beans.BeanInfo
- Overrides:
getPropertyDescriptors
in classjava.beans.SimpleBeanInfo
-
-