Java Platform 1.2
Beta 4

Uses of Interface
java.beans.beancontext.BeanContext

Packages that use BeanContext
java.beans Contains classes related to Java Beans development.  
java.beans.beancontext Provides classes and interfaces relating to bean context.  
 

Uses of BeanContext in java.beans
 

Methods in java.beans with parameters of type BeanContext
static Object Beans.instantiate(ClassLoader cls, String beanName, BeanContext beanContext)
           Instantiate a JavaBean.
static Object Beans.instantiate(ClassLoader cls, String beanName, BeanContext beanContext, AppletInitializer initializer)
          Instantiate a bean.
 void AppletInitializer.initialize(Applet newAppletBean, BeanContext bCtxt)
           If passed to the appropriate variant of java.beans.
 

Uses of BeanContext in java.beans.beancontext
 

Subinterfaces of BeanContext in java.beans.beancontext
  BeanContextServices
           The BeanContextServices interface provides a mechanism for a BeanContext to expose generic "services" to the BeanContextChild objects within.
 

Classes in java.beans.beancontext that implement BeanContext
  BeanContextServicesSupport
           This helper class provides a utility implementation of the java.beans.beancontext.
  BeanContextSupport
           This helper class provides a utility implementation of the java.beans.beancontext.
 

Fields in java.beans.beancontext declared as BeanContext
protected  BeanContext BeanContextEvent.propagatedFrom
           
protected  BeanContext BeanContextChildSupport.beanContext
           
 

Methods in java.beans.beancontext that return BeanContext
 BeanContext BeanContextEvent.getBeanContext()
           
 BeanContext BeanContextEvent.getPropagatedFrom()
           
 BeanContext BeanContextChildSupport.getBeanContext()
           
 BeanContext BeanContextSupport.getBeanContextPeer()
           
 BeanContext BeanContextChild.getBeanContext()
           
 

Methods in java.beans.beancontext with parameters of type BeanContext
 void BeanContextEvent.setPropagatedFrom(BeanContext bc)
           
 void BeanContextChildSupport.setBeanContext(BeanContext bc)
          setBeanContext
 boolean BeanContextChildSupport.validatePendingSetBeanContext(BeanContext newValue)
          called from setBeanContext to validate (or otherwise) the pending change in the nesting BeanContext property value. returning false will cause setBeanContext to throw PropertyVetoException.
 void BeanContextChild.setBeanContext(BeanContext bc)
           Objects that implement this interface, shall fire a java.beans.
 

Constructors in java.beans.beancontext with parameters of type BeanContext
BeanContextEvent.BeanContextEvent(BeanContext bc)
          Contruct a BeanContextEvent
BeanContextMembershipEvent.BeanContextMembershipEvent(BeanContext bc, Collection changes)
          Contruct a BeanContextMembershipEvent
BeanContextMembershipEvent.BeanContextMembershipEvent(BeanContext bc, Object[] changes)
          Contruct a BeanContextMembershipEvent
BeanContextRemovedEvent.BeanContextRemovedEvent(BeanContext bc, Object[] bccs)
          Contruct a BeanContextRemovedEvent
BeanContextAddedEvent.BeanContextAddedEvent(BeanContext bc, Object[] bccs)
          Contruct a BeanContextAddedEvent
BeanContextSupport.BeanContextSupport(BeanContext peer, Locale lcle, boolean dTime, boolean visible)
           Construct a BeanContextSupport instance
BeanContextSupport.BeanContextSupport(BeanContext peer, Locale lcle, boolean dtime)
          Create an instance using the specified Locale and design mode.
BeanContextSupport.BeanContextSupport(BeanContext peer, Locale lcle)
          Create an instance using the specified locale
BeanContextSupport.BeanContextSupport(BeanContext peer)
          Create an instance using with a null locale
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.