org.beanfabrics.model
Class ModelContext

java.lang.Object
  extended by org.beanfabrics.context.DefaultContext
      extended by org.beanfabrics.model.ModelContext
All Implemented Interfaces:
Context

public class ModelContext
extends DefaultContext

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

ModelContext

public ModelContext(PresentationModel owner)
Constructs a ModelContext for the given presentation model.

Parameters:
owner - the presentation model that will be the owner of this context.
Method Detail

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object