📄 index-26.html
字号:
<!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 Thu Apr 27 23:31:24 PDT 2000 --><TITLE>Java 2 Platform SE v1.3: Z-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> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-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><b>Java<sup><font size=-2>TM</font></sup> 2 Platform<br>Std. Ed. v1.3</b></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index-25.html"><B>PREV LETTER</B></A> <A HREF="index-27.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> <A HREF="index-26.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">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> <A HREF="index-24.html">X</A> <A HREF="index-25.html">Y</A> <A HREF="index-26.html">Z</A> <A HREF="index-27.html">_</A> <HR><A NAME="_Z_"><!-- --></A><H2><B>Z</B></H2><DL><DT><A HREF="../java/math/BigInteger.html#ZERO"><B>ZERO</B></A> - Static variable in class java.math.<A HREF="../java/math/BigInteger.html">BigInteger</A><DD>The BigInteger constant zero.<DT><A HREF="../java/util/zip/ZipEntry.html"><B>ZipEntry</B></A> - class java.util.zip.<A HREF="../java/util/zip/ZipEntry.html">ZipEntry</A>.<DD>This class is used to represent a ZIP file entry.<DT><A HREF="../java/util/zip/ZipEntry.html#ZipEntry(java.lang.String)"><B>ZipEntry(String)</B></A> - Constructor for class java.util.zip.<A HREF="../java/util/zip/ZipEntry.html">ZipEntry</A><DD>Creates a new zip entry with the specified name.<DT><A HREF="../java/util/zip/ZipEntry.html#ZipEntry(java.util.zip.ZipEntry)"><B>ZipEntry(ZipEntry)</B></A> - Constructor for class java.util.zip.<A HREF="../java/util/zip/ZipEntry.html">ZipEntry</A><DD>Creates a new zip entry with fields taken from the specified zip entry.<DT><A HREF="../java/util/zip/ZipException.html"><B>ZipException</B></A> - exception java.util.zip.<A HREF="../java/util/zip/ZipException.html">ZipException</A>.<DD>Signals that a Zip exception of some sort has occurred.<DT><A HREF="../java/util/zip/ZipException.html#ZipException()"><B>ZipException()</B></A> - Constructor for class java.util.zip.<A HREF="../java/util/zip/ZipException.html">ZipException</A><DD>Constructs an <code>ZipException</code> with <code>null</code> as its error detail message.<DT><A HREF="../java/util/zip/ZipException.html#ZipException(java.lang.String)"><B>ZipException(String)</B></A> - Constructor for class java.util.zip.<A HREF="../java/util/zip/ZipException.html">ZipException</A><DD>Constructs an <code>ZipException</code> with the specified detail message.<DT><A HREF="../java/util/zip/ZipFile.html"><B>ZipFile</B></A> - class java.util.zip.<A HREF="../java/util/zip/ZipFile.html">ZipFile</A>.<DD>This class is used to read entries from a zip file.<DT><A HREF="../java/util/zip/ZipFile.html#ZipFile(java.io.File)"><B>ZipFile(File)</B></A> - Constructor for class java.util.zip.<A HREF="../java/util/zip/ZipFile.html">ZipFile</A><DD>Opens a ZIP file for reading given the specified File object.<DT><A HREF="../java/util/zip/ZipFile.html#ZipFile(java.io.File, int)"><B>ZipFile(File, int)</B></A> - Constructor for class java.util.zip.<A HREF="../java/util/zip/ZipFile.html">ZipFile</A><DD>Opens a new <code>ZipFile</code> to read from the specified <code>File</code> object in the specified mode.<DT><A HREF="../java/util/zip/ZipFile.html#ZipFile(java.lang.String)"><B>ZipFile(String)</B></A> - Constructor for class java.util.zip.<A HREF="../java/util/zip/ZipFile.html">ZipFile</A><DD>Opens a zip file for reading.<DT><A HREF="../java/util/zip/ZipInputStream.html"><B>ZipInputStream</B></A> - class java.util.zip.<A HREF="../java/util/zip/ZipInputStream.html">ZipInputStream</A>.<DD>This class implements an input stream filter for reading files in the ZIP file format.<DT><A HREF="../java/util/zip/ZipInputStream.html#ZipInputStream(java.io.InputStream)"><B>ZipInputStream(InputStream)</B></A> - Constructor for class java.util.zip.<A HREF="../java/util/zip/ZipInputStream.html">ZipInputStream</A><DD>Creates a new ZIP input stream.<DT><A HREF="../java/util/zip/ZipOutputStream.html"><B>ZipOutputStream</B></A> - class java.util.zip.<A HREF="../java/util/zip/ZipOutputStream.html">ZipOutputStream</A>.<DD>This class implements an output stream filter for writing files in the ZIP file format.<DT><A HREF="../java/util/zip/ZipOutputStream.html#ZipOutputStream(java.io.OutputStream)"><B>ZipOutputStream(OutputStream)</B></A> - Constructor for class java.util.zip.<A HREF="../java/util/zip/ZipOutputStream.html">ZipOutputStream</A><DD>Creates a new ZIP output stream.<DT><A HREF="../java/util/Calendar.html#ZONE_OFFSET"><B>ZONE_OFFSET</B></A> - Static variable in class java.util.<A HREF="../java/util/Calendar.html">Calendar</A><DD>Field number for <code>get</code> and <code>set</code> indicating the raw offset from GMT in milliseconds.<DT><A HREF="../javax/swing/text/ZoneView.html"><B>ZoneView</B></A> - class javax.swing.text.<A HREF="../javax/swing/text/ZoneView.html">ZoneView</A>.<DD>ZoneView is a View implementation that creates zones for which the child views are not created or stored until they are needed for display or model/view translations.<DT><A HREF="../javax/swing/text/ZoneView.html#ZoneView(javax.swing.text.Element, int)"><B>ZoneView(Element, int)</B></A> - Constructor for class javax.swing.text.<A HREF="../javax/swing/text/ZoneView.html">ZoneView</A><DD>Constructs a ZoneView.<DT><A HREF="../javax/swing/text/ZoneView.html#zoneWasLoaded(javax.swing.text.View)"><B>zoneWasLoaded(View)</B></A> - Method in class javax.swing.text.<A HREF="../javax/swing/text/ZoneView.html">ZoneView</A><DD>Called by a zone when it gets loaded.</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> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-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><b>Java<sup><font size=-2>TM</font></sup> 2 Platform<br>Std. Ed. v1.3</b></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index-25.html"><B>PREV LETTER</B></A> <A HREF="index-27.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> <A HREF="index-26.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">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> <A HREF="index-24.html">X</A> <A HREF="index-25.html">Y</A> <A HREF="index-26.html">Z</A> <A HREF="index-27.html">_</A> <HR><font size="-1"><a href="http://java.sun.com/cgi-bin/bugreport.cgi">Submit a bug or feature</a><br>For further API reference and developer documentation, see <a href="http://java.sun.com/products/jdk/1.3/devdocs-vs-specs.html">Java 2 SDK SE Developer Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. <p>Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.<br>Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road<br>Palo Alto, California, 94303, U.S.A. All Rights Reserved.</font></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -