carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/reference/api/index-files/index-6.html
author fturovic <frank.turovich@nokia.com>
Tue, 27 Jul 2010 15:28:19 -0500
changeset 1704 24ac5a5cf80c
parent 0 fb279309251b
permissions -rw-r--r--
updated copyright dates and fixed some css issues

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_15) on Tue Jan 06 17:31:57 CST 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<TITLE>
F-Index (Carbide.c++ SDK API Reference)
</TITLE>


<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    parent.document.title="F-Index (Carbide.c++ SDK API Reference)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Carbide.c++</b></EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="index-5.html"><B>PREV LETTER</B></A>&nbsp;
&nbsp;<A HREF="index-7.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../index.html?index-filesindex-6.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-6.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">K</A> <A HREF="index-11.html">L</A> <A HREF="index-12.html">M</A> <A HREF="index-13.html">N</A> <A HREF="index-14.html">O</A> <A HREF="index-15.html">P</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="../com/nokia/carbide/templatewizard/process/AbstractProcess.html#fail(java.lang.String, java.lang.Throwable)"><B>fail(String, Throwable)</B></A> - 
Method in class com.nokia.carbide.templatewizard.process.<A HREF="../com/nokia/carbide/templatewizard/process/AbstractProcess.html" title="class in com.nokia.carbide.templatewizard.process">AbstractProcess</A>
<DD>Called by subclasses to encapsulate throwing a CoreException from 
 <A HREF="../com/nokia/carbide/templatewizard/process/IProcess.html#process(com.nokia.carbide.template.engine.ITemplate, java.util.List, IProgressMonitor)"><CODE>IProcess.process(ITemplate, List, IProgressMonitor)</CODE></A>
<DT><A HREF="../com/nokia/carbide/templatewizard/process/AbstractProcess.html#fail(java.lang.String)"><B>fail(String)</B></A> - 
Method in class com.nokia.carbide.templatewizard.process.<A HREF="../com/nokia/carbide/templatewizard/process/AbstractProcess.html" title="class in com.nokia.carbide.templatewizard.process">AbstractProcess</A>
<DD>Called by subclasses to encapsulate throwing a CoreException from 
 <A HREF="../com/nokia/carbide/templatewizard/process/IProcess.html#process(com.nokia.carbide.template.engine.ITemplate, java.util.List, IProgressMonitor)"><CODE>IProcess.process(ITemplate, List, IProgressMonitor)</CODE></A>
<DT><A HREF="../com/nokia/carbide/cpp/epoc/engine/IDataRunnable.html#failedLoad(CoreException)"><B>failedLoad(CoreException)</B></A> - 
Method in interface com.nokia.carbide.cpp.epoc.engine.<A HREF="../com/nokia/carbide/cpp/epoc/engine/IDataRunnable.html" title="interface in com.nokia.carbide.cpp.epoc.engine">IDataRunnable</A>
<DD>Called instead of #run() when model loading failed.
<DT><A HREF="../com/nokia/carbide/cpp/epoc/engine/IViewRunnable.html#failedLoad(CoreException)"><B>failedLoad(CoreException)</B></A> - 
Method in interface com.nokia.carbide.cpp.epoc.engine.<A HREF="../com/nokia/carbide/cpp/epoc/engine/IViewRunnable.html" title="interface in com.nokia.carbide.cpp.epoc.engine">IViewRunnable</A>
<DD>Called instead of #run() when model loading failed.
<DT><A HREF="../com/nokia/carbide/cpp/epoc/engine/ViewRunnableAdapter.html#failedLoad(CoreException)"><B>failedLoad(CoreException)</B></A> - 
Method in class com.nokia.carbide.cpp.epoc.engine.<A HREF="../com/nokia/carbide/cpp/epoc/engine/ViewRunnableAdapter.html" title="class in com.nokia.carbide.cpp.epoc.engine">ViewRunnableAdapter</A>
<DD>&nbsp;
<DT><A HREF="../com/nokia/carbide/templatewizard/process/AbstractProcess.html#failIfFalse(boolean, java.lang.String)"><B>failIfFalse(boolean, String)</B></A> - 
Method in class com.nokia.carbide.templatewizard.process.<A HREF="../com/nokia/carbide/templatewizard/process/AbstractProcess.html" title="class in com.nokia.carbide.templatewizard.process">AbstractProcess</A>
<DD>Called by subclasses to encapsulate throwing a CoreException from 
 <A HREF="../com/nokia/carbide/templatewizard/process/IProcess.html#process(com.nokia.carbide.template.engine.ITemplate, java.util.List, IProgressMonitor)"><CODE>IProcess.process(ITemplate, List, IProgressMonitor)</CODE></A>
<DT><A HREF="../com/nokia/carbide/templatewizard/process/AbstractProcess.html#failIfNull(java.lang.Object, java.lang.String)"><B>failIfNull(Object, String)</B></A> - 
Method in class com.nokia.carbide.templatewizard.process.<A HREF="../com/nokia/carbide/templatewizard/process/AbstractProcess.html" title="class in com.nokia.carbide.templatewizard.process">AbstractProcess</A>
<DD>Called by subclasses to encapsulate throwing a CoreException from 
 <A HREF="../com/nokia/carbide/templatewizard/process/IProcess.html#process(com.nokia.carbide.template.engine.ITemplate, java.util.List, IProgressMonitor)"><CODE>IProcess.process(ITemplate, List, IProgressMonitor)</CODE></A>
<DT><A HREF="../com/nokia/carbide/templatewizard/processes/CopyFiles.html#FILE_PARAMETER"><B>FILE_PARAMETER</B></A> - 
Static variable in class com.nokia.carbide.templatewizard.processes.<A HREF="../com/nokia/carbide/templatewizard/processes/CopyFiles.html" title="class in com.nokia.carbide.templatewizard.processes">CopyFiles</A>
<DD>&nbsp;
<DT><A HREF="../com/nokia/carbide/cpp/sdk/ui/shared/BuildTargetsPage.FilteringContentProviderWrapper.html#filter"><B>filter</B></A> - 
Variable in class com.nokia.carbide.cpp.sdk.ui.shared.<A HREF="../com/nokia/carbide/cpp/sdk/ui/shared/BuildTargetsPage.FilteringContentProviderWrapper.html" title="class in com.nokia.carbide.cpp.sdk.ui.shared">BuildTargetsPage.FilteringContentProviderWrapper</A>
<DD>&nbsp;
<DT><A HREF="../com/nokia/carbide/cpp/sdk/ui/shared/BuildTargetsPage.html#filteringContentProviderWrapper"><B>filteringContentProviderWrapper</B></A> - 
Variable in class com.nokia.carbide.cpp.sdk.ui.shared.<A HREF="../com/nokia/carbide/cpp/sdk/ui/shared/BuildTargetsPage.html" title="class in com.nokia.carbide.cpp.sdk.ui.shared">BuildTargetsPage</A>
<DD>&nbsp;
<DT><A HREF="../com/nokia/carbide/cdt/builder/ImageMakefileViewPathHelper.html#findCandidateImagePath(IPath)"><B>findCandidateImagePath(IPath)</B></A> - 
Method in class com.nokia.carbide.cdt.builder.<A HREF="../com/nokia/carbide/cdt/builder/ImageMakefileViewPathHelper.html" title="class in com.nokia.carbide.cdt.builder">ImageMakefileViewPathHelper</A>
<DD>Look up a candidate for the image referenced by the path from an
 IImageSource.
<DT><A HREF="../com/nokia/carbide/cdt/builder/ImageMakefileViewPathHelper.html#findCandidateMaskPath(com.nokia.carbide.cpp.epoc.engine.image.IImageSource)"><B>findCandidateMaskPath(IImageSource)</B></A> - 
Method in class com.nokia.carbide.cdt.builder.<A HREF="../com/nokia/carbide/cdt/builder/ImageMakefileViewPathHelper.html" title="class in com.nokia.carbide.cdt.builder">ImageMakefileViewPathHelper</A>
<DD>Look up a candidate for the mask referenced by the given
 IImageSource.
<DT><A HREF="../com/nokia/carbide/cpp/epoc/engine/model/makefile/IMakefileViewBase.html#findCommandsInvoking(java.lang.String)"><B>findCommandsInvoking(String)</B></A> - 
Method in interface com.nokia.carbide.cpp.epoc.engine.model.makefile.<A HREF="../com/nokia/carbide/cpp/epoc/engine/model/makefile/IMakefileViewBase.html" title="interface in com.nokia.carbide.cpp.epoc.engine.model.makefile">IMakefileViewBase</A>
<DD>Get commands in any rule that run this program (either literal filename or $(var))
<DT><A HREF="../com/nokia/carbide/cpp/epoc/engine/preprocessor/IIncludeFileLocator.html#findIncludeFile(java.lang.String, boolean, java.io.File)"><B>findIncludeFile(String, boolean, File)</B></A> - 
Method in interface com.nokia.carbide.cpp.epoc.engine.preprocessor.<A HREF="../com/nokia/carbide/cpp/epoc/engine/preprocessor/IIncludeFileLocator.html" title="interface in com.nokia.carbide.cpp.epoc.engine.preprocessor">IIncludeFileLocator</A>
<DD>Look up a file on the include paths
<DT><A HREF="../com/nokia/carbide/cpp/epoc/engine/image/IMultiImageSource.html#findMatchingSource(IPath)"><B>findMatchingSource(IPath)</B></A> - 
Method in interface com.nokia.carbide.cpp.epoc.engine.image.<A HREF="../com/nokia/carbide/cpp/epoc/engine/image/IMultiImageSource.html" title="interface in com.nokia.carbide.cpp.epoc.engine.image">IMultiImageSource</A>
<DD>Find an entry that matches the file.
<DT><A HREF="../com/nokia/carbide/templatewizard/process/AbstractProcess.html#findParameterByName(java.lang.String, java.util.List)"><B>findParameterByName(String, List&lt;IParameter&gt;)</B></A> - 
Method in class com.nokia.carbide.templatewizard.process.<A HREF="../com/nokia/carbide/templatewizard/process/AbstractProcess.html" title="class in com.nokia.carbide.templatewizard.process">AbstractProcess</A>
<DD>Encapsulates getting a singleton <A HREF="../com/nokia/carbide/templatewizard/process/IParameter.html" title="interface in com.nokia.carbide.templatewizard.process"><CODE>IParameter</CODE></A> that may or may not exist,<br>
 returning <code>null</code> if none is found.
<DT><A HREF="../com/nokia/carbide/cpp/sdk/core/IBSFCatalog.html#findPlatform(java.lang.String)"><B>findPlatform(String)</B></A> - 
Method in interface com.nokia.carbide.cpp.sdk.core.<A HREF="../com/nokia/carbide/cpp/sdk/core/IBSFCatalog.html" title="interface in com.nokia.carbide.cpp.sdk.core">IBSFCatalog</A>
<DD>Find a platform with the given name.
<DT><A HREF="../com/nokia/carbide/cpp/epoc/engine/model/makefile/IMakefileViewBase.html#findRuleForTarget(java.lang.String, boolean)"><B>findRuleForTarget(String, boolean)</B></A> - 
Method in interface com.nokia.carbide.cpp.epoc.engine.model.makefile.<A HREF="../com/nokia/carbide/cpp/epoc/engine/model/makefile/IMakefileViewBase.html" title="interface in com.nokia.carbide.cpp.epoc.engine.model.makefile">IMakefileViewBase</A>
<DD>Get (last) rule with the given target
<DT><A HREF="../com/nokia/carbide/cpp/epoc/engine/model/IModelProvider.html#findSharedModel(IPath)"><B>findSharedModel(IPath)</B></A> - 
Method in interface com.nokia.carbide.cpp.epoc.engine.model.<A HREF="../com/nokia/carbide/cpp/epoc/engine/model/IModelProvider.html" title="interface in com.nokia.carbide.cpp.epoc.engine.model">IModelProvider</A>
<DD>Find a registered Model instance for the given path.
<DT><A HREF="../com/nokia/carbide/cdt/builder/CarbideBuilderPlugin.html#fireBuildConfigChangedChanged(com.nokia.carbide.cdt.builder.project.ICarbideBuildConfiguration)"><B>fireBuildConfigChangedChanged(ICarbideBuildConfiguration)</B></A> - 
Static method in class com.nokia.carbide.cdt.builder.<A HREF="../com/nokia/carbide/cdt/builder/CarbideBuilderPlugin.html" title="class in com.nokia.carbide.cdt.builder">CarbideBuilderPlugin</A>
<DD>&nbsp;
<DT><A HREF="../com/nokia/carbide/cdt/builder/CarbideBuilderPlugin.html#fireProjectPropertyChanged(com.nokia.carbide.cdt.builder.project.ICarbideProjectInfo)"><B>fireProjectPropertyChanged(ICarbideProjectInfo)</B></A> - 
Static method in class com.nokia.carbide.cdt.builder.<A HREF="../com/nokia/carbide/cdt/builder/CarbideBuilderPlugin.html" title="class in com.nokia.carbide.cdt.builder">CarbideBuilderPlugin</A>
<DD>&nbsp;
<DT><A HREF="../com/nokia/carbide/templatewizard/processes/CreateFolders.html#FOLDER_PARAMETER"><B>FOLDER_PARAMETER</B></A> - 
Static variable in class com.nokia.carbide.templatewizard.processes.<A HREF="../com/nokia/carbide/templatewizard/processes/CreateFolders.html" title="class in com.nokia.carbide.templatewizard.processes">CreateFolders</A>
<DD>&nbsp;
<DT><A HREF="../com/nokia/carbide/cpp/epoc/engine/model/IView.html#forceSynchronized()"><B>forceSynchronized()</B></A> - 
Method in interface com.nokia.carbide.cpp.epoc.engine.model.<A HREF="../com/nokia/carbide/cpp/epoc/engine/model/IView.html" title="interface in com.nokia.carbide.cpp.epoc.engine.model">IView</A>
<DD>Forces view to be marked synchronized, a last resort if #merge() 
 returns false and you don’t want to #revert().
