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()
拒绝关于bean的类和定制器的知识。
|
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
-
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.