Carbide.c++

Uses of Package
com.nokia.carbide.cpp.epoc.engine

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

Classes in com.nokia.carbide.cpp.epoc.engine used by com.nokia.carbide.cpp.epoc.engine
EpocEnginePlugin
          The main plugin class to be used in the desktop.
IBldInfDataRunnable
          Instantiate this interface and pass to EpocEnginePlugin#runWithMMPData() to encapsulate some of the bookkeeping of model/view handling.
IBldInfViewRunnable
          Instantiate this interface and pass to EpocEnginePlugin#runWithBldInfView() to encapsulate some of the bookkeeping of model/view handling.
IBSFViewRunnable
          Instantiate this interface and pass to EpocEnginePlugin#runWithBSFView() to encapsulate some of the bookkeeping of model/view handling.
IDataRunnable
          Instantiate this interface and pass to EpocEnginePlugin#runWith...Data() to encapsulate some of the bookkeeping of model/view/data handling.
IImageMakefileDataRunnable
          Instantiate this interface and pass to EpocEnginePlugin#runWithImageMakefileData() to encapsulate some of the bookkeeping of model/view handling.
IImageMakefileViewRunnable
          Instantiate this interface and pass to EpocEnginePlugin#runWithImageMakefileView() to encapsulate some of the bookkeeping of model/view handling.
IMMPDataRunnable
          Instantiate this interface and pass to EpocEnginePlugin#runWithMMPData() to encapsulate some of the bookkeeping of model/view handling.
IMMPViewRunnable
          Instantiate this interface and pass to EpocEnginePlugin#runWithMMPView() to encapsulate some of the bookkeeping of model/view handling.
IPKGViewRunnable
          Instantiate this interface and pass to EpocEnginePlugin#runWithPKGView() to encapsulate some of the bookkeeping of model/view handling.
IViewRunnable
          Instantiate this interface and pass to EpocEnginePlugin#runWith...View() to encapsulate some of the bookkeeping of model/view handling.
ViewRunnableAdapter
          Adapter for this runnable which handles errors by logging to the Error Log.
 


Carbide.c++