📄 deprecated-list.html
字号:
</TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/swing/JRootPane.html#getMenuBar()">javax.swing.JRootPane.getMenuBar()</A><BR> <I>As of Swing version 1.0.3 replaced by <code>getJMenubar()</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/sql/Date.html#getMinutes()">java.sql.Date.getMinutes()</A><BR> <I></I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/util/Date.html#getMinutes()">java.util.Date.getMinutes()</A><BR> <I>As of JDK version 1.1, replaced by <code>Calendar.get(Calendar.MINUTE)</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/sql/Time.html#getMonth()">java.sql.Time.getMonth()</A><BR> <I></I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/util/Date.html#getMonth()">java.util.Date.getMonth()</A><BR> <I>As of JDK version 1.1, replaced by <code>Calendar.get(Calendar.MONTH)</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/rmi/server/Operation.html#getOperation()">java.rmi.server.Operation.getOperation()</A><BR> <I>no replacement</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/rmi/server/Skeleton.html#getOperations()">java.rmi.server.Skeleton.getOperations()</A><BR> <I>no replacement</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/rmi/server/RemoteCall.html#getOutputStream()">java.rmi.server.RemoteCall.getOutputStream()</A><BR> <I>no replacement</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/rmi/server/LogStream.html#getOutputStream()">java.rmi.server.LogStream.getOutputStream()</A><BR> <I>no replacement</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/Scrollbar.html#getPageIncrement()">java.awt.Scrollbar.getPageIncrement()</A><BR> <I>As of JDK version 1.1, replaced by <code>getBlockIncrement()</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/security/Signature.html#getParameter(java.lang.String)">java.security.Signature.getParameter(String)</A><BR> <I></I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/Component.html#getPeer()">java.awt.Component.getPeer()</A><BR> <I>As of JDK version 1.1, programs should not directly manipulate peers. replaced by <code>boolean isDisplayable()</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/MenuComponent.html#getPeer()">java.awt.MenuComponent.getPeer()</A><BR> <I>As of JDK version 1.1, programs should not directly manipulate peers.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/Font.html#getPeer()">java.awt.Font.getPeer()</A><BR> <I>Font rendering is now platform independent.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/rmi/server/RemoteCall.html#getResultStream(boolean)">java.rmi.server.RemoteCall.getResultStream(boolean)</A><BR> <I>no replacement</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/sql/Date.html#getSeconds()">java.sql.Date.getSeconds()</A><BR> <I></I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/util/Date.html#getSeconds()">java.util.Date.getSeconds()</A><BR> <I>As of JDK version 1.1, replaced by <code>Calendar.get(Calendar.SECOND)</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/rmi/server/RMIClassLoader.html#getSecurityContext(java.lang.ClassLoader)">java.rmi.server.RMIClassLoader.getSecurityContext(ClassLoader)</A><BR> <I>no replacement. As of the Java 2 platform v1.2, RMI no longer uses this method to obtain a class loader's security context.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/rmi/server/LoaderHandler.html#getSecurityContext(java.lang.ClassLoader)">java.rmi.server.LoaderHandler.getSecurityContext(ClassLoader)</A><BR> <I>no replacement</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/swing/JPasswordField.html#getText()">javax.swing.JPasswordField.getText()</A><BR> <I>As of Java 2 platform v1.2, replaced by <code>getPassword()</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/swing/JPasswordField.html#getText(int, int)">javax.swing.JPasswordField.getText(int, int)</A><BR> <I>As of Java 2 platform v1.2, replaced by <code>getPassword()</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/util/Date.html#getTimezoneOffset()">java.util.Date.getTimezoneOffset()</A><BR> <I>As of JDK version 1.1, replaced by <code>Calendar.get(Calendar.ZONE_OFFSET) + Calendar.get(Calendar.DST_OFFSET)</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/net/MulticastSocket.html#getTTL()">java.net.MulticastSocket.getTTL()</A><BR> <I>use the getTimeToLive method instead, which returns an <b>int</b> instead of a <b>byte</b>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/net/DatagramSocketImpl.html#getTTL()">java.net.DatagramSocketImpl.getTTL()</A><BR> <I>use getTimeToLive instead.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/sql/ResultSet.html#getUnicodeStream(int)">java.sql.ResultSet.getUnicodeStream(int)</A><BR> <I>use <code>getCharacterStream</code> in place of <code>getUnicodeStream</code></I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/sql/ResultSet.html#getUnicodeStream(java.lang.String)">java.sql.ResultSet.getUnicodeStream(String)</A><BR> <I></I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/swing/ScrollPaneLayout.html#getViewportBorderBounds(javax.swing.JScrollPane)">javax.swing.ScrollPaneLayout.getViewportBorderBounds(JScrollPane)</A><BR> <I>As of JDK version Swing1.1 replaced by <code>JScrollPane.getViewportBorderBounds()</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/Scrollbar.html#getVisible()">java.awt.Scrollbar.getVisible()</A><BR> <I>As of JDK version 1.1, replaced by <code>getVisibleAmount()</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/sql/Time.html#getYear()">java.sql.Time.getYear()</A><BR> <I></I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/util/Date.html#getYear()">java.util.Date.getYear()</A><BR> <I>As of JDK version 1.1, replaced by <code>Calendar.get(Calendar.YEAR) - 1900</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/Component.html#gotFocus(java.awt.Event, java.lang.Object)">java.awt.Component.gotFocus(Event, Object)</A><BR> <I>As of JDK version 1.1, replaced by processFocusEvent(FocusEvent).</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/Component.html#handleEvent(java.awt.Event)">java.awt.Component.handleEvent(Event)</A><BR> <I>As of JDK version 1.1 replaced by processEvent(AWTEvent).</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/Component.html#hide()">java.awt.Component.hide()</A><BR> <I>As of JDK version 1.1, replaced by <code>setVisible(boolean)</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/swing/JComponent.html#hide()">javax.swing.JComponent.hide()</A><BR> <I>As of JDK version 1.1, replaced by <code>setVisible(boolean)</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/lang/SecurityManager.html#inClass(java.lang.String)">java.lang.SecurityManager.inClass(String)</A><BR> <I>This type of security checking is not recommended. It is recommended that the <code>checkPermission</code> call be used instead.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/lang/SecurityManager.html#inClassLoader()">java.lang.SecurityManager.inClassLoader()</A><BR> <I>This type of security checking is not recommended. It is recommended that the <code>checkPermission</code> call be used instead.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/omg/CORBA/Any.html#insert_Principal(org.omg.CORBA.Principal)">org.omg.CORBA.Any.insert_Principal(Principal)</A><BR> <I>Deprecated by CORBA 2.2.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/swing/text/html/HTMLEditorKit.InsertHTMLTextAction.html#insertAtBoundry(javax.swing.JEditorPane, javax.swing.text.html.HTMLDocument, int, javax.swing.text.Element, java.lang.String, javax.swing.text.html.HTML.Tag, javax.swing.text.html.HTML.Tag)">javax.swing.text.html.HTMLEditorKit.InsertHTMLTextAction.insertAtBoundry(JEditorPane, HTMLDocument, int, Element, String, HTML.Tag, HTML.Tag)</A><BR> <I>As of Java 2 platform v1.3, use insertAtBoundary</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/TextArea.html#insertText(java.lang.String, int)">java.awt.TextArea.insertText(String, int)</A><BR> <I>As of JDK version 1.1, replaced by <code>insert(String, int)</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/Container.html#insets()">java.awt.Container.insets()</A><BR> <I>As of JDK version 1.1, replaced by <code>getInsets()</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/Component.html#inside(int, int)">java.awt.Component.inside(int, int)</A><BR> <I>As of JDK version 1.1, replaced by contains(int, int).</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/Polygon.html#inside(int, int)">java.awt.Polygon.inside(int, int)</A><BR> <I>As of JDK version 1.1, replaced by <code>contains(int, int)</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/Rectangle.html#inside(int, int)">java.awt.Rectangle.inside(int, int)</A><BR> <I>As of JDK version 1.1, replaced by <code>contains(int, int)</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/rmi/server/RemoteRef.html#invoke(java.r
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -