📄 deprecated-list.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:29 PDT 2000 --><TITLE>Java 2 Platform SE v1.3: Deprecated List</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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </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"> PREV NEXT</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="deprecated-list.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR><CENTER><H2><B>Deprecated API</B></H2></CENTER><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Deprecated Classes</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/accessibility/AccessibleResourceBundle.html">javax.accessibility.AccessibleResourceBundle</A><BR> <I>This class is deprecated as of version 1.3 of the Java 2 Platform.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/swing/text/DefaultTextUI.html">javax.swing.text.DefaultTextUI</A><BR> <I></I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/security/Identity.html">java.security.Identity</A><BR> <I>This class is no longer used. Its functionality has been replaced by <code>java.security.KeyStore</code>, the <code>java.security.cert</code> package, and <code>java.security.Principal</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/security/IdentityScope.html">java.security.IdentityScope</A><BR> <I>This class is no longer used. Its functionality has been replaced by <code>java.security.KeyStore</code>, the <code>java.security.cert</code> package, and <code>java.security.Principal</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/io/LineNumberInputStream.html">java.io.LineNumberInputStream</A><BR> <I>This class incorrectly assumes that bytes adequately represent characters. As of JDK 1.1, the preferred way to operate on character streams is via the new character-stream classes, which include a class for counting line numbers.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/rmi/server/LogStream.html">java.rmi.server.LogStream</A><BR> <I>no replacement</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/rmi/server/Operation.html">java.rmi.server.Operation</A><BR> <I>no replacement</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/omg/CORBA/Principal.html">org.omg.CORBA.Principal</A><BR> <I>Deprecated by CORBA 2.2.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/omg/CORBA/PrincipalHolder.html">org.omg.CORBA.PrincipalHolder</A><BR> <I>Deprecated by CORBA 2.2.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/security/Signer.html">java.security.Signer</A><BR> <I>This class is no longer used. Its functionality has been replaced by <code>java.security.KeyStore</code>, the <code>java.security.cert</code> package, and <code>java.security.Principal</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/io/StringBufferInputStream.html">java.io.StringBufferInputStream</A><BR> <I>This class does not properly convert characters into bytes. As of JDK 1.1, the preferred way to create a stream from a string is via the <code>StringReader</code> class.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/swing/text/TableView.TableCell.html">javax.swing.text.TableView.TableCell</A><BR> <I>A table cell can now be any View implementation.</I> </TD></TR></TABLE> <P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Deprecated Interfaces</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/security/Certificate.html">java.security.Certificate</A><BR> <I>A new certificate handling package is created in the Java 2 platform. This Certificate interface is entirely deprecated and is here to allow for a smooth transition to the new package.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/rmi/server/LoaderHandler.html">java.rmi.server.LoaderHandler</A><BR> <I>no replacement</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/rmi/registry/RegistryHandler.html">java.rmi.registry.RegistryHandler</A><BR> <I>no replacement</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/rmi/server/RemoteCall.html">java.rmi.server.RemoteCall</A><BR> <I>no replacement.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/rmi/server/Skeleton.html">java.rmi.server.Skeleton</A><BR> <I>no replacement. Skeletons are no longer required for remote method calls in the Java 2 platform v1.2 and greater.</I> </TD></TR></TABLE> <P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Deprecated Exceptions</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/rmi/RMISecurityException.html">java.rmi.RMISecurityException</A><BR> <I>no replacement. <code>RMISecurityManager</code> no longer throws this subclass of <code>java.lang.SecurityException</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/rmi/ServerRuntimeException.html">java.rmi.ServerRuntimeException</A><BR> <I>no replacement</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/rmi/server/SkeletonMismatchException.html">java.rmi.server.SkeletonMismatchException</A><BR> <I>no replacement. Skeletons are no longer required for remote method calls in the Java 2 platform v1.2 and greater.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/rmi/server/SkeletonNotFoundException.html">java.rmi.server.SkeletonNotFoundException</A><BR> <I>no replacement. Skeletons are no longer required for remote method calls in the Java 2 platform v1.2 and greater.</I> </TD></TR></TABLE> <P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Deprecated Fields</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/swing/JViewport.html#backingStore">javax.swing.JViewport.backingStore</A><BR> <I>As of Java 2 platform v1.3</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/swing/plaf/basic/BasicDesktopPaneUI.html#closeKey">javax.swing.plaf.basic.BasicDesktopPaneUI.closeKey</A><BR> <I>As of JDK version 1.3.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/Frame.html#CROSSHAIR_CURSOR">java.awt.Frame.CROSSHAIR_CURSOR</A><BR> <I>replaced by <code>Cursor.CROSSHAIR_CURSOR</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/Frame.html#DEFAULT_CURSOR">java.awt.Frame.DEFAULT_CURSOR</A><BR> <I>replaced by <code>Cursor.DEFAULT_CURSOR</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/swing/JRootPane.html#defaultPressAction">javax.swing.JRootPane.defaultPressAction</A><BR> <I>As of Java 2 platform v1.3.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/swing/JRootPane.html#defaultReleaseAction">javax.swing.JRootPane.defaultReleaseAction</A><BR> <I>As of Java 2 platform v1.3.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/swing/plaf/basic/BasicSplitPaneUI.html#dividerResizeToggleKey">javax.swing.plaf.basic.BasicSplitPaneUI.dividerResizeToggleKey</A><BR> <I>As of Java 2 platform v1.3.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/swing/plaf/basic/BasicTabbedPaneUI.html#downKey">javax.swing.plaf.basic.BasicTabbedPaneUI.downKey</A><BR>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -