Uses of Interface
java.beans.beancontext.BeanContext
Packages that use BeanContext
Package
Description
Contains classes related to developing beans -- components based on
the JavaBeans architecture.
Provides classes and interfaces relating to bean context.
-
Uses of BeanContext in java.beans
Methods in java.beans with parameters of type BeanContextModifier and TypeMethodDescriptionstatic ObjectBeans.instantiate(ClassLoader cls, String beanName, BeanContext beanContext) Deprecated, for removal: This API element is subject to removal in a future version.this method will be removed when java.beans.beancontext is removed -
Uses of BeanContext in java.beans.beancontext
Subinterfaces of BeanContext in java.beans.beancontextModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.Classes in java.beans.beancontext that implement BeanContextModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classDeprecated, for removal: This API element is subject to removal in a future version.Fields in java.beans.beancontext declared as BeanContextModifier and TypeFieldDescriptionprotected BeanContextBeanContextChildSupport.beanContextDeprecated, for removal: This API element is subject to removal in a future version.The bean context.protected BeanContextBeanContextEvent.propagatedFromDeprecated, for removal: This API element is subject to removal in a future version.TheBeanContextfrom which this event was propagatedMethods in java.beans.beancontext that return BeanContextModifier and TypeMethodDescriptionBeanContextChild.getBeanContext()Deprecated, for removal: This API element is subject to removal in a future version.Gets theBeanContextassociated with thisBeanContextChild.BeanContextChildSupport.getBeanContext()Deprecated, for removal: This API element is subject to removal in a future version.Gets the nestingBeanContextfor thisBeanContextChildSupport.BeanContextEvent.getBeanContext()Deprecated, for removal: This API element is subject to removal in a future version.Gets theBeanContextassociated with this event.BeanContextSupport.getBeanContextPeer()Deprecated, for removal: This API element is subject to removal in a future version.Gets the instance ofBeanContextthat this object is providing the implementation for.BeanContextEvent.getPropagatedFrom()Deprecated, for removal: This API element is subject to removal in a future version.Gets theBeanContextfrom which this event was propagated.Methods in java.beans.beancontext with parameters of type BeanContextModifier and TypeMethodDescriptionvoidBeanContextChild.setBeanContext(BeanContext bc) Deprecated, for removal: This API element is subject to removal in a future version.Objects that implement this interface, shall fire a java.beans.PropertyChangeEvent, with parameters: propertyName "beanContext", oldValue (the previous nestingBeanContextinstance, ornull), newValue (the current nestingBeanContextinstance, ornull).voidBeanContextChildSupport.setBeanContext(BeanContext bc) Deprecated, for removal: This API element is subject to removal in a future version.Sets theBeanContextfor thisBeanContextChildSupport.voidBeanContextEvent.setPropagatedFrom(BeanContext bc) Deprecated, for removal: This API element is subject to removal in a future version.Sets theBeanContextfrom which this event was propagated.booleanBeanContextChildSupport.validatePendingSetBeanContext(BeanContext newValue) Deprecated, for removal: This API element is subject to removal in a future version.Called from setBeanContext to validate (or otherwise) the pending change in the nesting BeanContext property value.Constructors in java.beans.beancontext with parameters of type BeanContextModifierConstructorDescriptionprotectedDeprecated, for removal: This API element is subject to removal in a future version.Construct a BeanContextEventBeanContextMembershipEvent(BeanContext bc, Object[] changes) Deprecated, for removal: This API element is subject to removal in a future version.Construct a BeanContextMembershipEventBeanContextMembershipEvent(BeanContext bc, Collection changes) Deprecated, for removal: This API element is subject to removal in a future version.Construct a BeanContextMembershipEventDeprecated, for removal: This API element is subject to removal in a future version.Create an instance using with a default localeBeanContextSupport(BeanContext peer, Locale lcle) Deprecated, for removal: This API element is subject to removal in a future version.Create an instance using the specified localeBeanContextSupport(BeanContext peer, Locale lcle, boolean dtime) Deprecated, for removal: This API element is subject to removal in a future version.Create an instance using the specified Locale and design mode.BeanContextSupport(BeanContext peer, Locale lcle, boolean dTime, boolean visible) Deprecated, for removal: This API element is subject to removal in a future version.Construct a BeanContextSupport instance