|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.beanfabrics.context.DefaultContext
org.beanfabrics.model.ModelContext
public class ModelContext
The ModelContext
is the context implementation of a
PresentationModel
.
Constructor Summary | |
---|---|
ModelContext(PresentationModel owner)
Constructs a ModelContext for the given presentation model. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class org.beanfabrics.context.DefaultContext |
---|
addContextListener, addParent, addService, findService, fireParentAdded, fireParentRemoved, fireServiceAdded, fireServiceRemoved, getParents, getService, getServiceEntries, removeContextListener, removeParent, removeService, removeServiceEntry |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ModelContext(PresentationModel owner)
ModelContext
for the given presentation model.
owner
- the presentation model that will be the owner of this
context.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |