Carbide.c++

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

Packages that use IModelProvider
com.nokia.carbide.cpp.epoc.engine   
com.nokia.carbide.cpp.epoc.engine.model   
 

Uses of IModelProvider in com.nokia.carbide.cpp.epoc.engine
 

Methods in com.nokia.carbide.cpp.epoc.engine that return IModelProvider
static IModelProvider<IBldInfOwnedModel,IBldInfModel> EpocEnginePlugin.getBldInfModelProvider()
          Get the provider that manages access to bld.inf files in the workspace.
static IModelProvider<com.nokia.carbide.cpp.epoc.engine.model.bsf.IBSFOwnedModel,com.nokia.carbide.cpp.epoc.engine.model.bsf.IBSFModel> EpocEnginePlugin.getBSFModelProvider()
          Get the provider that manages access to image (scalable icon) makefiles in the workspace.
static IModelProvider<IImageMakefileOwnedModel,IImageMakefileModel> EpocEnginePlugin.getImageMakefileModelProvider()
          Get the provider that manages access to image (scalable icon) makefiles in the workspace.
static IModelProvider<IMakefileOwnedModel,IMakefileModel> EpocEnginePlugin.getMakefileModelProvider()
          Get the provider that manages access to ordinary makefiles in the workspace.
static IModelProvider<IMMPOwnedModel,IMMPModel> EpocEnginePlugin.getMMPModelProvider()
          Get the provider that manages access to MMP files in the workspace.
 

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

Methods in com.nokia.carbide.cpp.epoc.engine.model that return IModelProvider
static IModelProvider ModelProviderFactory.createModelProvider(IModelFactory modelFactory)
          Create the appropriate model provider based on whether the platform is running.
static IModelProvider ModelProviderFactory.createStandaloneModelProvider(IModelFactory modelFactory)
           
static IModelProvider ModelProviderFactory.createWorkspaceModelProvider(IModelFactory modelFactory)
           
 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 IModelProvider
 void IOwnedModel.setModelProvider(IModelProvider<IOwnedModel<View>,IModel<View>> modelProvider)
          Set the model provider.
 


Carbide.c++