📄 deprecated-list.html
字号:
<TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/List.html#allowsMultipleSelections()">java.awt.List.allowsMultipleSelections()</A><BR> <I>As of JDK version 1.1, replaced by <code>isMultipleMode()</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/lang/ThreadGroup.html#allowThreadSuspension(boolean)">java.lang.ThreadGroup.allowThreadSuspension(boolean)</A><BR> <I>The definition of this call depends on <A HREF="java/lang/ThreadGroup.html#suspend()"><CODE>ThreadGroup.suspend()</CODE></A>, which is deprecated. Further, the behavior of this call was never specified.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/TextArea.html#appendText(java.lang.String)">java.awt.TextArea.appendText(String)</A><BR> <I>As of JDK version 1.1, replaced by <code>append(String)</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/Component.html#bounds()">java.awt.Component.bounds()</A><BR> <I>As of JDK version 1.1, replaced by <code>getBounds()</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/lang/SecurityManager.html#classDepth(java.lang.String)">java.lang.SecurityManager.classDepth(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#classLoaderDepth()">java.lang.SecurityManager.classLoaderDepth()</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/awt/List.html#clear()">java.awt.List.clear()</A><BR> <I>As of JDK version 1.1, replaced by <code>removeAll()</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/image/renderable/RenderContext.html#concetenateTransform(java.awt.geom.AffineTransform)">java.awt.image.renderable.RenderContext.concetenateTransform(AffineTransform)</A><BR> <I>replaced by <code>concatenateTransform(AffineTransform)</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/Container.html#countComponents()">java.awt.Container.countComponents()</A><BR> <I>As of JDK version 1.1, replaced by getComponentCount().</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/Menu.html#countItems()">java.awt.Menu.countItems()</A><BR> <I>As of JDK version 1.1, replaced by <code>getItemCount()</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/List.html#countItems()">java.awt.List.countItems()</A><BR> <I>As of JDK version 1.1, replaced by <code>getItemCount()</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/Choice.html#countItems()">java.awt.Choice.countItems()</A><BR> <I>As of JDK version 1.1, replaced by <code>getItemCount()</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/MenuBar.html#countMenus()">java.awt.MenuBar.countMenus()</A><BR> <I>As of JDK version 1.1, replaced by <code>getMenuCount()</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/lang/Thread.html#countStackFrames()">java.lang.Thread.countStackFrames()</A><BR> <I>The definition of this call depends on <A HREF="java/lang/Thread.html#suspend()"><CODE>Thread.suspend()</CODE></A>, which is deprecated. Further, the results of this call were never well-defined.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/omg/CORBA/ORB.html#create_recursive_sequence_tc(int, int)">org.omg.CORBA.ORB.create_recursive_sequence_tc(int, int)</A><BR> <I></I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/swing/plaf/basic/BasicSplitPaneUI.html#createKeyboardDownRightListener()">javax.swing.plaf.basic.BasicSplitPaneUI.createKeyboardDownRightListener()</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#createKeyboardEndListener()">javax.swing.plaf.basic.BasicSplitPaneUI.createKeyboardEndListener()</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#createKeyboardHomeListener()">javax.swing.plaf.basic.BasicSplitPaneUI.createKeyboardHomeListener()</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#createKeyboardResizeToggleListener()">javax.swing.plaf.basic.BasicSplitPaneUI.createKeyboardResizeToggleListener()</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#createKeyboardUpLeftListener()">javax.swing.plaf.basic.BasicSplitPaneUI.createKeyboardUpLeftListener()</A><BR> <I>As of Java 2 platform v1.3.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/swing/JTable.html#createScrollPaneForTable(javax.swing.JTable)">javax.swing.JTable.createScrollPaneForTable(JTable)</A><BR> <I>As of Swing version 1.0.2, replaced by <code>new JScrollPane(aTable)</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/swing/text/TableView.html#createTableCell(javax.swing.text.Element)">javax.swing.text.TableView.createTableCell(Element)</A><BR> <I>Table cells can now be any arbitrary View implementation and should be produced by the ViewFactory rather than the table.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/lang/SecurityManager.html#currentClassLoader()">java.lang.SecurityManager.currentClassLoader()</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#currentLoadedClass()">java.lang.SecurityManager.currentLoadedClass()</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/ClassLoader.html#defineClass(byte[], int, int)">java.lang.ClassLoader.defineClass(byte[], int, int)</A><BR> <I>Replaced by defineClass(java.lang.String, byte[], int, int)</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/List.html#delItem(int)">java.awt.List.delItem(int)</A><BR> <I>replaced by <code>remove(String)</code> and <code>remove(int)</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/List.html#delItems(int, int)">java.awt.List.delItems(int, int)</A><BR> <I>As of JDK version 1.1, Not for public use in the future. This method is expected to be retained only as a package private method.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/Component.html#deliverEvent(java.awt.Event)">java.awt.Component.deliverEvent(Event)</A><BR> <I>As of JDK version 1.1, replaced by <code>dispatchEvent(AWTEvent e)</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/Container.html#deliverEvent(java.awt.Event)">java.awt.Container.deliverEvent(Event)</A><BR> <I>As of JDK version 1.1, replaced by <code>dispatchEvent(AWTEvent e)</code></I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/Component.html#disable()">java.awt.Component.disable()</A><BR> <I>As of JDK version 1.1, replaced by <code>setEnabled(boolean)</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/MenuItem.html#disable()">java.awt.MenuItem.disable()</A><BR> <I>As of JDK version 1.1, replaced by <code>setEnabled(boolean)</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/swing/table/TableColumn.html#disableResizedPosting()">javax.swing.table.TableColumn.disableResizedPosting()</A><BR> <I>as of Java 2 platform v1.3</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/rmi/server/Skeleton.html#dispatch(java.rmi.Remote, java.rmi.server.RemoteCall, int, long)">java.rmi.server.Skeleton.dispatch(Remote, RemoteCall, int, long)</A><BR> <I>no replacement</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/rmi/server/RemoteCall.html#done()">java.rmi.server.RemoteCall.done()</A><BR> <I>no replacement</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/rmi/server/RemoteRef.html#done(java.rmi.server.RemoteCall)">java.rmi.server.RemoteRef.done(RemoteCall)</A><BR> <I>1.2 style stubs no longer use this method. Instead of using a sequence of method calls to the remote reference (<code>newCall</code>, <code>invoke</code>, and <code>done</code>), a stub uses a single method, <code>invoke(Remote, Method, Object[], int)</code>, on the remote reference to carry out parameter marshalling, remote method executing and unmarshalling of the return value. <p>1.2 stubs are generated using <code>rmic -v1.2</code>. By default, <code>rmic</code> generates stubs compatible with JDK1.1 and the Java 2 SDK. The compatible stubs can also be generated using <code>rmic -vcompat</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/Component.html#enable()">java.awt.Component.enable()</A><BR> <I>As of JDK version 1.1, replaced by <code>setEnabled(boolean)</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/MenuItem.html#enable()">java.awt.MenuItem.enable()</A><BR> <I>As of JDK version 1.1, replaced by <code>setEnabled(boolean)</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/Component.html#enable(boolean)">java.awt.Component.enable(boolean)</A><BR> <I>As of JDK version 1.1, replaced by <code>setEnabled(boolean)</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/awt/MenuItem.html#enable(boolean)">java.awt.MenuItem.enable(boolean)</A><BR> <I>As of JDK version 1.1, replaced by <code>setEnabled(boolean)</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/swing/table/TableColumn.html#enableResizedPosting()">javax.swing.table.TableColumn.enableResizedPosting()</A><BR> <I>as of Java 2 platform v1.3</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="java/security/SignatureSpi.html#engineGetParameter(java.lang.String)">java.security.SignatureSpi.engineGetParameter(String)</A>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -