Package org.eclipse.mat.snapshot
Class HistogramRecordBeanInfo
java.lang.Object
java.beans.SimpleBeanInfo
org.eclipse.mat.snapshot.HistogramRecordBeanInfo
- All Implemented Interfaces:
BeanInfo
Provides information about the column names for a
HistogramRecord
.
Not intended to be directly used by clients.- Since:
- 1.2
- No Extend:
- This class is not intended to be subclassed by clients.
-
Field Summary
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the property descriptors for the fields of theHistogramRecord
.Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, loadImage
-
Constructor Details
-
HistogramRecordBeanInfo
public HistogramRecordBeanInfo()- No Reference:
- This constructor is not intended to be referenced by clients.
-
-
Method Details
-
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 interfaceBeanInfo
- Overrides:
getPropertyDescriptors
in classSimpleBeanInfo
-