📄 index-all.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.5.0_02) on Wed Oct 04 16:52:11 EEST 2006 -->
<TITLE>
Index (T-106.1200/1203 Example Project Documentation)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Index (T-106.1200/1203 Example Project Documentation)";
}
</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="./ope/account/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./ope/account/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>
<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>
<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="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_G_">G</A> <A HREF="#_O_">O</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_W_">W</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./ope/account/Account.html" title="class in ope.account"><B>Account</B></A> - Class in <A HREF="./ope/account/package-summary.html">ope.account</A><DD>The class <CODE>Account</CODE> represents accounts in
a simple (unrealistic) banking system.<DT><A HREF="./ope/account/Account.html#Account(ope.account.Customer, double)"><B>Account(Customer, double)</B></A> -
Constructor for class ope.account.<A HREF="./ope/account/Account.html" title="class in ope.account">Account</A>
<DD>Creates a new account of the given customer.
<DT><A HREF="./ope/account/Account.html#addInterest()"><B>addInterest()</B></A> -
Method in class ope.account.<A HREF="./ope/account/Account.html" title="class in ope.account">Account</A>
<DD>Adds interest to the account according to the account's
interest rate.
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./ope/account/Customer.html" title="class in ope.account"><B>Customer</B></A> - Class in <A HREF="./ope/account/package-summary.html">ope.account</A><DD>The class <CODE>Customer</CODE> represents customers in a
simple (unrealistic) banking system.<DT><A HREF="./ope/account/Customer.html#Customer(int, java.lang.String)"><B>Customer(int, String)</B></A> -
Constructor for class ope.account.<A HREF="./ope/account/Customer.html" title="class in ope.account">Customer</A>
<DD>Creates a new normal customer with the given ID number and
name.
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./ope/account/Account.html#deposit(double)"><B>deposit(double)</B></A> -
Method in class ope.account.<A HREF="./ope/account/Account.html" title="class in ope.account">Account</A>
<DD>Deposits the a given sum onto the account if the
given value is positive.
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./ope/account/Account.html#getBalance()"><B>getBalance()</B></A> -
Method in class ope.account.<A HREF="./ope/account/Account.html" title="class in ope.account">Account</A>
<DD>Returns the current balance of the account.
<DT><A HREF="./ope/account/Customer.html#getID()"><B>getID()</B></A> -
Method in class ope.account.<A HREF="./ope/account/Customer.html" title="class in ope.account">Customer</A>
<DD>Returns the customer's ID number
<DT><A HREF="./ope/account/Account.html#getInterestRate()"><B>getInterestRate()</B></A> -
Method in class ope.account.<A HREF="./ope/account/Account.html" title="class in ope.account">Account</A>
<DD>Returns the interest rate of the account
<DT><A HREF="./ope/account/Customer.html#getName()"><B>getName()</B></A> -
Method in class ope.account.<A HREF="./ope/account/Customer.html" title="class in ope.account">Customer</A>
<DD>Returns the customer's name.
<DT><A HREF="./ope/account/Account.html#getOwner()"><B>getOwner()</B></A> -
Method in class ope.account.<A HREF="./ope/account/Account.html" title="class in ope.account">Account</A>
<DD>Returns the customer who owns the account.
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="./ope/account/package-summary.html"><B>ope.account</B></A> - package ope.account<DD> </DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./ope/account/Account.html#setInterestRate(double)"><B>setInterestRate(double)</B></A> -
Method in class ope.account.<A HREF="./ope/account/Account.html" title="class in ope.account">Account</A>
<DD>Sets the interest rate of the account to a new
value.
<DT><A HREF="./ope/account/Customer.html#setName(java.lang.String)"><B>setName(String)</B></A> -
Method in class ope.account.<A HREF="./ope/account/Customer.html" title="class in ope.account">Customer</A>
<DD>Sets the customer's name.
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./ope/account/Account.html#transferTo(ope.account.Account, double)"><B>transferTo(Account, double)</B></A> -
Method in class ope.account.<A HREF="./ope/account/Account.html" title="class in ope.account">Account</A>
<DD>Transfers the given sum from this account to another given
account, assuming that there is sufficient money available in
this account.
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="./ope/account/Account.html#withdraw(double)"><B>withdraw(double)</B></A> -
Method in class ope.account.<A HREF="./ope/account/Account.html" title="class in ope.account">Account</A>
<DD>Tries to withdraw the given sum from the account if
the given value is positive.
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_G_">G</A> <A HREF="#_O_">O</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_W_">W</A>
<!-- ======= 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="./ope/account/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./ope/account/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>
<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>
<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 ======= -->
<HR>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -