Package javaa.beans.beancontext
Interface BeanContext
- All Superinterfaces:
BeanContextChild
,Collection
,DesignMode
,Iterable
,Visibility
- All Known Subinterfaces:
BeanContextServices
- All Known Implementing Classes:
BeanContextServicesSupport
,BeanContextSupport
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Object
TODO: find out what it should be initialized toFields inherited from interface javaa.beans.DesignMode
PROPERTYNAME
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getResource
(String name, BeanContextChild bcc) getResourceAsStream
(String name, BeanContextChild bcc) instantiateChild
(String beanName) void
Methods inherited from interface javaa.beans.beancontext.BeanContextChild
addPropertyChangeListener, addVetoableChangeListener, getBeanContext, removePropertyChangeListener, removeVetoableChangeListener, setBeanContext
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toArray
Methods inherited from interface javaa.beans.DesignMode
isDesignTime, setDesignTime
Methods inherited from interface javaa.beans.Visibility
avoidingGui, dontUseGui, needsGui, okToUseGui
-
Field Details
-
globalHierarchyLock
TODO: find out what it should be initialized to
-
-
Method Details
-
addBeanContextMembershipListener
-
getResource
- Throws:
IllegalArgumentException
-
getResourceAsStream
- Throws:
IllegalArgumentException
-
instantiateChild
- Throws:
IOException
ClassNotFoundException
-
removeBeanContextMembershipListener
-