|
|||||||||
| Home >> All >> java >> beans >> [ beancontext overview ] | PREV NEXT | ||||||||
Uses of Interface
java.beans.beancontext.BeanContext
| Uses of BeanContext in java.beans.beancontext |
| Subinterfaces of BeanContext in java.beans.beancontext | |
interface |
BeanContextServices
Allows a BeanContext to provide services to its children. |
| Classes in java.beans.beancontext that implement BeanContext | |
class |
BeanContextServicesSupport
|
class |
BeanContextSupport
|
| Fields in java.beans.beancontext declared as BeanContext | |
protected BeanContext |
BeanContextChildSupport.beanContext
The parent BeanContext. |
protected BeanContext |
BeanContextEvent.propagatedFrom
The BeanContext that most recently passed this
event on. |
| Methods in java.beans.beancontext that return BeanContext | |
BeanContext |
BeanContextChild.getBeanContext()
Get the parent BeanContext. |
BeanContext |
BeanContextChildSupport.getBeanContext()
Get the parent BeanContext. |
BeanContext |
BeanContextSupport.getBeanContextPeer()
|
BeanContext |
BeanContextEvent.getBeanContext()
Get the BeanContext that originated this event. |
BeanContext |
BeanContextEvent.getPropagatedFrom()
Get the most recent propagator of this event. |
| Methods in java.beans.beancontext with parameters of type BeanContext | |
void |
BeanContextChild.setBeanContext(BeanContext parent)
Set the parent BeanContext. |
void |
BeanContextChildSupport.setBeanContext(BeanContext newBeanContext)
Set the parent BeanContext. |
boolean |
BeanContextChildSupport.validatePendingSetBeanContext(BeanContext newBeanContext)
Called by setBeanContext() to determine whether the set should be rejected. |
void |
BeanContextEvent.setPropagatedFrom(BeanContext propagator)
Set the most recent propagator of this event. |
| Constructors in java.beans.beancontext with parameters of type BeanContext | |
BeanContextSupport(BeanContext peer)
Construct a BeanContextSupport instance. |
|
BeanContextSupport(BeanContext peer,
java.util.Locale lcle)
Construct a BeanContextSupport instance. |
|
BeanContextSupport(BeanContext peer,
java.util.Locale lcle,
boolean dtime)
Construct a BeanContextSupport instance. |
|
BeanContextSupport(BeanContext peer,
java.util.Locale lcle,
boolean dtime,
boolean visible)
Construct a BeanContextSupport instance. |
|
BeanContextEvent(BeanContext source)
Create a new event, from the specified BeanContext. |
|
BeanContextMembershipEvent(BeanContext context,
java.util.Collection children)
Create a new membership event. |
|
BeanContextMembershipEvent(BeanContext context,
java.lang.Object[] children)
Create a new membership event. |
|
|
|||||||||
| Home >> All >> java >> beans >> [ beancontext overview ] | PREV NEXT | ||||||||