Carbide.c++

Uses of Interface
com.nokia.carbide.cpp.epoc.engine.model.IOwnedModel

Packages that use IOwnedModel
com.nokia.carbide.cpp.epoc.engine.model   
com.nokia.carbide.cpp.epoc.engine.model.bldinf   
com.nokia.carbide.cpp.epoc.engine.model.makefile   
com.nokia.carbide.cpp.epoc.engine.model.makefile.image   
com.nokia.carbide.cpp.epoc.engine.model.mmp   
 

Uses of IOwnedModel in com.nokia.carbide.cpp.epoc.engine.model
 

Classes in com.nokia.carbide.cpp.epoc.engine.model with type parameters of type IOwnedModel
 interface IModelFactory<Model extends IOwnedModel>
          Factory interface for creating models.
 interface IModelProvider<Model extends IOwnedModel,SharedModel extends IModel>
          Interface managing shared access to models.
 

Methods in com.nokia.carbide.cpp.epoc.engine.model that return types with arguments of type IOwnedModel
 IModelProvider<IOwnedModel<View>,IModel<View>> IModel.getModelProvider()
          Get the model provider owning this model, if any.
 

Methods in com.nokia.carbide.cpp.epoc.engine.model with parameters of type IOwnedModel
 void IModelListener.modelChanged(IOwnedModel model)
          Called when underlying source and DOM have changed with unknown deltas (e.g. external text edits, CVS checkout, direct document manipulation, etc)
 void IModelListener.modelUpdated(IOwnedModel model, IView view)
          Called when underlying source and DOM have changed due to view commits
 

Method parameters in com.nokia.carbide.cpp.epoc.engine.model with type arguments of type IOwnedModel
 void IOwnedModel.setModelProvider(IModelProvider<IOwnedModel<View>,IModel<View>> modelProvider)
          Set the model provider.
 

Uses of IOwnedModel in com.nokia.carbide.cpp.epoc.engine.model.bldinf
 

Subinterfaces of IOwnedModel in com.nokia.carbide.cpp.epoc.engine.model.bldinf
 interface IBldInfOwnedModel
          This is the owner interface to the bld.inf model.
 

Uses of IOwnedModel in com.nokia.carbide.cpp.epoc.engine.model.makefile
 

Subinterfaces of IOwnedModel in com.nokia.carbide.cpp.epoc.engine.model.makefile
 interface IMakefileOwnedModel
          This interface provides access to the Makefile.
 

Uses of IOwnedModel in com.nokia.carbide.cpp.epoc.engine.model.makefile.image
 

Subinterfaces of IOwnedModel in com.nokia.carbide.cpp.epoc.engine.model.makefile.image
 interface IImageMakefileOwnedModel
          Model that specifically handles scalable icon image Makefiles Views are created with an IImageMakefileViewConfiguration.
 

Uses of IOwnedModel in com.nokia.carbide.cpp.epoc.engine.model.mmp
 

Subinterfaces of IOwnedModel in com.nokia.carbide.cpp.epoc.engine.model.mmp
 interface IMMPOwnedModel
          The owner interface to an MMP model.
 


Carbide.c++