Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.scopemvc.core.ModelManager

Uses of ModelManager in org.scopemvc.core
 

Subclasses of ModelManager in org.scopemvc.core
 class ActionManager
           ActionManager is a ModelManager that handles the actions (invokable methods) of model objects.
 class EditorManager
           EditorManager is a ModelManager that handles the creation of appropriate Viewer and Editor Views for the properties of model objects for a specific view type.
 class PropertyManager
           PropertyManager is a ModelManager that provides access to the properties of model objects.
 

Methods in org.scopemvc.core that return ModelManager
protected static ModelManager ModelManager.make(java.lang.String inManagerName, java.lang.Class inModelClass)
          Create a manager by looking up the class from ScopeConfig by the manager name.