public interface BeanContext extends BeanContextChild, Collection, DesignMode, Visibility
Modifier and Type | Field and Description |
---|---|
static Object |
globalHierarchyLock
TODO: find out what it should be initialized to
|
PROPERTYNAME
Modifier and Type | Method and Description |
---|---|
void |
addBeanContextMembershipListener(BeanContextMembershipListener bcml) |
URL |
getResource(String name,
BeanContextChild bcc) |
InputStream |
getResourceAsStream(String name,
BeanContextChild bcc) |
Object |
instantiateChild(String beanName) |
void |
removeBeanContextMembershipListener(BeanContextMembershipListener bcml) |
addPropertyChangeListener, addVetoableChangeListener, getBeanContext, removePropertyChangeListener, removeVetoableChangeListener, setBeanContext
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
isDesignTime, setDesignTime
avoidingGui, dontUseGui, needsGui, okToUseGui
static final Object globalHierarchyLock
void addBeanContextMembershipListener(BeanContextMembershipListener bcml)
URL getResource(String name, BeanContextChild bcc) throws IllegalArgumentException
IllegalArgumentException
InputStream getResourceAsStream(String name, BeanContextChild bcc) throws IllegalArgumentException
IllegalArgumentException
Object instantiateChild(String beanName) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
void removeBeanContextMembershipListener(BeanContextMembershipListener bcml)
Copyright © 2013. All Rights Reserved.