|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectControlBeanContext
ControlContainerContext
ControlTestContainerContext
public class ControlTestContainerContext
ControlContainerContext implementation used to test controls in a standalone JVM.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface ControlBeanContext |
---|
ControlBeanContext.LifeCycle |
Field Summary |
---|
Fields inherited from interface BeanContext |
---|
globalHierarchyLock |
Fields inherited from interface DesignMode |
---|
PROPERTYNAME |
Constructor Summary | |
---|---|
ControlTestContainerContext()
|
Method Summary | ||
---|---|---|
InputStream |
getResourceAsStream(String name,
BeanContextChild bcc)
|
|
|
getService(Class<T> serviceClass,
Object selector)
Override ControlBeanContext.getService(). |
|
void |
initialize()
Called by BeanContextSupport superclass during construction and deserialization to initialize subclass transient state |
Methods inherited from class ControlContainerContext |
---|
addResourceContext, beginContext, dispatchEvent, endContext, getControlHandle, isSingleThreadedContainer, releaseResources, removeResourceContext |
Methods inherited from class Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface BeanContextServices |
---|
addBeanContextServicesListener, addService, getCurrentServiceClasses, getCurrentServiceSelectors, getService, hasService, releaseService, removeBeanContextServicesListener, revokeService |
Methods inherited from interface BeanContext |
---|
addBeanContextMembershipListener, getResource, instantiateChild, removeBeanContextMembershipListener |
Methods inherited from interface BeanContextChild |
---|
addPropertyChangeListener, addVetoableChangeListener, getBeanContext, removePropertyChangeListener, removeVetoableChangeListener, setBeanContext |
Methods inherited from interface Collection |
---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Methods inherited from interface DesignMode |
---|
isDesignTime, setDesignTime |
Methods inherited from interface Visibility |
---|
avoidingGui, dontUseGui, needsGui, okToUseGui |
Methods inherited from interface BeanContextServicesListener |
---|
serviceAvailable |
Methods inherited from interface BeanContextServiceRevokedListener |
---|
serviceRevoked |
Constructor Detail |
---|
public ControlTestContainerContext()
Method Detail |
---|
public void initialize()
initialize
in class ControlContainerContext
public <T> T getService(Class<T> serviceClass, Object selector)
getService
in interface ControlBeanContext
getService
in class ControlBeanContext
serviceClass
- selector
-
BeanContextServices.getService(java.beans.beancontext.BeanContextChild, java.lang.Object, java.lang.Class, java.lang.Object, java.beans.beancontext.BeanContextServiceRevokedListener)
public InputStream getResourceAsStream(String name, BeanContextChild bcc)
getResourceAsStream
in interface BeanContext
getResourceAsStream
in class ControlBeanContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |