Carbide.c++

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

Packages that use IView
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 IView in com.nokia.carbide.cpp.epoc.engine.model
 

Classes in com.nokia.carbide.cpp.epoc.engine.model with type parameters of type IView
 interface IData<T extends IView>
          This interface is the base for read-only data provided for an IView for use in caching.
 

Methods in com.nokia.carbide.cpp.epoc.engine.model that return IView
 IView[] IModel.getViews()
          Get a copy of the active views on model
 

Methods in com.nokia.carbide.cpp.epoc.engine.model that return types with arguments of type IView
 IData<IView<Model>> IView.getData()
          Get a copy of cacheable data for the view.
 

Methods in com.nokia.carbide.cpp.epoc.engine.model with parameters of type IView
 void IModelListener.modelUpdated(IOwnedModel model, IView view)
          Called when underlying source and DOM have changed due to view commits
 void IViewListener.viewChanged(IView view)
          Called when changes made to view, either directly through its APIs, or indirectly, via an #update() or #revert()
 

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

Subinterfaces of IView in com.nokia.carbide.cpp.epoc.engine.model.bldinf
 interface IBldInfView
          A view onto bld.inf contents.
 

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

Subinterfaces of IView in com.nokia.carbide.cpp.epoc.engine.model.makefile
 interface IMakefileView
          This is the interface to reading and modifying the Makefile contents.
 

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

Subinterfaces of IView in com.nokia.carbide.cpp.epoc.engine.model.makefile.image
 interface IImageMakefileView
          Interface to image-makefile specific commands.
 

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

Subinterfaces of IView in com.nokia.carbide.cpp.epoc.engine.model.mmp
 interface IMMPView
          The view interface for MMP models.
 


Carbide.c++