| Package | Description |
|---|---|
| java.beans |
Contains classes related to developing
beans -- components based on the JavaBeans™ architecture.
|
| java.beans.beancontext |
Provides classes and interfaces relating to bean context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AppletInitializer.initialize(Applet
If passed to the appropriate variant of java.beans.Beans.instantiate this method will be called in order to associate the newly instantiated Applet (JavaBean) with its AppletContext, AppletStub, and Container.
|
static Object |
Beans.instantiate(ClassLoader
Instantiate a JavaBean.
|
static Object |
Beans.instantiate(ClassLoader
Instantiate a bean.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BeanContextServices
The BeanContextServices interface provides a mechanism for a BeanContext to expose generic "services" to the BeanContextChild objects within.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BeanContextServicesSupport
This helper class provides a utility implementation of the java.beans.beancontext.BeanContextServices interface.
|
class |
BeanContextSupport
This helper class provides a utility implementation of the java.beans.beancontext.BeanContext interface.
|
| Modifier and Type | Field and Description |
|---|---|
protected BeanContext |
BeanContextChildSupport.beanContext
The bean context.
|
protected BeanContext |
BeanContextEvent.propagatedFrom
The
BeanContext from which this event was propagated
|
| Modifier and Type | Method and Description |
|---|---|
BeanContext |
BeanContextChild.getBeanContext()
Gets the
BeanContext associated with this
BeanContextChild.
|
BeanContext |
BeanContextEvent.getBeanContext()
Gets the
BeanContext associated with this event.
|
BeanContext |
BeanContextChildSupport.getBeanContext()
Gets the nesting
BeanContext for this
BeanContextChildSupport.
|
BeanContext |
BeanContextSupport.getBeanContextPeer()
Gets the instance of
BeanContext that this object is providing the implementation for.
|
BeanContext |
BeanContextEvent.getPropagatedFrom()
Gets the
BeanContext from which this event was propagated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeanContextChild.setBeanContext(BeanContext
Objects that implement this interface, shall fire a java.beans.PropertyChangeEvent, with parameters: propertyName "beanContext", oldValue (the previous nesting
BeanContext instance, or
null), newValue (the current nesting
BeanContext instance, or
null).
|
void |
BeanContextChildSupport.setBeanContext(BeanContext
Sets the
BeanContext for this
BeanContextChildSupport.
|
void |
BeanContextEvent.setPropagatedFrom(BeanContext
Sets the
BeanContext from which this event was propagated.
|
boolean |
BeanContextChildSupport.validatePendingSetBeanContext(BeanContext
Called from setBeanContext to validate (or otherwise) the pending change in the nesting BeanContext property value.
|
| Constructor and Description | |
|---|---|
BeanContextEvent(BeanContext
Contruct a BeanContextEvent
|
|
BeanContextMembershipEvent(BeanContext
Contruct a BeanContextMembershipEvent
|
|
BeanContextMembershipEvent(BeanContext
Contruct a BeanContextMembershipEvent
|
|
BeanContextSupport(BeanContext
Create an instance using with a default locale
|
|
BeanContextSupport(BeanContext
Create an instance using the specified locale
|
|
BeanContextSupport(BeanContext
Create an instance using the specified Locale and design mode.
|
|
BeanContextSupport(BeanContext
Construct a BeanContextSupport instance
|