软件包 | 描述 |
---|---|
java.beans |
包含的类发展豆相关--基于JavaBeans组件™架构。
|
java.beans.beancontext |
提供有关豆上下文的类和接口。
|
Modifier and Type | Method and Description |
---|---|
void |
AppletInitializer.initialize(Applet newAppletBean, BeanContext bCtxt)
如果通过适当的变体,java.beans.beans.instantiate这个方法将以联想新实例化的程序称为(JavaBean)以其appletcontext,appletstub,和容器。
|
static Object |
Beans.instantiate(ClassLoader cls, String beanName, BeanContext beanContext)
实例化一个JavaBean。
|
static Object |
Beans.instantiate(ClassLoader cls, String beanName, BeanContext beanContext, AppletInitializer initializer)
实例化一个豆。
|
Modifier and Type | Interface and Description |
---|---|
interface |
BeanContextServices
的beancontextservices接口提供了一个beancontext揭露通用的“服务”的beancontextchild对象机制。
|
Modifier and Type | Class and Description |
---|---|
class |
BeanContextServicesSupport
这个助手类提供了一种实用的java.beans.beancontext.beancontextservices接口实现。
|
class |
BeanContextSupport
这个助手类提供了一种实用的java.beans.beancontext.beancontext接口实现。
|
Modifier and Type | Field and Description |
---|---|
protected BeanContext |
BeanContextChildSupport.beanContext
豆语境。
|
protected BeanContext |
BeanContextEvent.propagatedFrom
从该
BeanContext 这个事件传播
|
Modifier and Type | Method and Description |
---|---|
BeanContext |
BeanContextEvent.getBeanContext()
获取与该事件相关的
BeanContext 。
|
BeanContext |
BeanContextChild.getBeanContext()
获取与此相关的
BeanContext
BeanContextChild 。
|
BeanContext |
BeanContextChildSupport.getBeanContext()
获取此
BeanContextChildSupport 嵌套
BeanContext 。
|
BeanContext |
BeanContextSupport.getBeanContextPeer()
获取此对象提供
BeanContext实施实例。
|
BeanContext |
BeanContextEvent.getPropagatedFrom()
得到
BeanContext 这事件传播。
|
Modifier and Type | Method and Description |
---|---|
void |
BeanContextChild.setBeanContext(BeanContext bc)
实现此接口的对象,应与参数java.beans.propertychangeevent,火属性名”beancontext”属性的旧值(前面的嵌套
BeanContext 实例,或
null )、价值(当前嵌套的
BeanContext 实例,或
null )。
|
void |
BeanContextChildSupport.setBeanContext(BeanContext bc)
设置此
BeanContextChildSupport 的
BeanContext 。
|
void |
BeanContextEvent.setPropagatedFrom(BeanContext bc)
集
BeanContext 这一事件传播。
|
boolean |
BeanContextChildSupport.validatePendingSetBeanContext(BeanContext newValue)
所谓的setbeancontext验证(或其他)的变更在嵌套beancontext属性值。
|
Constructor and Description |
---|
BeanContextEvent(BeanContext bc)
每一个beancontextevent
|
BeanContextMembershipEvent(BeanContext bc, Collection changes)
每一个beancontextmembershipevent
|
BeanContextMembershipEvent(BeanContext bc, Object[] changes)
每一个beancontextmembershipevent
|
BeanContextSupport(BeanContext peer)
创建一个使用默认区域设置的实例
|
BeanContextSupport(BeanContext peer, Locale lcle)
使用指定的区域设置创建一个实例
|
BeanContextSupport(BeanContext peer, Locale lcle, boolean dtime)
使用指定的区域设置和设计模式创建一个实例。
|
BeanContextSupport(BeanContext peer, Locale lcle, boolean dTime, boolean visible)
构建了一个BeanContextSupport的实例
|
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.