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 BeanContext
    Modifier and Type
    Method
    Description
    void
    AppletInitializer.initialize(Applet newAppletBean, BeanContext bCtxt)
    Deprecated, for removal: This API element is subject to removal in a future version.
    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 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
    static Object
    Beans.instantiate(ClassLoader cls, String beanName, BeanContext beanContext, AppletInitializer initializer)
    Deprecated, for removal: This API element is subject to removal in a future version.
    It is recommended to use Beans.instantiate(ClassLoader, String, BeanContext), because the Applet API is deprecated.
  • Uses of BeanContext in java.beans.beancontext

    Modifier and Type
    Interface
    Description
    interface 
    Deprecated, for removal: This API element is subject to removal in a future version.
    Classes in java.beans.beancontext that implement BeanContext
    Modifier and Type
    Class
    Description
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    Fields in java.beans.beancontext declared as BeanContext
    Modifier and Type
    Field
    Description
    protected BeanContext
    BeanContextChildSupport.beanContext
    Deprecated, for removal: This API element is subject to removal in a future version.
    The bean context.
    protected BeanContext
    BeanContextEvent.propagatedFrom
    Deprecated, for removal: This API element is subject to removal in a future version.
    The BeanContext from which this event was propagated
    Methods in java.beans.beancontext that return BeanContext
    Modifier and Type
    Method
    Description
    BeanContextChild.getBeanContext()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Gets the BeanContext associated with this BeanContextChild.
    BeanContextChildSupport.getBeanContext()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Gets the nesting BeanContext for this BeanContextChildSupport.
    BeanContextEvent.getBeanContext()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Gets the BeanContext associated with this event.
    BeanContextSupport.getBeanContextPeer()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Gets the instance of BeanContext that this object is providing the implementation for.
    BeanContextEvent.getPropagatedFrom()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Gets the BeanContext from which this event was propagated.
    Methods in java.beans.beancontext with parameters of type BeanContext
    Modifier and Type
    Method
    Description
    void
    BeanContextChild.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 nesting BeanContext instance, or null), newValue (the current nesting BeanContext instance, or null).
    void
    BeanContextChildSupport.setBeanContext(BeanContext bc)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Sets the BeanContext for this BeanContextChildSupport.
    void
    BeanContextEvent.setPropagatedFrom(BeanContext bc)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Sets the BeanContext from which this event was propagated.
    boolean
    BeanContextChildSupport.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 BeanContext
    Modifier
    Constructor
    Description
    protected
    Deprecated, for removal: This API element is subject to removal in a future version.
    Construct a BeanContextEvent
     
    Deprecated, for removal: This API element is subject to removal in a future version.
    Construct a BeanContextMembershipEvent
     
    Deprecated, for removal: This API element is subject to removal in a future version.
    Construct a BeanContextMembershipEvent
     
    Deprecated, for removal: This API element is subject to removal in a future version.
    Create an instance using with a default locale
     
    Deprecated, for removal: This API element is subject to removal in a future version.
    Create an instance using the specified locale
     
    BeanContextSupport(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