|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Context | |
|---|---|
| org.beanfabrics.context | |
| org.beanfabrics.model | |
| Uses of Context in org.beanfabrics.context |
|---|
| Classes in org.beanfabrics.context that implement Context | |
|---|---|
class |
BnParentContext
ModelSubscriber Context that will become a parent context of the bound object's context. |
class |
DefaultContext
|
class |
ModelContext
|
| Methods in org.beanfabrics.context that return Context | |
|---|---|
Context |
ContextOwner.getContext()
Returns the Context of this model. |
Context |
ServiceEntry.getOrigin()
|
Context |
ParentAddedEvent.getParent()
|
Context |
ParentRemovedEvent.getParent()
|
| Methods in org.beanfabrics.context that return types with arguments of type Context | |
|---|---|
java.util.List<Context> |
Context.getParents()
|
java.util.List<Context> |
DefaultContext.getParents()
|
| Methods in org.beanfabrics.context with parameters of type Context | |
|---|---|
void |
Context.addParent(Context parent)
|
void |
DefaultContext.addParent(Context parent)
|
protected void |
DefaultContext.fireParentAdded(Context parent)
|
protected void |
DefaultContext.fireParentRemoved(Context parent)
|
void |
Context.removeParent(Context parent)
|
void |
DefaultContext.removeParent(Context parent)
|
protected java.lang.Object |
DefaultContext.removeServiceEntry(Context origin,
java.lang.Class type)
|
| Constructors in org.beanfabrics.context with parameters of type Context | |
|---|---|
ContextEvent(Context source)
|
|
ParentAddedEvent(Context source,
Context parent)
|
|
ParentRemovedEvent(Context source,
Context parent)
|
|
ServiceAddedEvent(Context source,
ServiceEntry serviceEntry)
|
|
ServiceEntry(int distance,
Context origin,
java.lang.Object service,
java.lang.Class type)
|
|
ServiceRemovedEvent(Context source,
ServiceEntry serviceEntry)
|
|
| Uses of Context in org.beanfabrics.model |
|---|
| Methods in org.beanfabrics.model that return Context | |
|---|---|
Context |
AbstractPM.getContext()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||