软件包 | 描述 |
---|---|
java.beans |
包含的类发展豆相关--基于JavaBeans组件™架构。
|
java.beans.beancontext |
提供有关豆上下文的类和接口。
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleBeanInfo
这是一个支持类,使人们更容易提供BeanInfo类。
|
Modifier and Type | Method and Description |
---|---|
BeanInfo[] |
SimpleBeanInfo.getAdditionalBeanInfo()
索赔有没有其他相关的BeanInfo对象。
|
BeanInfo[] |
BeanInfo.getAdditionalBeanInfo()
此方法使电流
BeanInfo 对象返回的其他
BeanInfo 对象提供有关当前豆附加信息的任意集合。
|
static BeanInfo |
Introspector.getBeanInfo(类<?> beanClass)
反思了java bean和了解它的全部属性,方法和事件的暴露。
|
static BeanInfo |
Introspector.getBeanInfo(类<?> beanClass, 类<?> stopClass)
反思了java bean和学习所有关于它的性质,暴露的方法,在给予“停止点”。
|
static BeanInfo |
Introspector.getBeanInfo(类<?> beanClass, 类<?> stopClass, int flags)
反思了java bean和了解它的所有属性、方法和事件的暴露,低于一个给定的
stopClass 点受到一些控制
flags 。
|
static BeanInfo |
Introspector.getBeanInfo(类<?> beanClass, int flags)
反思了java bean和了解它的全部属性,方法和事件,暴露,受到一些控制标志。
|
Modifier and Type | Interface and Description |
---|---|
interface |
BeanContextServiceProviderBeanInfo
一个beancontextserviceprovider实现者谁愿意提供关于他们的豆可以提供服务的明确信息实行实现此BeanInfo subinterface提供的方法,明确信息的BeanInfo类的属性,事件,等等,他们的服务。
|
Modifier and Type | Method and Description |
---|---|
BeanInfo[] |
BeanContextServiceProviderBeanInfo.getServicesBeanInfo()
获取一个
BeanInfo 阵列,每一个服务类或静态可从该服务提供者接口。
|
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.