<DT><A HREF="../com/nokia/carbide/cpp/epoc/engine/model/mmp/EMMPLanguage.html#forLangCode(int)"><B>forLangCode(int)</B></A> - 
Static method in enum com.nokia.carbide.cpp.epoc.engine.model.mmp.<A HREF="../com/nokia/carbide/cpp/epoc/engine/model/mmp/EMMPLanguage.html" title="enum in com.nokia.carbide.cpp.epoc.engine.model.mmp">EMMPLanguage</A>
<DD>Get the EMMPLanguage for the given language code
<DT><A HREF="../com/nokia/carbide/cdt/builder/builder/CarbideCPPBuilder.html#FREEZE_COMPONENT_ACTION"><B>FREEZE_COMPONENT_ACTION</B></A> - 
Static variable in class com.nokia.carbide.cdt.builder.builder.<A HREF="../com/nokia/carbide/cdt/builder/builder/CarbideCPPBuilder.html" title="class in com.nokia.carbide.cdt.builder.builder">CarbideCPPBuilder</A>
<DD>&nbsp;
<DT><A HREF="../com/nokia/carbide/cdt/builder/builder/CarbideCPPBuilder.html#freezeAllComponents(com.nokia.carbide.cdt.builder.project.ICarbideBuildConfiguration, com.nokia.carbide.cdt.builder.builder.CarbideCommandLauncher, IProgressMonitor)"><B>freezeAllComponents(ICarbideBuildConfiguration, CarbideCommandLauncher, IProgressMonitor)</B></A> - 
Static method in class com.nokia.carbide.cdt.builder.builder.<A HREF="../com/nokia/carbide/cdt/builder/builder/CarbideCPPBuilder.html" title="class in com.nokia.carbide.cdt.builder.builder">CarbideCPPBuilder</A>
<DD>&nbsp;
<DT><A HREF="../com/nokia/carbide/cdt/builder/builder/CarbideCPPBuilder.html#freezeComponentSubset(com.nokia.carbide.cdt.builder.project.ICarbideBuildConfiguration, com.nokia.carbide.cdt.builder.builder.CarbideCommandLauncher, IProgressMonitor)"><B>freezeComponentSubset(ICarbideBuildConfiguration, CarbideCommandLauncher, IProgressMonitor)</B></A> - 
Static method in class com.nokia.carbide.cdt.builder.builder.<A HREF="../com/nokia/carbide/cdt/builder/builder/CarbideCPPBuilder.html" title="class in com.nokia.carbide.cdt.builder.builder">CarbideCPPBuilder</A>
<DD>&nbsp;
<DT><A HREF="../com/nokia/carbide/cpp/epoc/engine/model/mmp/EMMPLanguage.html#fromCode(java.lang.String)"><B>fromCode(String)</B></A> - 
Static method in enum com.nokia.carbide.cpp.epoc.engine.model.mmp.<A HREF="../com/nokia/carbide/cpp/epoc/engine/model/mmp/EMMPLanguage.html" title="enum in com.nokia.carbide.cpp.epoc.engine.model.mmp">EMMPLanguage</A>
<DD>Get a language from a language code.
</DL>
<HR>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Carbide.c++</b></EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="index-5.html"><B>PREV LETTER</B></A>&nbsp;
&nbsp;<A HREF="index-7.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../index.html?index-filesindex-6.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-6.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">K</A> <A HREF="index-11.html">L</A> <A HREF="index-12.html">M</A> <A HREF="index-13.html">N</A> <A HREF="index-14.html">O</A> <A HREF="index-15.html">P</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <HR>
<div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
</BODY>
</HTML>