ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
Constructor and Description |
---|
SimpleBeanInfo() |
Modifier and Type | Method and Description |
---|---|
BeanInfo[] |
getAdditionalBeanInfo()
索赔有没有其他相关的BeanInfo对象。
|
BeanDescriptor |
getBeanDescriptor()
否认对豆类和定制知识。
|
int |
getDefaultEventIndex()
拒绝默认事件的知识。
|
int |
getDefaultPropertyIndex()
拒绝默认属性的知识。
|
EventSetDescriptor[] |
getEventSetDescriptors()
拒绝事件集的知识。
|
Image |
getIcon(int iconKind)
声称没有可用的图标。
|
MethodDescriptor[] |
getMethodDescriptors()
否认方法知识。
|
PropertyDescriptor[] |
getPropertyDescriptors()
否定属性知识。
|
Image |
loadImage(String resourceName)
这是一种帮助加载图标图像的实用方法。
|
public BeanDescriptor getBeanDescriptor()
getBeanDescriptor
接口
BeanInfo
BeanDescriptor
对象,或
null
如果信息是通过自动分析得到
public PropertyDescriptor[] getPropertyDescriptors()
getPropertyDescriptors
接口
BeanInfo
PropertyDescriptor
对象的数组,或
null
如果信息是通过自动分析得到
public int getDefaultPropertyIndex()
getDefaultPropertyIndex
接口
BeanInfo
getPropertyDescriptors
方法返回的
PropertyDescriptor
数组的默认属性指标,或1如果没有默认属性
public EventSetDescriptor[] getEventSetDescriptors()
getEventSetDescriptors
接口
BeanInfo
EventSetDescriptor
对象的数组,或
null
如果信息是通过自动分析得到
public int getDefaultEventIndex()
getDefaultEventIndex
接口
BeanInfo
getEventSetDescriptors
方法返回的数组索引
EventSetDescriptor
违约事件,或1如果没有违约事件
public MethodDescriptor[] getMethodDescriptors()
getMethodDescriptors
接口
BeanInfo
MethodDescriptor
对象的数组,或
null
如果信息是通过自动分析得到
public BeanInfo[] getAdditionalBeanInfo()
getAdditionalBeanInfo
接口
BeanInfo
BeanInfo
对象的数组,或
null
如果没有额外的
BeanInfo
对象
public Image getIcon(int iconKind)
getIcon
接口
BeanInfo
iconKind
-图标的要求
null
如果没有合适的图标是可用的
BeanInfo.ICON_COLOR_16x16
,
BeanInfo.ICON_COLOR_32x32
,
BeanInfo.ICON_MONO_16x16
,
BeanInfo.ICON_MONO_32x32
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.