blob: 4120238bd86ccbd14d8acb4e2274a5e98af5bc08 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Tue Jul 01 16:29:49 PDT 2003 -->
<TITLE>
: C-Index
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<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-1.html"><B>PREV LETTER</B></A>&nbsp;
&nbsp;<A HREF="index-3.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-2.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">L</A> <A HREF="index-8.html">M</A> <A HREF="index-9.html">P</A> <A HREF="index-10.html">R</A> <A HREF="index-11.html">S</A> <A HREF="index-12.html">T</A> <A HREF="index-13.html">U</A> <HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="../com/bolour/sample/eclipse/demo/package-summary.html"><B>com.bolour.sample.eclipse.demo</B></A> - package com.bolour.sample.eclipse.demo<DD>
Generic extension processing demo.<DT><A HREF="../com/bolour/sample/eclipse/listener/firstlistener/package-summary.html"><B>com.bolour.sample.eclipse.listener.firstlistener</B></A> - package com.bolour.sample.eclipse.listener.firstlistener<DD>
A sample listener plug-in package.<DT><A HREF="../com/bolour/sample/eclipse/listener/secondlistener/package-summary.html"><B>com.bolour.sample.eclipse.listener.secondlistener</B></A> - package com.bolour.sample.eclipse.listener.secondlistener<DD>
A sample listener plug-in package.<DT><A HREF="../com/bolour/sample/eclipse/listener/subject/package-summary.html"><B>com.bolour.sample.eclipse.listener.subject</B></A> - package com.bolour.sample.eclipse.listener.subject<DD>
A plug-in acting as the subject of observations.<DT><A HREF="../com/bolour/sample/eclipse/service/echo/package-summary.html"><B>com.bolour.sample.eclipse.service.echo</B></A> - package com.bolour.sample.eclipse.service.echo<DD>
An echo plug-in.<DT><A HREF="../com/bolour/sample/eclipse/service/errortest/package-summary.html"><B>com.bolour.sample.eclipse.service.errortest</B></A> - package com.bolour.sample.eclipse.service.errortest<DD>
Test plugin for <code>functions</code> extension errors.<DT><A HREF="../com/bolour/sample/eclipse/service/exponentiation/package-summary.html"><B>com.bolour.sample.eclipse.service.exponentiation</B></A> - package com.bolour.sample.eclipse.service.exponentiation<DD>
An exponentiation plug-in.<DT><A HREF="../com/bolour/sample/eclipse/service/multiplication/package-summary.html"><B>com.bolour.sample.eclipse.service.multiplication</B></A> - package com.bolour.sample.eclipse.service.multiplication<DD>
A multiplication plug-in.<DT><A HREF="../com/bolour/sample/eclipse/service/ui/package-summary.html"><B>com.bolour.sample.eclipse.service.ui</B></A> - package com.bolour.sample.eclipse.service.ui<DD>
A UI plugin for invoking integer arithmetic operations.<DT><A HREF="../com/bolour/sample/eclipse/service/exponentiation/Exponentiation.html#compute(long)"><B>compute(long)</B></A> -
Method in class com.bolour.sample.eclipse.service.exponentiation.<A HREF="../com/bolour/sample/eclipse/service/exponentiation/Exponentiation.html">Exponentiation</A>
<DD>Implementation of the exponentiation operation.
<DT><A HREF="../com/bolour/sample/eclipse/service/multiplication/Multiplication.html#compute(long)"><B>compute(long)</B></A> -
Method in class com.bolour.sample.eclipse.service.multiplication.<A HREF="../com/bolour/sample/eclipse/service/multiplication/Multiplication.html">Multiplication</A>
<DD>Implementation of the multiplication function.
<DT><A HREF="../com/bolour/sample/eclipse/service/ui/IFunction.html#compute(long)"><B>compute(long)</B></A> -
Method in interface com.bolour.sample.eclipse.service.ui.<A HREF="../com/bolour/sample/eclipse/service/ui/IFunction.html">IFunction</A>
<DD>Callback method for arithmetic computation.
<DT><A HREF="../com/bolour/sample/eclipse/service/echo/Echo.html#compute(long)"><B>compute(long)</B></A> -
Method in class com.bolour.sample.eclipse.service.echo.<A HREF="../com/bolour/sample/eclipse/service/echo/Echo.html">Echo</A>
<DD>Implementation of the echo function.
<DT><A HREF="../com/bolour/sample/eclipse/service/ui/FunctionsViewPart.html#createPartControl(org.eclipse.swt.widgets.Composite)"><B>createPartControl(Composite)</B></A> -
Method in class com.bolour.sample.eclipse.service.ui.<A HREF="../com/bolour/sample/eclipse/service/ui/FunctionsViewPart.html">FunctionsViewPart</A>
<DD>&nbsp;
</DL>
<HR>
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<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-1.html"><B>PREV LETTER</B></A>&nbsp;
&nbsp;<A HREF="index-3.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-2.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">L</A> <A HREF="index-8.html">M</A> <A HREF="index-9.html">P</A> <A HREF="index-10.html">R</A> <A HREF="index-11.html">S</A> <A HREF="index-12.html">T</A> <A HREF="index-13.html">U</A> <HR>
</BODY>
</HTML>