|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.beans.SimpleBeanInfo
org.eclipse.mat.snapshot.HistogramRecordBeanInfo
public class HistogramRecordBeanInfo
Provides information about the column names for a HistogramRecord
.
Not intended to be directly used 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 | |
---|---|
HistogramRecordBeanInfo()
|
Method Summary | |
---|---|
java.beans.PropertyDescriptor[] |
getPropertyDescriptors()
Gets the property descriptors for the fields of the HistogramRecord . |
Methods inherited from class java.beans.SimpleBeanInfo |
---|
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, loadImage |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HistogramRecordBeanInfo()
Method Detail |
---|
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
HistogramRecord
.
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 the FeatureDescriptor.getDisplayName()
method
so that for RAP the language can be dynamically chosen. If a basic property descriptor
was used and initialized using FeatureDescriptor.setDisplayName(java.lang.String)
then only
one language could be used.
getPropertyDescriptors
in interface java.beans.BeanInfo
getPropertyDescriptors
in class java.beans.SimpleBeanInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |