GNU Classpath (0.95) | |
Frames | No Frames |
Classes implementing java.beans.beancontext.BeanContext | |
class | This is a helper class for implementing a bean context which
supplies services. |
class | This is a helper class for implementing a bean context. |
Constructors with parameter type java.beans.beancontext.BeanContext | |
Create a new event, from the specified BeanContext .
| |
Create a new membership event.
| |
Create a new membership event.
| |
Construct a BeanContextSupport instance.
| |
Construct a BeanContextSupport instance.
| |
Construct a BeanContextSupport instance.
| |
BeanContextSupport.BeanContextSupport(BeanContext peer, Locale locale, boolean dtime, boolean visible) Construct a BeanContextSupport instance.
|
Fields of type java.beans.beancontext.BeanContext | |
BeanContext | The parent BeanContext .
|
BeanContext | The BeanContext that most recently passed this
event on.
|
Methods with parameter type java.beans.beancontext.BeanContext | |
void | Set the parent BeanContext .
|
void | Set the parent BeanContext .
|
void | Set the most recent propagator of this event.
|
boolean | Called by setBeanContext() to determine whether the set should be rejected.
|
Methods with return type java.beans.beancontext.BeanContext | |
BeanContext | Get the parent BeanContext .
|
BeanContext | Get the parent BeanContext .
|
BeanContext | Get the BeanContext that originated this event.
|
BeanContext | Returns the bean context peer.
|
BeanContext | Get the most recent propagator of this event.
|
Methods with parameter type java.beans.beancontext.BeanContext | |
void | This method will be called by Beans.instantiate()
to associated the new Applet with its AppletContext, AppletStub,
and Container.
|
Object | Creates a bean.
|
Object | Beans.instantiate(ClassLoader cl, String beanName, BeanContext beanContext, AppletInitializer initializer) Instantiates a bean according to Beans 1.0.
|
GNU Classpath (0.95) |