You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tasks/index-files/index-4.html

263 lines
20 KiB
HTML

<!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.6.0_26) on Thu Dec 22 20:39:07 PST 2011 -->
<TITLE>
D-Index
</TITLE>
<META NAME="date" CONTENT="2011-12-22">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="D-Index";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= 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>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="index-3.html"><B>PREV LETTER</B></A>&nbsp;
&nbsp;<A HREF="index-5.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?index-filesindex-4.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-4.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">J</A> <A HREF="index-11.html">K</A> <A HREF="index-12.html">L</A> <A HREF="index-13.html">M</A> <A HREF="index-14.html">N</A> <A HREF="index-15.html">O</A> <A HREF="index-16.html">P</A> <A HREF="index-17.html">Q</A> <A HREF="index-18.html">R</A> <A HREF="index-19.html">S</A> <A HREF="index-20.html">T</A> <A HREF="index-21.html">U</A> <A HREF="index-22.html">V</A> <A HREF="index-23.html">W</A> <HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="../com/todoroo/andlib/data/DatabaseDao.html" title="class in com.todoroo.andlib.data"><B>DatabaseDao</B></A>&lt;<A HREF="../com/todoroo/andlib/data/DatabaseDao.html" title="type parameter in DatabaseDao">TYPE</A> extends <A HREF="../com/todoroo/andlib/data/AbstractModel.html" title="class in com.todoroo.andlib.data">AbstractModel</A>&gt; - Class in <A HREF="../com/todoroo/andlib/data/package-summary.html">com.todoroo.andlib.data</A><DD>DAO for reading data from an instance of <A HREF="../com/todoroo/andlib/data/AbstractDatabase.html" title="class in com.todoroo.andlib.data"><CODE>AbstractDatabase</CODE></A>.<DT><A HREF="../com/todoroo/andlib/data/DatabaseDao.html#DatabaseDao(java.lang.Class)"><B>DatabaseDao(Class&lt;TYPE&gt;)</B></A> -
Constructor for class com.todoroo.andlib.data.<A HREF="../com/todoroo/andlib/data/DatabaseDao.html" title="class in com.todoroo.andlib.data">DatabaseDao</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/andlib/data/DatabaseDao.html#DatabaseDao(java.lang.Class, com.todoroo.andlib.data.AbstractDatabase)"><B>DatabaseDao(Class&lt;TYPE&gt;, AbstractDatabase)</B></A> -
Constructor for class com.todoroo.andlib.data.<A HREF="../com/todoroo/andlib/data/DatabaseDao.html" title="class in com.todoroo.andlib.data">DatabaseDao</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/andlib/data/DatabaseDao.ModelUpdateListener.html" title="interface in com.todoroo.andlib.data"><B>DatabaseDao.ModelUpdateListener</B></A>&lt;<A HREF="../com/todoroo/andlib/data/DatabaseDao.ModelUpdateListener.html" title="type parameter in DatabaseDao.ModelUpdateListener">MTYPE</A>&gt; - Interface in <A HREF="../com/todoroo/andlib/data/package-summary.html">com.todoroo.andlib.data</A><DD>&nbsp;<DT><A HREF="../com/todoroo/andlib/utility/DateUtilities.html#dateToUnixtime(java.util.Date)"><B>dateToUnixtime(Date)</B></A> -
Static method in class com.todoroo.andlib.utility.<A HREF="../com/todoroo/andlib/utility/DateUtilities.html" title="class in com.todoroo.andlib.utility">DateUtilities</A>
<DD>Convert date into unixtime
<DT><A HREF="../com/todoroo/andlib/utility/DateUtilities.html" title="class in com.todoroo.andlib.utility"><B>DateUtilities</B></A> - Class in <A HREF="../com/todoroo/andlib/utility/package-summary.html">com.todoroo.andlib.utility</A><DD>&nbsp;<DT><A HREF="../com/todoroo/andlib/utility/DateUtilities.html#DateUtilities()"><B>DateUtilities()</B></A> -
Constructor for class com.todoroo.andlib.utility.<A HREF="../com/todoroo/andlib/utility/DateUtilities.html" title="class in com.todoroo.andlib.utility">DateUtilities</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/andlib/sql/DBObject.html" title="class in com.todoroo.andlib.sql"><B>DBObject</B></A>&lt;<A HREF="../com/todoroo/andlib/sql/DBObject.html" title="type parameter in DBObject">T</A> extends <A HREF="../com/todoroo/andlib/sql/DBObject.html" title="class in com.todoroo.andlib.sql">DBObject</A>&lt;?&gt;&gt; - Class in <A HREF="../com/todoroo/andlib/sql/package-summary.html">com.todoroo.andlib.sql</A><DD>&nbsp;<DT><A HREF="../com/todoroo/astrid/api/TaskDecoration.html#decoration"><B>decoration</B></A> -
Variable in class com.todoroo.astrid.api.<A HREF="../com/todoroo/astrid/api/TaskDecoration.html" title="class in com.todoroo.astrid.api">TaskDecoration</A>
<DD><CODE>RemoteViews.RemoteView</CODE> decoration
<DT><A HREF="../com/todoroo/astrid/core/SortHelper.html#defaultTaskOrder()"><B>defaultTaskOrder()</B></A> -
Static method in class com.todoroo.astrid.core.<A HREF="../com/todoroo/astrid/core/SortHelper.html" title="class in com.todoroo.astrid.core">SortHelper</A>
<DD>Returns SQL task ordering that is astrid's default algorithm
<DT><A HREF="../com/todoroo/andlib/data/AbstractDatabase.html#delete(java.lang.String, java.lang.String, java.lang.String[])"><B>delete(String, String, String[])</B></A> -
Method in class com.todoroo.andlib.data.<A HREF="../com/todoroo/andlib/data/AbstractDatabase.html" title="class in com.todoroo.andlib.data">AbstractDatabase</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/andlib/data/ContentResolverDao.html#delete(long)"><B>delete(long)</B></A> -
Method in class com.todoroo.andlib.data.<A HREF="../com/todoroo/andlib/data/ContentResolverDao.html" title="class in com.todoroo.andlib.data">ContentResolverDao</A>
<DD>Delete specific item from the given table
<DT><A HREF="../com/todoroo/andlib/data/DatabaseDao.html#delete(long)"><B>delete(long)</B></A> -
Method in class com.todoroo.andlib.data.<A HREF="../com/todoroo/andlib/data/DatabaseDao.html" title="class in com.todoroo.andlib.data">DatabaseDao</A>
<DD>Delete the given id
<DT><A HREF="../com/todoroo/andlib/data/ContentResolverDao.html#deleteWhere(com.todoroo.andlib.sql.Criterion)"><B>deleteWhere(Criterion)</B></A> -
Method in class com.todoroo.andlib.data.<A HREF="../com/todoroo/andlib/data/ContentResolverDao.html" title="class in com.todoroo.andlib.data">ContentResolverDao</A>
<DD>Delete by criteria
<DT><A HREF="../com/todoroo/andlib/data/DatabaseDao.html#deleteWhere(com.todoroo.andlib.sql.Criterion)"><B>deleteWhere(Criterion)</B></A> -
Method in class com.todoroo.andlib.data.<A HREF="../com/todoroo/andlib/data/DatabaseDao.html" title="class in com.todoroo.andlib.data">DatabaseDao</A>
<DD>Delete all matching a clause
<DT><A HREF="../com/todoroo/astrid/data/TagData.html#DELETION_DATE"><B>DELETION_DATE</B></A> -
Static variable in class com.todoroo.astrid.data.<A HREF="../com/todoroo/astrid/data/TagData.html" title="class in com.todoroo.astrid.data">TagData</A>
<DD>Unixtime Project was deleted.
<DT><A HREF="../com/todoroo/astrid/data/Task.html#DELETION_DATE"><B>DELETION_DATE</B></A> -
Static variable in class com.todoroo.astrid.data.<A HREF="../com/todoroo/astrid/data/Task.html" title="class in com.todoroo.astrid.data">Task</A>
<DD>Unixtime Task was deleted.
<DT><A HREF="../com/todoroo/andlib/service/DependencyInjectionService.html" title="class in com.todoroo.andlib.service"><B>DependencyInjectionService</B></A> - Class in <A HREF="../com/todoroo/andlib/service/package-summary.html">com.todoroo.andlib.service</A><DD>Simple Dependency Injection Service for Android.<DT><A HREF="../com/todoroo/andlib/sql/Order.html#desc(java.lang.Object)"><B>desc(Object)</B></A> -
Static method in class com.todoroo.andlib.sql.<A HREF="../com/todoroo/andlib/sql/Order.html" title="class in com.todoroo.andlib.sql">Order</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/andlib/data/AbstractModel.html#describeContents()"><B>describeContents()</B></A> -
Method in class com.todoroo.andlib.data.<A HREF="../com/todoroo/andlib/data/AbstractModel.html" title="class in com.todoroo.andlib.data">AbstractModel</A>
<DD>
<DT><A HREF="../com/todoroo/astrid/api/Addon.html#describeContents()"><B>describeContents()</B></A> -
Method in class com.todoroo.astrid.api.<A HREF="../com/todoroo/astrid/api/Addon.html" title="class in com.todoroo.astrid.api">Addon</A>
<DD>
<DT><A HREF="../com/todoroo/astrid/api/Filter.html#describeContents()"><B>describeContents()</B></A> -
Method in class com.todoroo.astrid.api.<A HREF="../com/todoroo/astrid/api/Filter.html" title="class in com.todoroo.astrid.api">Filter</A>
<DD>
<DT><A HREF="../com/todoroo/astrid/api/FilterCategory.html#describeContents()"><B>describeContents()</B></A> -
Method in class com.todoroo.astrid.api.<A HREF="../com/todoroo/astrid/api/FilterCategory.html" title="class in com.todoroo.astrid.api">FilterCategory</A>
<DD>
<DT><A HREF="../com/todoroo/astrid/api/FilterCategoryWithNewButton.html#describeContents()"><B>describeContents()</B></A> -
Method in class com.todoroo.astrid.api.<A HREF="../com/todoroo/astrid/api/FilterCategoryWithNewButton.html" title="class in com.todoroo.astrid.api">FilterCategoryWithNewButton</A>
<DD>
<DT><A HREF="../com/todoroo/astrid/api/FilterListHeader.html#describeContents()"><B>describeContents()</B></A> -
Method in class com.todoroo.astrid.api.<A HREF="../com/todoroo/astrid/api/FilterListHeader.html" title="class in com.todoroo.astrid.api">FilterListHeader</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/astrid/api/FilterWithCustomIntent.html#describeContents()"><B>describeContents()</B></A> -
Method in class com.todoroo.astrid.api.<A HREF="../com/todoroo/astrid/api/FilterWithCustomIntent.html" title="class in com.todoroo.astrid.api">FilterWithCustomIntent</A>
<DD>
<DT><A HREF="../com/todoroo/astrid/api/FilterWithUpdate.html#describeContents()"><B>describeContents()</B></A> -
Method in class com.todoroo.astrid.api.<A HREF="../com/todoroo/astrid/api/FilterWithUpdate.html" title="class in com.todoroo.astrid.api">FilterWithUpdate</A>
<DD>
<DT><A HREF="../com/todoroo/astrid/api/IntentFilter.html#describeContents()"><B>describeContents()</B></A> -
Method in class com.todoroo.astrid.api.<A HREF="../com/todoroo/astrid/api/IntentFilter.html" title="class in com.todoroo.astrid.api">IntentFilter</A>
<DD>
<DT><A HREF="../com/todoroo/astrid/api/MultipleSelectCriterion.html#describeContents()"><B>describeContents()</B></A> -
Method in class com.todoroo.astrid.api.<A HREF="../com/todoroo/astrid/api/MultipleSelectCriterion.html" title="class in com.todoroo.astrid.api">MultipleSelectCriterion</A>
<DD>
<DT><A HREF="../com/todoroo/astrid/api/SyncAction.html#describeContents()"><B>describeContents()</B></A> -
Method in class com.todoroo.astrid.api.<A HREF="../com/todoroo/astrid/api/SyncAction.html" title="class in com.todoroo.astrid.api">SyncAction</A>
<DD>
<DT><A HREF="../com/todoroo/astrid/api/TaskAction.html#describeContents()"><B>describeContents()</B></A> -
Method in class com.todoroo.astrid.api.<A HREF="../com/todoroo/astrid/api/TaskAction.html" title="class in com.todoroo.astrid.api">TaskAction</A>
<DD>
<DT><A HREF="../com/todoroo/astrid/api/TaskDecoration.html#describeContents()"><B>describeContents()</B></A> -
Method in class com.todoroo.astrid.api.<A HREF="../com/todoroo/astrid/api/TaskDecoration.html" title="class in com.todoroo.astrid.api">TaskDecoration</A>
<DD>
<DT><A HREF="../com/todoroo/astrid/api/TextInputCriterion.html#describeContents()"><B>describeContents()</B></A> -
Method in class com.todoroo.astrid.api.<A HREF="../com/todoroo/astrid/api/TextInputCriterion.html" title="class in com.todoroo.astrid.api">TextInputCriterion</A>
<DD>
<DT><A HREF="../com/todoroo/astrid/core/SearchFilter.html#describeContents()"><B>describeContents()</B></A> -
Method in class com.todoroo.astrid.core.<A HREF="../com/todoroo/astrid/core/SearchFilter.html" title="class in com.todoroo.astrid.core">SearchFilter</A>
<DD>
<DT><A HREF="../com/todoroo/astrid/api/Addon.html#description"><B>description</B></A> -
Variable in class com.todoroo.astrid.api.<A HREF="../com/todoroo/astrid/api/Addon.html" title="class in com.todoroo.astrid.api">Addon</A>
<DD>Plug-in Description
<DT><A HREF="../com/todoroo/astrid/data/Task.html#DETAILS"><B>DETAILS</B></A> -
Static variable in class com.todoroo.astrid.data.<A HREF="../com/todoroo/astrid/data/Task.html" title="class in com.todoroo.astrid.data">Task</A>
<DD>Cached Details Column - built from add-on detail exposers.
<DT><A HREF="../com/todoroo/astrid/data/Task.html#DETAILS_DATE"><B>DETAILS_DATE</B></A> -
Static variable in class com.todoroo.astrid.data.<A HREF="../com/todoroo/astrid/data/Task.html" title="class in com.todoroo.astrid.data">Task</A>
<DD>Date details were last updated
<DT><A HREF="../com/todoroo/andlib/utility/DialogUtilities.html" title="class in com.todoroo.andlib.utility"><B>DialogUtilities</B></A> - Class in <A HREF="../com/todoroo/andlib/utility/package-summary.html">com.todoroo.andlib.utility</A><DD>&nbsp;<DT><A HREF="../com/todoroo/andlib/utility/DialogUtilities.html#DialogUtilities()"><B>DialogUtilities()</B></A> -
Constructor for class com.todoroo.andlib.utility.<A HREF="../com/todoroo/andlib/utility/DialogUtilities.html" title="class in com.todoroo.andlib.utility">DialogUtilities</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/andlib/utility/DialogUtilities.html#dismissDialog(android.app.Activity, android.app.Dialog)"><B>dismissDialog(Activity, Dialog)</B></A> -
Static method in class com.todoroo.andlib.utility.<A HREF="../com/todoroo/andlib/utility/DialogUtilities.html" title="class in com.todoroo.andlib.utility">DialogUtilities</A>
<DD>Dismiss a dialog off the UI thread
<DT><A HREF="../com/todoroo/andlib/service/ExceptionService.html#displayAndReportError(android.content.Context, java.lang.String, java.lang.Throwable)"><B>displayAndReportError(Context, String, Throwable)</B></A> -
Method in class com.todoroo.andlib.service.<A HREF="../com/todoroo/andlib/service/ExceptionService.html" title="class in com.todoroo.andlib.service">ExceptionService</A>
<DD>Display error dialog if context is activity and report error
<DT><A HREF="../com/todoroo/andlib/utility/ImageLoader.html#displayImage(java.lang.String, android.widget.ImageView)"><B>displayImage(String, ImageView)</B></A> -
Method in class com.todoroo.andlib.utility.<A HREF="../com/todoroo/andlib/utility/ImageLoader.html" title="class in com.todoroo.andlib.utility">ImageLoader</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/astrid/api/TaskAction.html#drawable"><B>drawable</B></A> -
Variable in class com.todoroo.astrid.api.<A HREF="../com/todoroo/astrid/api/TaskAction.html" title="class in com.todoroo.astrid.api">TaskAction</A>
<DD>Quick action drawable resource
<DT><A HREF="../com/todoroo/astrid/data/Task.html#DUE_DATE"><B>DUE_DATE</B></A> -
Static variable in class com.todoroo.astrid.data.<A HREF="../com/todoroo/astrid/data/Task.html" title="class in com.todoroo.astrid.data">Task</A>
<DD>Unixtime Task is due, 0 if not set
<DT><A HREF="../com/todoroo/astrid/data/TaskApiDao.TaskCriteria.html#dueAfterNow()"><B>dueAfterNow()</B></A> -
Static method in class com.todoroo.astrid.data.<A HREF="../com/todoroo/astrid/data/TaskApiDao.TaskCriteria.html" title="class in com.todoroo.astrid.data">TaskApiDao.TaskCriteria</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/astrid/data/TaskApiDao.TaskCriteria.html#dueBeforeNow()"><B>dueBeforeNow()</B></A> -
Static method in class com.todoroo.astrid.data.<A HREF="../com/todoroo/astrid/data/TaskApiDao.TaskCriteria.html" title="class in com.todoroo.astrid.data">TaskApiDao.TaskCriteria</A>
<DD>&nbsp;
</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>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="index-3.html"><B>PREV LETTER</B></A>&nbsp;
&nbsp;<A HREF="index-5.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?index-filesindex-4.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-4.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">J</A> <A HREF="index-11.html">K</A> <A HREF="index-12.html">L</A> <A HREF="index-13.html">M</A> <A HREF="index-14.html">N</A> <A HREF="index-15.html">O</A> <A HREF="index-16.html">P</A> <A HREF="index-17.html">Q</A> <A HREF="index-18.html">R</A> <A HREF="index-19.html">S</A> <A HREF="index-20.html">T</A> <A HREF="index-21.html">U</A> <A HREF="index-22.html">V</A> <A HREF="index-23.html">W</A> <HR>
</BODY>
</HTML>