Uses of Class
java.lang.Deprecated
-
Packages that use 已过时的 软件包 描述 com.sun.jarsigner 此程序包包含用于定义jarsigner
工具使用的签名机制的接口和类。com.sun.java.accessibility.util 提供组成Java Accessibility Utilities的接口和类的集合。com.sun.javadoc 注意:此包中的声明已被包jdk.javadoc.doclet
中的声明取代。com.sun.jdi 这是Java调试接口(JDI)的核心包,它定义了值,类型和目标VirtualMachine本身的镜像 - 以及引导工具。com.sun.tools.javadoc 此软件包及其内容已弃用,可能会在将来的版本中删除。java.applet 提供创建applet所需的类以及applet用于与其applet上下文通信的类。java.awt 包含用于创建用户界面和绘制图形和图像的所有类。java.awt.color 提供颜色空间的类。java.awt.datatransfer 提供用于在应用程序之间和之内传输数据的接口和类。java.awt.event 提供用于处理AWT组件触发的不同类型事件的接口和类。java.awt.image 提供用于创建和修改图像的类。java.awt.image.renderable 提供用于生成与渲染无关的图像的类和接口。java.beans 包含与开发 bean相关的类 - 基于JavaBeans™体系结构的组件。java.io 通过数据流,序列化和文件系统提供系统输入和输出。java.lang 提供对Java编程语言设计至关重要的类。java.lang.reflect 提供用于获取有关类和对象的反射信息的类和接口。java.math 提供用于执行任意精度整数运算(BigInteger
)和任意精度十进制算术(BigDecimal
)的类。java.net 提供实现网络应用程序的类。java.rmi 提供RMI包。java.rmi.dgc 为RMI分布式垃圾收集(DGC)提供类和接口。java.rmi.registry 为RMI注册表提供一个类和两个接口。java.rmi.server 提供用于支持RMI服务器端的类和接口。java.security 提供安全框架的类和接口。java.security.acl 不推荐使用此包中的类和接口。java.sql 提供使用Java™编程语言访问和处理存储在数据源(通常是关系数据库)中的数据的API。java.util 包含集合框架,一些国际化支持类,服务加载器,属性,随机数生成,字符串解析和扫描类,base64编码和解码,位数组和几个其他实用程序类。java.util.concurrent 实用类通常在并发编程中有用。java.util.concurrent.atomic 一个小型工具包,支持对单个变量进行无锁线程安全编程。java.util.jar 提供用于读取和写入JAR(Java ARchive)文件格式的类,该文件格式基于具有可选清单文件的标准ZIP文件格式。java.util.logging 提供Javaâ“2平台核心日志记录工具的类和接口。java.util.zip 提供用于读取和写入标准ZIP和GZIP文件格式的类。javax.accessibility 定义用户界面组件与提供对这些组件的访问的辅助技术之间的契约。javax.imageio.spi 一个Java Image I / O API包,包含读取器,编写器,转码器和流的插件接口,以及运行时注册表。javax.imageio.stream Java Image I / O API的一个包,用于处理来自文件和流的低级I / O.javax.lang.model.util 公用事业协助处理 program elements和 types 。javax.management 提供Java Management Extensions的核心类。javax.management.loading 提供实现高级动态加载的类。javax.management.monitor 提供监视器类的定义。javax.management.openmbean 提供开放数据类型和Open MBean描述符类。javax.management.remote.rmi RMI连接器是JMX Remote API的连接器,它使用RMI将客户端请求传输到远程MBean服务器。javax.naming 提供用于访问命名服务的类和接口。javax.net.ssl 提供安全套接字包的类。javax.security.cert 提供公钥证书的类。javax.sql.rowset JDBCRowSet
实现的标准接口和基类。javax.swing 提供一组“轻量级”(全Java语言)组件,这些组件在所有平台上尽可能地工作。javax.swing.plaf 提供一个接口和许多抽象类,Swing使用它们来提供其可插入的外观功能。javax.swing.plaf.basic 提供根据Basic外观构建的用户界面对象。javax.swing.plaf.metal 提供根据Java外观(曾代号为 Metal )构建的用户界面对象,这是默认的外观。javax.swing.plaf.multi 提供组合两种或多种外观的用户界面对象。javax.swing.table 提供用于处理javax.swing.JTable
类和接口。javax.swing.text 提供处理可编辑和不可编辑文本组件的类和接口。javax.swing.text.html 提供类HTMLEditorKit
和用于创建HTML文本编辑器的支持类。javax.swing.tree 提供用于处理javax.swing.JTree
类和接口。javax.tools 为可以从程序调用的工具提供接口,例如编译器。javax.xml.stream 为Streaming API for XML(StAX)定义接口和类。jdk.nashorn.api.scripting 该软件包提供了javax.script
集成,这是使用Nashorn的首选方式。jdk.nashorn.api.tree Nashorn解析器API提供接口以将ECMAScript源代码表示为抽象语法树(AST)和解析器以解析ECMAScript源脚本。netscape.javascript 为Java代码提供在Web浏览器中访问JavaScript引擎和HTML DOM的能力。org.ietf.jgss 该软件包提供了一个框架,允许应用程序开发人员使用统一的API从各种底层安全机制(如Kerberos)中使用安全服务,如身份验证,数据完整性和数据机密性。org.xml.sax 提供核心SAX API。org.xml.sax.helpers 提供帮助程序类,包括支持引导基于SAX的应用程序。 -
-
Uses of 已过时的 in com.sun.jarsigner
Classes in com.sun.jarsigner with annotations of type 已过时的 变量和类型 类 描述 class
ContentSigner
已过时。此类已被弃用。interface
ContentSignerParameters
已过时。此类已被弃用。 -
Uses of 已过时的 in com.sun.java.accessibility.util
Fields in com.sun.java.accessibility.util with annotations of type 已过时的 变量和类型 字段 描述 protected static ActionListener
AWTEventMonitor. actionListener
不推荐使用,要删除:此API元素将在以后的版本中删除。该字段未使用。protected static AdjustmentListener
AWTEventMonitor. adjustmentListener
不推荐使用,要删除:此API元素将在以后的版本中删除。该字段未使用。protected static ComponentListener
AWTEventMonitor. componentListener
不推荐使用,要删除:此API元素将在以后的版本中删除。该字段未使用。protected static Component
AWTEventMonitor. componentWithFocus
不推荐使用,要删除:此API元素将在以后的版本中删除。该字段未使用; 获取具有焦点的组件使用getComponentWithFocus方法。protected static ContainerListener
AWTEventMonitor. containerListener
不推荐使用,要删除:此API元素将在以后的版本中删除。该字段未使用。protected static FocusListener
AWTEventMonitor. focusListener
不推荐使用,要删除:此API元素将在以后的版本中删除。该字段未使用。protected static ItemListener
AWTEventMonitor. itemListener
不推荐使用,要删除:此API元素将在以后的版本中删除。该字段未使用。protected static KeyListener
AWTEventMonitor. keyListener
不推荐使用,要删除:此API元素将在以后的版本中删除。该字段未使用。protected static MouseListener
AWTEventMonitor. mouseListener
不推荐使用,要删除:此API元素将在以后的版本中删除。该字段未使用。protected static MouseMotionListener
AWTEventMonitor. mouseMotionListener
不推荐使用,要删除:此API元素将在以后的版本中删除。该字段未使用。protected static TextListener
AWTEventMonitor. textListener
不推荐使用,要删除:此API元素将在以后的版本中删除。该字段未使用。protected static WindowListener
AWTEventMonitor. windowListener
不推荐使用,要删除:此API元素将在以后的版本中删除。该字段未使用。 -
Uses of 已过时的 in com.sun.javadoc
Classes in com.sun.javadoc with annotations of type 已过时的 变量和类型 接口 描述 interface
AnnotatedType
不推荐使用,要删除:此API元素将在以后的版本中删除。此程序包中的声明已被程序包jdk.javadoc.doclet
的声明取代。interface
AnnotationDesc
不推荐使用,要删除:此API元素将在以后的版本中删除。此程序包中的声明已被程序包jdk.javadoc.doclet
的声明取代。static interface
AnnotationDesc.ElementValuePair
不推荐使用,要删除:此API元素将在以后的版本中删除。此程序包中的声明已被程序包jdk.javadoc.doclet
的声明取代。interface
AnnotationTypeDoc
不推荐使用,要删除:此API元素将在以后的版本中删除。此程序包中的声明已被程序包jdk.javadoc.doclet
的声明取代。interface
AnnotationTypeElementDoc
不推荐使用,要删除:此API元素将在以后的版本中删除。此程序包中的声明已被程序包jdk.javadoc.doclet
的声明取代。interface
AnnotationValue
不推荐使用,要删除:此API元素将在以后的版本中删除。此程序包中的声明已被程序包jdk.javadoc.doclet
的声明取代。interface
ClassDoc
不推荐使用,要删除:此API元素将在以后的版本中删除。此包中的声明已被包jdk.javadoc.doclet
的声明取代。interface
ConstructorDoc
不推荐使用,要删除:此API元素将在以后的版本中删除。此程序包中的声明已被程序包jdk.javadoc.doclet
的声明取代。interface
Doc
不推荐使用,要删除:此API元素将在以后的版本中删除。此程序包中的声明已被程序包jdk.javadoc.doclet
的声明取代。interface
DocErrorReporter
不推荐使用,要删除:此API元素将在以后的版本中删除。此程序包中的声明已被程序包jdk.javadoc.doclet
的声明取代。class
Doclet
不推荐使用,要删除:此API元素将在以后的版本中删除。此程序包中的声明已被程序包jdk.javadoc.doclet
的声明取代。interface
ExecutableMemberDoc
不推荐使用,要删除:此API元素将在以后的版本中删除。此包中的声明已被包jdk.javadoc.doclet
的声明取代。interface
FieldDoc
不推荐使用,要删除:此API元素将在以后的版本中删除。此包中的声明已被包jdk.javadoc.doclet
的声明取代。class
LanguageVersion
不推荐使用,要删除:此API元素将在以后的版本中删除。此程序包中的声明已被程序包jdk.javadoc.doclet
的声明取代。interface
MemberDoc
不推荐使用,要删除:此API元素将在以后的版本中删除。此程序包中的声明已被程序包jdk.javadoc.doclet
的声明取代。interface
MethodDoc
不推荐使用,要删除:此API元素将在以后的版本中删除。此程序包中的声明已被程序包jdk.javadoc.doclet
的声明取代。interface
PackageDoc
不推荐使用,要删除:此API元素将在以后的版本中删除。此包中的声明已被包jdk.javadoc.doclet
的声明取代。interface
Parameter
不推荐使用,要删除:此API元素将在以后的版本中删除。此程序包中的声明已被程序包jdk.javadoc.doclet
的声明取代。interface
ParameterizedType
不推荐使用,要删除:此API元素将在以后的版本中删除。此程序包中的声明已被程序包jdk.javadoc.doclet
的声明取代。interface
ParamTag
不推荐使用,要删除:此API元素将在以后的版本中删除。此包中的声明已被包jdk.javadoc.doclet
的声明取代。interface
ProgramElementDoc
不推荐使用,要删除:此API元素将在以后的版本中删除。此包中的声明已被包jdk.javadoc.doclet
的声明取代。interface
RootDoc
不推荐使用,要删除:此API元素将在以后的版本中删除。此包中的声明已被包jdk.javadoc.doclet
的声明取代。interface
SeeTag
不推荐使用,要删除:此API元素将在以后的版本中删除。此程序包中的声明已被程序包jdk.javadoc.doclet
的声明取代。interface
SerialFieldTag
不推荐使用,要删除:此API元素将在以后的版本中删除。此程序包中的声明已被程序包jdk.javadoc.doclet
的声明取代。interface
SourcePosition
不推荐使用,要删除:此API元素将在以后的版本中删除。此程序包中的声明已被程序包jdk.javadoc.doclet
的声明取代。interface
Tag
不推荐使用,要删除:此API元素将在以后的版本中删除。此包中的声明已被包jdk.javadoc.doclet
的声明取代。interface
ThrowsTag
不推荐使用,要删除:此API元素将在以后的版本中删除。此程序包中的声明已被程序包jdk.javadoc.doclet
的声明取代。interface
Type
不推荐使用,要删除:此API元素将在以后的版本中删除。此程序包中的声明已被程序包jdk.javadoc.doclet
的声明取代。interface
TypeVariable
不推荐使用,要删除:此API元素将在以后的版本中删除。此程序包中的声明已被程序包jdk.javadoc.doclet
的声明取代。interface
WildcardType
不推荐使用,要删除:此API元素将在以后的版本中删除。此程序包中的声明已被程序包jdk.javadoc.doclet
的声明取代。Methods in com.sun.javadoc with annotations of type 已过时的 变量和类型 方法 描述 ClassDoc[]
ClassDoc. importedClasses()
不推荐使用,要删除:此API元素将在以后的版本中删除。导入声明是不应在此处公开的实现细节。PackageDoc[]
ClassDoc. importedPackages()
不推荐使用,要删除:此API元素将在以后的版本中删除。导入声明是不应在此处公开的实现细节。 -
Uses of 已过时的 in com.sun.jdi
Classes in com.sun.jdi with annotations of type 已过时的 变量和类型 类 描述 class
InvalidCodeIndexException
已过时。不再抛出此异常class
InvalidLineNumberException
已过时。不再抛出此异常 -
Uses of 已过时的 in com.sun.tools.javadoc
Classes in com.sun.tools.javadoc with annotations of type 已过时的 变量和类型 类 描述 class
Main
不推荐使用,要删除:此API元素将在以后的版本中删除。此类现已弃用,可能会在将来的版本中删除。 -
Uses of 已过时的 in java.applet
Classes in java.applet with annotations of type 已过时的 变量和类型 类 描述 class
Applet
已过时。不推荐使用Applet API,无需替换。interface
AppletContext
已过时。不推荐使用Applet API,无需替换。interface
AppletStub
已过时。不推荐使用Applet API,无需替换。interface
AudioClip
已过时。不推荐使用Applet API,无需替换。 -
Uses of 已过时的 in java.awt
Classes in java.awt with annotations of type 已过时的 变量和类型 类 描述 class
Event
已过时。建议使用AWTEvent
及其子类Fields in java.awt with annotations of type 已过时的 变量和类型 字段 描述 static int
Frame. CROSSHAIR_CURSOR
已过时。由Cursor.CROSSHAIR_CURSOR
取代。static int
Frame. DEFAULT_CURSOR
已过时。由Cursor.DEFAULT_CURSOR
取代。static int
Frame. E_RESIZE_CURSOR
已过时。由Cursor.E_RESIZE_CURSOR
取代。static int
Frame. HAND_CURSOR
已过时。取而代之的是Cursor.HAND_CURSOR
。static int
Frame. MOVE_CURSOR
已过时。取而代之的是Cursor.MOVE_CURSOR
。static int
Frame. N_RESIZE_CURSOR
已过时。由Cursor.N_RESIZE_CURSOR
取代。static int
Frame. NE_RESIZE_CURSOR
已过时。由Cursor.NE_RESIZE_CURSOR
取代。static int
Frame. NW_RESIZE_CURSOR
已过时。由Cursor.NW_RESIZE_CURSOR
取代。protected static Cursor[]
Cursor. predefined
已过时。从JDK 1.7版开始,应该使用Cursor.getPredefinedCursor(int)
方法。static int
Frame. S_RESIZE_CURSOR
已过时。由Cursor.S_RESIZE_CURSOR
取代。static int
Frame. SE_RESIZE_CURSOR
已过时。由Cursor.SE_RESIZE_CURSOR
取代。static int
Frame. SW_RESIZE_CURSOR
已过时。由Cursor.SW_RESIZE_CURSOR
取代。static int
Frame. TEXT_CURSOR
已过时。取而代之的是Cursor.TEXT_CURSOR
。static int
Frame. W_RESIZE_CURSOR
已过时。由Cursor.W_RESIZE_CURSOR
取代。static int
Frame. WAIT_CURSOR
已过时。由Cursor.WAIT_CURSOR
取代。Methods in java.awt with annotations of type 已过时的 变量和类型 方法 描述 boolean
Component. action(Event evt, Object what)
已过时。从JDK 1.1版开始,应该在触发动作事件的组件上将此组件注册为ActionListener。void
List. addItem(String item)
已过时。由add(String)
取代。void
List. addItem(String item, int index)
已过时。由add(String, int)
取代。void
BorderLayout. addLayoutComponent(String name, Component comp)
已过时。由addLayoutComponent(Component, Object)
取代。void
CardLayout. addLayoutComponent(String name, Component comp)
已过时。由addLayoutComponent(Component, Object)
取代。boolean
List. allowsMultipleSelections()
已过时。截至JDK 1.1版,由isMultipleMode()
取代。void
TextArea. appendText(String str)
已过时。截至JDK 1.1版,由append(String)
取代。void
Window. applyResourceBundle(String rbName)
已过时。截至J2SE 1.4,由Component.applyComponentOrientation
取代。void
Window. applyResourceBundle(ResourceBundle rb)
已过时。截至J2SE 1.4,由Component.applyComponentOrientation
取代。Rectangle
Component. bounds()
已过时。截至JDK 1.1版,由getBounds()
取代。void
List. clear()
已过时。截至JDK 1.1版,由removeAll()
取代。int
Container. countComponents()
已过时。从JDK version 1.1开始,由getComponentCount()取代。int
Choice. countItems()
已过时。截至JDK 1.1版,由getItemCount()
取代。int
List. countItems()
已过时。截至JDK 1.1版,由getItemCount()
取代。int
Menu. countItems()
已过时。截至JDK 1.1版,由getItemCount()
取代。int
MenuBar. countMenus()
已过时。截至JDK 1.1版,由getMenuCount()
取代。void
List. delItem(int position)
已过时。由remove(String)
和remove(int)
取代。void
List. delItems(int start, int end)
已过时。从JDK 1.1版开始,未来不会公开使用。void
Component. deliverEvent(Event e)
已过时。截至JDK 1.1版,由dispatchEvent(AWTEvent e)
取代。void
Container. deliverEvent(Event e)
已过时。截至JDK 1.1版,由dispatchEvent(AWTEvent e)
取代void
Component. disable()
已过时。截至JDK 1.1版,由setEnabled(boolean)
取代。void
MenuItem. disable()
已过时。截至JDK 1.1版,由setEnabled(boolean)
取代。void
Component. enable()
已过时。截至JDK 1.1版,由setEnabled(boolean)
取代。void
Component. enable(boolean b)
已过时。截至JDK 1.1版,由setEnabled(boolean)
取代。void
MenuItem. enable()
已过时。截至JDK 1.1版,由setEnabled(boolean)
取代。void
MenuItem. enable(boolean b)
已过时。截至JDK 1.1版,由setEnabled(boolean)
取代。void
Graphics. finalize()
已过时。finalize
方法已被弃用。void
PrintJob. finalize()
已过时。finalize
方法已被弃用。Rectangle
Polygon. getBoundingBox()
已过时。截至JDK 1.1版,由getBounds()
取代。Rectangle
Graphics. getClipRect()
已过时。截至JDK 1.1版,由getClipBounds()
取代。Checkbox
CheckboxGroup. getCurrent()
已过时。截至JDK 1.1版,由getSelectedCheckbox()
取代。int
Frame. getCursorType()
已过时。截至JDK 1.1版,由Component.getCursor()
取代。abstract String[]
Toolkit. getFontList()
abstract FontMetrics
Toolkit. getFontMetrics(Font font)
已过时。截至JDK版本1.2,由Font
方法getLineMetrics
取代。int
Scrollbar. getLineIncrement()
已过时。截至JDK 1.1版,由getUnitIncrement()
取代。int
FontMetrics. getMaxDecent()
已过时。从JDK版本1.1.1开始,由getMaxDescent()
取代。int
Toolkit. getMenuShortcutKeyMask()
已过时。建议使用扩展修饰键和Toolkit.getMenuShortcutKeyMaskEx()
static ComponentOrientation
ComponentOrientation. getOrientation(ResourceBundle bdl)
已过时。从J2SE 1.4开始,使用ComponentOrientation.getOrientation(java.util.Locale)
。int
Scrollbar. getPageIncrement()
已过时。截至JDK 1.1版,由getBlockIncrement()
取代。int
Scrollbar. getVisible()
已过时。截至JDK 1.1版,由getVisibleAmount()
取代。boolean
Component. gotFocus(Event evt, Object what)
已过时。从JDK version 1.1开始,由processFocusEvent(FocusEvent)取代。boolean
Component. handleEvent(Event evt)
已过时。截至JDK版本1.1由processEvent(AWTEvent)取代。void
Component. hide()
已过时。截至JDK 1.1版,由setVisible(boolean)
取代。void
Dialog. hide()
已过时。截至JDK 1.5版,由setVisible(boolean)
取代。void
Window. hide()
已过时。截至JDK 1.5版,由Window.setVisible(boolean)
取代。void
TextArea. insertText(String str, int pos)
已过时。截至JDK 1.1版,由insert(String, int)
取代。Insets
Container. insets()
已过时。截至JDK 1.1版,由getInsets()
取代。boolean
Component. inside(int x, int y)
已过时。从JDK version 1.1开始,由contains(int,int)取代。boolean
Polygon. inside(int x, int y)
已过时。从JDK 1.1版开始,由contains(int, int)
取代。boolean
Rectangle. inside(int X, int Y)
已过时。截至JDK 1.1版,由contains(int, int)
取代。boolean
Component. isFocusTraversable()
已过时。截至1.4,由isFocusable()
取代。boolean
List. isSelected(int index)
已过时。截至JDK 1.1版,由isIndexSelected(int)
取代。boolean
Component. keyDown(Event evt, int key)
已过时。从JDK version 1.1开始,由processKeyEvent(KeyEvent)取代。boolean
Component. keyUp(Event evt, int key)
已过时。从JDK version 1.1开始,由processKeyEvent(KeyEvent)取代。void
Component. layout()
已过时。截至JDK 1.1版,由doLayout()
取代。void
Container. layout()
已过时。截至JDK 1.1版,由doLayout()
取代。void
ScrollPane. layout()
已过时。截至JDK 1.1版,由doLayout()
取代。Component
Component. locate(int x, int y)
已过时。从JDK version 1.1开始,由getComponentAt(int,int)取代。Component
Container. locate(int x, int y)
已过时。截至JDK 1.1版,由getComponentAt(int, int)
取代。Point
Component. location()
已过时。截至JDK 1.1版,由getLocation()
取代。boolean
Component. lostFocus(Event evt, Object what)
已过时。从JDK version 1.1开始,由processFocusEvent(FocusEvent)取代。Dimension
Component. minimumSize()
已过时。截至JDK 1.1版,由getMinimumSize()
取代。Dimension
Container. minimumSize()
已过时。截至JDK 1.1版,由getMinimumSize()
取代。Dimension
List. minimumSize()
已过时。截至JDK 1.1版,由getMinimumSize()
取代。Dimension
List. minimumSize(int rows)
已过时。截至JDK 1.1版,由getMinimumSize(int)
取代。Dimension
TextArea. minimumSize()
已过时。截至JDK 1.1版,由getMinimumSize()
取代。Dimension
TextArea. minimumSize(int rows, int columns)
已过时。截至JDK 1.1版,由getMinimumSize(int, int)
取代。Dimension
TextField. minimumSize()
已过时。截至JDK 1.1版,由getMinimumSize()
取代。Dimension
TextField. minimumSize(int columns)
已过时。截至JDK 1.1版,由getMinimumSize(int)
取代。boolean
Component. mouseDown(Event evt, int x, int y)
已过时。从JDK version 1.1开始,由processMouseEvent(MouseEvent)取代。boolean
Component. mouseDrag(Event evt, int x, int y)
已过时。从JDK version 1.1开始,由processMouseMotionEvent(MouseEvent)取代。boolean
Component. mouseEnter(Event evt, int x, int y)
已过时。从JDK version 1.1开始,由processMouseEvent(MouseEvent)取代。boolean
Component. mouseExit(Event evt, int x, int y)
已过时。从JDK version 1.1开始,由processMouseEvent(MouseEvent)取代。boolean
Component. mouseMove(Event evt, int x, int y)
已过时。从JDK version 1.1开始,由processMouseMotionEvent(MouseEvent)取代。boolean
Component. mouseUp(Event evt, int x, int y)
已过时。从JDK version 1.1开始,由processMouseEvent(MouseEvent)取代。void
Component. move(int x, int y)
已过时。截至JDK 1.1版,由setLocation(int, int)
取代。void
Rectangle. move(int x, int y)
已过时。截至JDK 1.1版,由setLocation(int, int)
取代。void
Component. nextFocus()
已过时。从JDK 1.1版开始,由transferFocus()取代。boolean
Component. postEvent(Event e)
已过时。从JDK version 1.1开始,由dispatchEvent(AWTEvent)取代。boolean
MenuComponent. postEvent(Event evt)
已过时。截至JDK 1.1版,由dispatchEvent
取代。boolean
MenuContainer. postEvent(Event evt)
已过时。从JDK版本1.1替换为dispatchEvent(AWTEvent)。boolean
Window. postEvent(Event e)
已过时。截至JDK 1.1版由dispatchEvent(AWTEvent)
取代。Dimension
Component. preferredSize()
已过时。截至JDK 1.1版,由getPreferredSize()
取代。Dimension
Container. preferredSize()
已过时。截至JDK 1.1版,由getPreferredSize()
取代。Dimension
List. preferredSize()
已过时。截至JDK 1.1版,由getPreferredSize()
取代。Dimension
List. preferredSize(int rows)
已过时。截至JDK 1.1版,由getPreferredSize(int)
取代。Dimension
TextArea. preferredSize()
已过时。截至JDK 1.1版,由getPreferredSize()
取代。Dimension
TextArea. preferredSize(int rows, int columns)
已过时。截至JDK 1.1版,由getPreferredSize(int, int)
取代。Dimension
TextField. preferredSize()
已过时。截至JDK 1.1版,由getPreferredSize()
取代。Dimension
TextField. preferredSize(int columns)
已过时。截至JDK 1.1版,由getPreferredSize(int)
取代。protected static void
AWTKeyStroke. registerSubclass(类<?> subclass)
已过时。void
TextArea. replaceText(String str, int start, int end)
已过时。截至JDK 1.1版,由replaceRange(String, int, int)
取代。void
Component. reshape(int x, int y, int width, int height)
已过时。截至JDK 1.1版,由setBounds(int, int, int, int)
取代。void
Rectangle. reshape(int x, int y, int width, int height)
已过时。截至JDK 1.1版,由setBounds(int, int, int, int)
取代。void
Window. reshape(int x, int y, int width, int height)
已过时。截至JDK 1.1版,由setBounds(int, int, int, int)
取代。void
Component. resize(int width, int height)
已过时。截至JDK 1.1版,由setSize(int, int)
取代。void
Component. resize(Dimension d)
已过时。截至JDK 1.1版,由setSize(Dimension)
取代。void
Rectangle. resize(int width, int height)
已过时。截至JDK 1.1版,由setSize(int, int)
取代。void
CheckboxGroup. setCurrent(Checkbox box)
已过时。截至JDK 1.1版,由setSelectedCheckbox(Checkbox)
取代。void
Frame. setCursor(int cursorType)
已过时。截至JDK 1.1版,由Component.setCursor(Cursor)
取代。void
TextField. setEchoCharacter(char c)
已过时。截至JDK 1.1版,由setEchoChar(char)
取代。void
Scrollbar. setLineIncrement(int v)
已过时。截至JDK 1.1版,由setUnitIncrement(int)
取代。void
List. setMultipleSelections(boolean b)
已过时。从JDK 1.1版开始,由setMultipleMode(boolean)
取代。void
Scrollbar. setPageIncrement(int v)
已过时。截至JDK 1.1版,由setBlockIncrement()
取代。void
Component. show()
已过时。截至JDK 1.1版,由setVisible(boolean)
取代。void
Component. show(boolean b)
已过时。截至JDK 1.1版,由setVisible(boolean)
取代。void
Dialog. show()
已过时。截至JDK 1.5版,由setVisible(boolean)
取代。void
Window. show()
已过时。截至JDK 1.5版,由Window.setVisible(boolean)
取代。Dimension
Component. size()
已过时。截至JDK 1.1版,由getSize()
取代。Constructors in java.awt with annotations of type 已过时的 构造器 描述 AWTEvent(Event event)
已过时。 -
Uses of 已过时的 in java.awt.color
Methods in java.awt.color with annotations of type 已过时的 变量和类型 方法 描述 protected void
ICC_Profile. finalize()
已过时。finalize
方法已被弃用。 -
Uses of 已过时的 in java.awt.datatransfer
Fields in java.awt.datatransfer with annotations of type 已过时的 变量和类型 字段 描述 static DataFlavor
DataFlavor. plainTextFlavor
已过时。截至1.3。Methods in java.awt.datatransfer with annotations of type 已过时的 变量和类型 方法 描述 boolean
DataFlavor. equals(String s)
已过时。与hashCode()
合同不一致,请改用DataFlavor.isMimeTypeEqual(String)
。protected String
DataFlavor. normalizeMimeType(String mimeType)
已过时。从1.1开始,此实现永远不会调用此方法protected String
DataFlavor. normalizeMimeTypeParameter(String parameterName, String parameterValue)
已过时。从1.1开始,此实现永远不会调用此方法 -
Uses of 已过时的 in java.awt.event
Fields in java.awt.event with annotations of type 已过时的 变量和类型 字段 描述 static int
InputEvent. ALT_GRAPH_MASK
已过时。建议改用ALT_GRAPH_DOWN_MASK和InputEvent.getModifiersEx()
static int
InputEvent. ALT_MASK
已过时。建议改用ALT_DOWN_MASK和InputEvent.getModifiersEx()
static int
InputEvent. BUTTON1_MASK
已过时。建议改用BUTTON1_DOWN_MASK和InputEvent.getModifiersEx()
static int
InputEvent. BUTTON2_MASK
已过时。建议改用 BUTTON2_DOWN_MASK和InputEvent.getModifiersEx()
。static int
InputEvent. BUTTON3_MASK
已过时。建议改用BUTTON3_DOWN_MASK和InputEvent.getModifiersEx()
。static int
InputEvent. CTRL_MASK
已过时。建议改用CTRL_DOWN_MASK和InputEvent.getModifiersEx()
static int
InputEvent. META_MASK
已过时。建议改用META_DOWN_MASK和InputEvent.getModifiersEx()
static int
InputEvent. SHIFT_MASK
已过时。建议改用 SHIFT_DOWN_MASK和InputEvent.getModifiersEx()
Methods in java.awt.event with annotations of type 已过时的 变量和类型 方法 描述 static String
KeyEvent. getKeyModifiersText(int modifiers)
已过时。建议使用扩展修饰键和InputEvent.getModifiersExText(int)
代替int
InputEvent. getModifiers()
已过时。建议使用扩展修饰键和InputEvent.getModifiersEx()
代替void
KeyEvent. setModifiers(int modifiers)
已过时。从JDK1.1.4开始Constructors in java.awt.event with annotations of type 已过时的 构造器 描述 KeyEvent(Component source, int id, long when, int modifiers, int keyCode)
已过时。从JDK1.1开始; 请改用KeyEvent(Component, int, long, int, int, char)
-
Uses of 已过时的 in java.awt.image
Methods in java.awt.image with annotations of type 已过时的 变量和类型 方法 描述 void
ColorModel. finalize()
已过时。finalize
方法已被弃用。void
IndexColorModel. finalize()
已过时。finalize
方法已被弃用。 -
Uses of 已过时的 in java.awt.image.renderable
Methods in java.awt.image.renderable with annotations of type 已过时的 变量和类型 方法 描述 void
RenderContext. concetenateTransform(AffineTransform modTransform)
已过时。由concatenateTransform(AffineTransform)
取代。void
RenderContext. preConcetenateTransform(AffineTransform modTransform)
已过时。取而代之的是preConcatenateTransform(AffineTransform)
。 -
Uses of 已过时的 in java.beans
Classes in java.beans with annotations of type 已过时的 变量和类型 接口 描述 interface
AppletInitializer
已过时。不推荐使用Applet API。Methods in java.beans with annotations of type 已过时的 变量和类型 方法 描述 static Object
Beans. instantiate(ClassLoader cls, String beanName, BeanContext beanContext, AppletInitializer initializer)
已过时。建议使用Beans.instantiate(ClassLoader, String, BeanContext)
,因为不推荐使用Applet API。 -
Uses of 已过时的 in java.io
Classes in java.io with annotations of type 已过时的 变量和类型 类 描述 class
LineNumberInputStream
已过时。此类错误地假定字节充分表示字符。class
StringBufferInputStream
已过时。此类无法将字符正确转换为字节。Methods in java.io with annotations of type 已过时的 变量和类型 方法 描述 protected void
FileInputStream. finalize()
不推荐使用,要删除:此API元素将在以后的版本中删除。不推荐使用finalize
方法,该方法将被删除。protected void
FileOutputStream. finalize()
不推荐使用,要删除:此API元素将在以后的版本中删除。不推荐使用finalize
方法,该方法将被删除。String
DataInputStream. readLine()
已过时。此方法无法将字节正确转换为字符。String
ObjectInputStream. readLine()
已过时。此方法无法将字节正确转换为字符。String
ByteArrayOutputStream. toString(int hibyte)
已过时。此方法无法将字节正确转换为字符。URL
File. toURL()
已过时。此方法不会自动转义URL中非法的字符。abstract void
ObjectOutputStream.PutField. write(ObjectOutput out)
已过时。此方法不会以适当的格式写入此PutField
对象包含的值,并且可能导致序列化流损坏。Constructors in java.io with annotations of type 已过时的 构造器 描述 StreamTokenizer(InputStream is)
已过时。从JDK 1.1版开始,标记输入流的首选方法是将其转换为字符流,例如: -
Uses of 已过时的 in java.lang
Classes in java.lang with annotations of type 已过时的 变量和类型 类 描述 class
Compiler
不推荐使用,要删除:此API元素将在以后的版本中删除。JIT编译器及其技术变化太大,无法通过标准化接口进行有效控制。Fields in java.lang with annotations of type 已过时的 变量和类型 字段 描述 static Character.UnicodeBlock
Character.UnicodeBlock. SURROGATES_AREA
已过时。Methods in java.lang with annotations of type 已过时的 变量和类型 方法 描述 boolean
ThreadGroup. allowThreadSuspension(boolean b)
已过时。此调用的定义取决于不推荐使用的ThreadGroup.suspend()
。void
SecurityManager. checkMulticast(InetAddress maddr, byte ttl)
已过时。请改用#checkPermission(java.security.Permission)int
Thread. countStackFrames()
不推荐使用,要删除:此API元素将在以后的版本中删除。此调用的定义取决于不推荐使用的Thread.suspend()
。protected 类<?>
ClassLoader. defineClass(byte[] b, int off, int len)
protected void
Object. finalize()
已过时。最终确定机制本质上存在问题。void
String. getBytes(int srcBegin, int srcEnd, byte[] dst, int dstBegin)
已过时。此方法无法将字符正确转换为字节。protected 软件包
ClassLoader. getPackage(String name)
已过时。如果多个类加载器相互委托并定义具有相同包名的类,并且一个这样的加载器依赖于getPackage
的查找行为从父加载器返回软件包
,那么软件包
公开的属性可能不是预期的该计划的其余部分。static 软件包
Package. getPackage(String name)
已过时。如果多个类加载器彼此委托并定义具有相同包名的类,并且一个这样的加载器依赖于getPackage
的查找行为从父加载器返回软件包
,那么软件包
公开的属性可能不是预期的该计划的其余部分。static boolean
Character. isJavaLetter(char ch)
已过时。替换为isJavaIdentifierStart(char)。static boolean
Character. isJavaLetterOrDigit(char ch)
已过时。替换为isJavaIdentifierPart(char)。static boolean
Character. isSpace(char ch)
已过时。替换为isWhitespace(char)。int
Runtime.Version. major()
已过时。从Java SE 10开始,版本号的第一个元素不是主要版本号,而是特征释放计数器,每个基于时间的版本都会增加。int
Runtime.Version. minor()
已过时。从Java SE 10开始,版本号的第二个元素不是次要版本号,而是临时释放计数器,对于每个临时版本都会增加。T
Class. newInstance()
已过时。此方法传播由Nullary构造函数抛出的任何异常,包括已检查的异常。void
Thread. resume()
已过时。此方法仅用于Thread.suspend()
,已被弃用,因为它容易出现死锁。void
ThreadGroup. resume()
已过时。此方法仅与Thread.suspend
和ThreadGroup.suspend
一起使用,这两种方法都已弃用,因为它们本身就容易出现死锁。int
Runtime.Version. security()
已过时。从Java SE 10开始,版本号的第三个元素不是安全级别,而是更新释放计数器,每个更新版本都会增加。void
Thread. stop()
已过时。这种方法本质上是不安全的。void
ThreadGroup. stop()
已过时。这种方法本质上是不安全的。void
Thread. suspend()
已过时。此方法已被弃用,因为它本身就容易出现死锁。void
ThreadGroup. suspend()
已过时。此方法本身就容易出现死锁。void
Runtime. traceInstructions(boolean on)
不推荐使用,要删除:此API元素将在以后的版本中删除。此方法旨在控制指令跟踪。void
Runtime. traceMethodCalls(boolean on)
不推荐使用,要删除:此API元素将在以后的版本中删除。此方法旨在控制方法调用跟踪。Constructors in java.lang with annotations of type 已过时的 构造器 描述 Boolean(boolean value)
已过时。使用此构造函数很少是合适的。Boolean(String s)
已过时。使用此构造函数很少是合适的。Byte(byte value)
已过时。使用此构造函数很少是合适的。Byte(String s)
已过时。使用此构造函数很少是合适的。Character(char value)
已过时。使用此构造函数很少是合适的。Double(double value)
已过时。使用此构造函数很少是合适的。Double(String s)
已过时。使用此构造函数很少是合适的。Float(double value)
已过时。使用此构造函数很少是合适的。Float(float value)
已过时。使用此构造函数很少是合适的。Float(String s)
已过时。使用此构造函数很少是合适的。Integer(int value)
已过时。使用此构造函数很少是合适的。Integer(String s)
已过时。使用此构造函数很少是合适的。Long(long value)
已过时。使用此构造函数很少是合适的。Long(String s)
已过时。使用此构造函数很少是合适的。Short(short value)
已过时。使用此构造函数很少是合适的。Short(String s)
已过时。使用此构造函数很少是合适的。String(byte[] ascii, int hibyte)
已过时。此方法无法将字节正确转换为字符。String(byte[] ascii, int hibyte, int offset, int count)
已过时。此方法无法将字节正确转换为字符。 -
Uses of 已过时的 in java.lang.reflect
Methods in java.lang.reflect with annotations of type 已过时的 变量和类型 方法 描述 static 类<?>
Proxy. getProxyClass(ClassLoader loader, 类<?>... interfaces)
已过时。在命名模块中生成的代理类被封装,并且其模块外部的代码无法访问。boolean
AccessibleObject. isAccessible()
已过时。不推荐使用此方法,因为它的名称暗示它在实际指示是否抑制了对Java语言访问控制的检查时检查反射对象是否可访问。 -
Uses of 已过时的 in java.math
Fields in java.math with annotations of type 已过时的 变量和类型 字段 描述 static int
BigDecimal. ROUND_CEILING
已过时。请改用RoundingMode.CEILING
。static int
BigDecimal. ROUND_DOWN
已过时。请改用RoundingMode.DOWN
。static int
BigDecimal. ROUND_FLOOR
已过时。请改用RoundingMode.FLOOR
。static int
BigDecimal. ROUND_HALF_DOWN
已过时。static int
BigDecimal. ROUND_HALF_EVEN
已过时。static int
BigDecimal. ROUND_HALF_UP
已过时。请改用RoundingMode.HALF_UP
。static int
BigDecimal. ROUND_UNNECESSARY
已过时。static int
BigDecimal. ROUND_UP
已过时。请改用RoundingMode.UP
。Methods in java.math with annotations of type 已过时的 变量和类型 方法 描述 BigDecimal
BigDecimal. divide(BigDecimal divisor, int roundingMode)
已过时。应该优先使用方法BigDecimal.divide(BigDecimal, RoundingMode)
,而不是这种传统方法。BigDecimal
BigDecimal. divide(BigDecimal divisor, int scale, int roundingMode)
已过时。应该优先使用方法BigDecimal.divide(BigDecimal, int, RoundingMode)
,而不是这种传统方法。BigDecimal
BigDecimal. setScale(int newScale, int roundingMode)
已过时。应该优先使用方法BigDecimal.setScale(int, RoundingMode)
,而不是这种传统方法。 -
Uses of 已过时的 in java.net
Fields in java.net with annotations of type 已过时的 变量和类型 字段 描述 static int
HttpURLConnection. HTTP_SERVER_ERROR
已过时。它是错位的,不应该存在。Methods in java.net with annotations of type 已过时的 变量和类型 方法 描述 static String
URLDecoder. decode(String s)
已过时。结果字符串可能会有所不同,具体取决于平台的默认编码。static String
URLEncoder. encode(String s)
已过时。结果字符串可能会有所不同,具体取决于平台的默认编码。static String
URLConnection. getDefaultRequestProperty(String key)
已过时。在获得适当的URLConnection实例后,应使用特定于实例的getRequestProperty方法。protected abstract byte
DatagramSocketImpl. getTTL()
已过时。请改用getTimeToLive。byte
MulticastSocket. getTTL()
已过时。使用getTimeToLive方法,它返回一个int而不是一个字节 。void
MulticastSocket. send(DatagramPacket p, byte ttl)
已过时。请改用以下代码或代码:......static void
URLConnection. setDefaultRequestProperty(String key, String value)
已过时。在获得适当的URLConnection实例后,应使用特定于实例的setRequestProperty方法。protected abstract void
DatagramSocketImpl. setTTL(byte ttl)
已过时。请改用setTimeToLive。void
MulticastSocket. setTTL(byte ttl)
已过时。使用setTimeToLive方法,它使用int而不是byte作为ttl的类型。protected void
URLStreamHandler. setURL(URL u, String protocol, String host, int port, String file, String ref)
已过时。使用setURL(URL,String,String,int,String,String,String,String);Constructors in java.net with annotations of type 已过时的 构造器 描述 Socket(String host, int port, boolean stream)
已过时。使用DatagramSocket代替UDP传输。Socket(InetAddress host, int port, boolean stream)
已过时。使用DatagramSocket代替UDP传输。 -
Uses of 已过时的 in java.rmi
Classes in java.rmi with annotations of type 已过时的 变量和类型 类 描述 class
RMISecurityException
已过时。请改用SecurityException
。class
RMISecurityManager
已过时。请改用SecurityManager
。class
ServerRuntimeException
已过时。没有替代品Constructors in java.rmi with annotations of type 已过时的 构造器 描述 RMISecurityException(String name)
已过时。没有替代品RMISecurityException(String name, String arg)
已过时。没有替代品ServerRuntimeException(String s, 异常 ex)
已过时。没有替代品 -
Uses of 已过时的 in java.rmi.dgc
Methods in java.rmi.dgc with annotations of type 已过时的 变量和类型 方法 描述 static boolean
VMID. isUnique()
已过时。 -
Uses of 已过时的 in java.rmi.registry
Classes in java.rmi.registry with annotations of type 已过时的 变量和类型 接口 描述 interface
RegistryHandler
已过时。没有替代品Methods in java.rmi.registry with annotations of type 已过时的 变量和类型 方法 描述 Registry
RegistryHandler. registryImpl(int port)
已过时。没有替代品。Registry
RegistryHandler. registryStub(String host, int port)
已过时。没有替代品。 -
Uses of 已过时的 in java.rmi.server
Classes in java.rmi.server with annotations of type 已过时的 变量和类型 接口 描述 interface
LoaderHandler
已过时。没有替代品class
LogStream
已过时。没有替代品class
Operation
已过时。没有替代品interface
RemoteCall
已过时。没有替代品。class
RemoteStub
已过时。不推荐使用静态生成的存根,因为存根是动态生成的。interface
ServerRef
已过时。没有替代品。interface
Skeleton
已过时。没有替代品。class
SkeletonMismatchException
已过时。没有替代品。class
SkeletonNotFoundException
已过时。没有替代品。class
SocketSecurityException
已过时。这个类已经过时了。Methods in java.rmi.server with annotations of type 已过时的 变量和类型 方法 描述 void
Skeleton. dispatch(Remote obj, RemoteCall theCall, int opnum, long hash)
已过时。没有替代品void
RemoteCall. done()
已过时。没有替代品void
RemoteRef. done(RemoteCall call)
已过时。1.2样式存根不再使用此方法。void
RemoteCall. executeCall()
已过时。没有替代品static RemoteStub
UnicastRemoteObject. exportObject(Remote obj)
已过时。不推荐使用此方法,因为它仅支持静态存根。static PrintStream
LogStream. getDefaultStream()
已过时。没有替代品ObjectInput
RemoteCall. getInputStream()
已过时。没有替代品String
Operation. getOperation()
已过时。没有替代品Operation[]
Skeleton. getOperations()
已过时。没有替代品OutputStream
LogStream. getOutputStream()
已过时。没有替代品ObjectOutput
RemoteCall. getOutputStream()
已过时。没有替代品ObjectOutput
RemoteCall. getResultStream(boolean success)
已过时。没有替代品Object
LoaderHandler. getSecurityContext(ClassLoader loader)
已过时。没有替代品static Object
RMIClassLoader. getSecurityContext(ClassLoader loader)
已过时。没有替代品。void
RemoteRef. invoke(RemoteCall call)
已过时。1.2样式存根不再使用此方法。类<?>
LoaderHandler. loadClass(String name)
已过时。没有替代品类<?>
LoaderHandler. loadClass(URL codebase, String name)
已过时。没有替代品static 类<?>
RMIClassLoader. loadClass(String name)
已过时。由loadClass(String,String)
方法取代static LogStream
LogStream. log(String name)
已过时。没有替代品RemoteCall
RemoteRef. newCall(RemoteObject obj, Operation[] op, int opnum, long hash)
已过时。1.2样式存根不再使用此方法。static int
LogStream. parseLevel(String s)
已过时。没有替代品void
RemoteCall. releaseInputStream()
已过时。没有替代品void
RemoteCall. releaseOutputStream()
已过时。没有替代品static void
LogStream. setDefaultStream(PrintStream newDefault)
已过时。没有替代品void
LogStream. setOutputStream(OutputStream out)
已过时。没有替代品protected static void
RemoteStub. setRef(RemoteStub stub, RemoteRef ref)
已过时。没有替代品。String
LogStream. toString()
已过时。没有替代品String
Operation. toString()
已过时。没有替代品void
LogStream. write(byte[] b, int off, int len)
已过时。没有替代品void
LogStream. write(int b)
已过时。没有替代品Constructors in java.rmi.server with annotations of type 已过时的 构造器 描述 Operation(String op)
已过时。没有替代品SkeletonMismatchException(String s)
已过时。没有替代品 -
Uses of 已过时的 in java.security
Classes in java.security with annotations of type 已过时的 变量和类型 接口 描述 interface
Certificate
不推荐使用,要删除:此API元素将在以后的版本中删除。不推荐使用此类,并且在将来的Java SE版本中将其删除。class
Identity
不推荐使用,要删除:此API元素将在以后的版本中删除。不推荐使用此类,并且在将来的Java SE版本中将其删除。class
IdentityScope
不推荐使用,要删除:此API元素将在以后的版本中删除。不推荐使用此类,并且在将来的Java SE版本中将其删除。class
Signer
不推荐使用,要删除:此API元素将在以后的版本中删除。不推荐使用此类,并且在将来的Java SE版本中将其删除。Methods in java.security with annotations of type 已过时的 变量和类型 方法 描述 protected abstract Object
SignatureSpi. engineGetParameter(String param)
已过时。protected abstract void
SignatureSpi. engineSetParameter(String param, Object value)
已过时。static String
Security. getAlgorithmProperty(String algName, String propName)
已过时。此方法用于返回“SUN”加密服务提供程序的主文件中的专有属性的值,以确定如何解析特定于算法的参数。Object
Signature. getParameter(String param)
已过时。double
Provider. getVersion()
已过时。void
Signature. setParameter(String param, Object value)
已过时。使用setParameter
。Constructors in java.security with annotations of type 已过时的 构造器 描述 AuthProvider(String name, double version, String info)
已过时。Provider(String name, double version, String info)
已过时。 -
Uses of 已过时的 in java.security.acl
Classes in java.security.acl with annotations of type 已过时的 变量和类型 接口 描述 interface
Acl
不推荐使用,要删除:此API元素将在以后的版本中删除。不推荐使用此类,并且在将来的Java SE版本中将其删除。interface
AclEntry
不推荐使用,要删除:此API元素将在以后的版本中删除。不推荐使用此类,并且在将来的Java SE版本中将其删除。class
AclNotFoundException
不推荐使用,要删除:此API元素将在以后的版本中删除。不推荐使用此类,并且在将来的Java SE版本中将其删除。interface
Group
不推荐使用,要删除:此API元素将在以后的版本中删除。不推荐使用此类,并且在将来的Java SE版本中将其删除。class
LastOwnerException
不推荐使用,要删除:此API元素将在以后的版本中删除。不推荐使用此类,并且在将来的Java SE版本中将其删除。class
NotOwnerException
不推荐使用,要删除:此API元素将在以后的版本中删除。不推荐使用此类,并且在将来的Java SE版本中将其删除。interface
Owner
不推荐使用,要删除:此API元素将在以后的版本中删除。不推荐使用此类,并且在将来的Java SE版本中将其删除。interface
Permission
不推荐使用,要删除:此API元素将在以后的版本中删除。不推荐使用此类,并且在将来的Java SE版本中将其删除。 -
Uses of 已过时的 in java.sql
Methods in java.sql with annotations of type 已过时的 变量和类型 方法 描述 BigDecimal
CallableStatement. getBigDecimal(int parameterIndex, int scale)
已过时。使用getBigDecimal(int parameterIndex)
或getBigDecimal(String parameterName)
BigDecimal
ResultSet. getBigDecimal(int columnIndex, int scale)
已过时。使用getBigDecimal(int columnIndex)
或getBigDecimal(String columnLabel)
BigDecimal
ResultSet. getBigDecimal(String columnLabel, int scale)
已过时。使用getBigDecimal(int columnIndex)
或getBigDecimal(String columnLabel)
int
Time. getDate()
已过时。int
Time. getDay()
已过时。int
Date. getHours()
已过时。static PrintStream
DriverManager. getLogStream()
已过时。使用getLogWriter
int
Date. getMinutes()
已过时。int
Time. getMonth()
已过时。int
Date. getSeconds()
已过时。InputStream
ResultSet. getUnicodeStream(int columnIndex)
已过时。用getCharacterStream
代替getUnicodeStream
InputStream
ResultSet. getUnicodeStream(String columnLabel)
已过时。请改用getCharacterStream
int
Time. getYear()
已过时。void
Time. setDate(int i)
已过时。void
Date. setHours(int i)
已过时。static void
DriverManager. setLogStream(PrintStream out)
已过时。使用setLogWriter
void
Date. setMinutes(int i)
已过时。void
Time. setMonth(int i)
已过时。void
Date. setSeconds(int i)
已过时。void
PreparedStatement. setUnicodeStream(int parameterIndex, InputStream x, int length)
已过时。使用setCharacterStream
void
Time. setYear(int i)
已过时。Constructors in java.sql with annotations of type 已过时的 构造器 描述 Date(int year, int month, int day)
已过时。而是使用构造函数Date(long date)
Time(int hour, int minute, int second)
已过时。使用带有毫秒值的构造函数代替此构造函数Timestamp(int year, int month, int date, int hour, int minute, int second, int nano)
已过时。而是使用构造函数Timestamp(long millis)
-
Uses of 已过时的 in java.util
Classes in java.util with annotations of type 已过时的 变量和类型 类 描述 class
Observable
已过时。此类和Observer
接口已被弃用。interface
Observer
已过时。此接口已被弃用。Methods in java.util with annotations of type 已过时的 变量和类型 方法 描述 int
Date. getDate()
已过时。截至JDK 1.1版,由Calendar.get(Calendar.DAY_OF_MONTH)
取代。int
Date. getDay()
已过时。截至JDK 1.1版,由Calendar.get(Calendar.DAY_OF_WEEK)
取代。int
Date. getHours()
已过时。截至JDK 1.1版,由Calendar.get(Calendar.HOUR_OF_DAY)
取代。int
Date. getMinutes()
已过时。截至JDK 1.1版,由Calendar.get(Calendar.MINUTE)
取代。int
Date. getMonth()
已过时。截至JDK 1.1版,由Calendar.get(Calendar.MONTH)
取代。int
Date. getSeconds()
已过时。截至JDK 1.1版,由Calendar.get(Calendar.SECOND)
取代。int
Date. getTimezoneOffset()
已过时。截至JDK 1.1版,由-(Calendar.get(Calendar.ZONE_OFFSET) + Calendar.get(Calendar.DST_OFFSET)) / (60 * 1000)
取代。int
Date. getYear()
已过时。截至JDK 1.1版,由Calendar.get(Calendar.YEAR) - 1900
取代。static long
Date. parse(String s)
已过时。截至JDK 1.1版,由DateFormat.parse(String s)
取代。void
Properties. save(OutputStream out, String comments)
已过时。如果在保存属性列表时发生I / O错误,则此方法不会抛出IOException。void
Date. setDate(int date)
已过时。截至JDK 1.1版,由Calendar.set(Calendar.DAY_OF_MONTH, int date)
取代。void
Date. setHours(int hours)
已过时。截至JDK 1.1版,由Calendar.set(Calendar.HOUR_OF_DAY, int hours)
取代。void
Date. setMinutes(int minutes)
已过时。截至JDK 1.1版,由Calendar.set(Calendar.MINUTE, int minutes)
取代。void
Date. setMonth(int month)
已过时。截至JDK 1.1版,由Calendar.set(Calendar.MONTH, int month)
取代。void
Date. setSeconds(int seconds)
已过时。截至JDK 1.1版,由Calendar.set(Calendar.SECOND, int seconds)
取代。void
Date. setYear(int year)
已过时。截至JDK 1.1版,由Calendar.set(Calendar.YEAR, year + 1900)
取代。String
Date. toGMTString()
已过时。自JDK 1.1版开始,由DateFormat.format(Date date)
取代,使用GMTTimeZone
。String
Date. toLocaleString()
已过时。截至JDK 1.1版,由DateFormat.format(Date date)
取代。static long
Date. UTC(int year, int month, int date, int hrs, int min, int sec)
已过时。从JDK版本1.1开始,由Calendar.set(year + 1900, month, date, hrs, min, sec)
或GregorianCalendar(year + 1900, month, date, hrs, min, sec)
替换,使用UTCTimeZone
,然后是Calendar.getTime().getTime()
。Constructors in java.util with annotations of type 已过时的 构造器 描述 Date(int year, int month, int date)
已过时。截至JDK 1.1版,由Calendar.set(year + 1900, month, date)
或GregorianCalendar(year + 1900, month, date)
取代。Date(int year, int month, int date, int hrs, int min)
已过时。截至JDK 1.1版,由Calendar.set(year + 1900, month, date, hrs, min)
或GregorianCalendar(year + 1900, month, date, hrs, min)
取代。Date(int year, int month, int date, int hrs, int min, int sec)
已过时。截至JDK 1.1版,由Calendar.set(year + 1900, month, date, hrs, min, sec)
或GregorianCalendar(year + 1900, month, date, hrs, min, sec)
取代。Date(String s)
已过时。截至JDK 1.1版,由DateFormat.parse(String s)
取代。 -
Uses of 已过时的 in java.util.concurrent
Methods in java.util.concurrent with annotations of type 已过时的 变量和类型 方法 描述 protected void
ThreadPoolExecutor. finalize()
已过时。 -
Uses of 已过时的 in java.util.concurrent.atomic
Methods in java.util.concurrent.atomic with annotations of type 已过时的 变量和类型 方法 描述 boolean
AtomicBoolean. weakCompareAndSet(boolean expectedValue, boolean newValue)
已过时。此方法具有简单的记忆效应,但方法名称意味着易失性记忆效应(请参阅AtomicBoolean.compareAndExchange(boolean, boolean)
和AtomicBoolean.compareAndSet(boolean, boolean)
等方法)。boolean
AtomicInteger. weakCompareAndSet(int expectedValue, int newValue)
已过时。此方法具有简单的记忆效应,但方法名称意味着易失性记忆效应(请参阅AtomicInteger.compareAndExchange(int, int)
和AtomicInteger.compareAndSet(int, int)
等方法)。boolean
AtomicIntegerArray. weakCompareAndSet(int i, int expectedValue, int newValue)
已过时。此方法具有简单的记忆效应,但方法名称意味着易失性记忆效应(请参阅AtomicIntegerArray.compareAndExchange(int, int, int)
和AtomicIntegerArray.compareAndSet(int, int, int)
等方法)。boolean
AtomicLong. weakCompareAndSet(long expectedValue, long newValue)
已过时。此方法具有简单的记忆效应,但方法名称意味着易失性记忆效应(请参阅AtomicLong.compareAndExchange(long, long)
和AtomicLong.compareAndSet(long, long)
等方法)。boolean
AtomicLongArray. weakCompareAndSet(int i, long expectedValue, long newValue)
已过时。此方法具有简单的记忆效应,但方法名称意味着易失性记忆效应(请参阅AtomicLongArray.compareAndExchange(int, long, long)
和AtomicLongArray.compareAndSet(int, long, long)
等方法)。boolean
AtomicReference. weakCompareAndSet(V expectedValue, V newValue)
已过时。此方法具有简单的记忆效应,但方法名称意味着易失性记忆效应(请参阅AtomicReference.compareAndExchange(V, V)
和AtomicReference.compareAndSet(V, V)
等方法)。boolean
AtomicReferenceArray. weakCompareAndSet(int i, E expectedValue, E newValue)
已过时。此方法具有简单的记忆效应,但方法名称意味着易失性记忆效应(请参阅AtomicReferenceArray.compareAndExchange(int, E, E)
和AtomicReferenceArray.compareAndSet(int, E, E)
等方法)。 -
Uses of 已过时的 in java.util.jar
Classes in java.util.jar with annotations of type 已过时的 变量和类型 类 描述 class
Pack200
不推荐使用,要删除:此API元素将在以后的版本中删除。此类已弃用,计划在将来的版本中删除。static interface
Pack200.Packer
不推荐使用,要删除:此API元素将在以后的版本中删除。此接口已弃用,计划在将来的版本中删除。static interface
Pack200.Unpacker
不推荐使用,要删除:此API元素将在以后的版本中删除。此接口已弃用,计划在将来的版本中删除。Fields in java.util.jar with annotations of type 已过时的 变量和类型 字段 描述 static Attributes.Name
Attributes.Name. EXTENSION_INSTALLATION
已过时。不再支持扩展机制。static Attributes.Name
Attributes.Name. IMPLEMENTATION_URL
已过时。不再支持扩展机制。static Attributes.Name
Attributes.Name. IMPLEMENTATION_VENDOR_ID
已过时。不再支持扩展机制。 -
Uses of 已过时的 in java.util.logging
Classes in java.util.logging with annotations of type 已过时的 变量和类型 接口 描述 interface
LoggingMXBean
已过时。LoggingMXBean
不再是platform MXBean
,而是替换为PlatformLoggingMXBean
。Fields in java.util.logging with annotations of type 已过时的 变量和类型 字段 描述 static Logger
Logger. global
已过时。该字段的初始化容易出现死锁。Methods in java.util.logging with annotations of type 已过时的 变量和类型 方法 描述 static LoggingMXBean
LogManager. getLoggingMXBean()
已过时。java.util.logging.LoggingMXBean
已被弃用,取而代之java.lang.management.PlatformLoggingMXBean
。void
Logger. logrb(Level level, String sourceClass, String sourceMethod, String bundleName, String msg)
void
Logger. logrb(Level level, String sourceClass, String sourceMethod, String bundleName, String msg, Object param1)
void
Logger. logrb(Level level, String sourceClass, String sourceMethod, String bundleName, String msg, Object[] params)
void
Logger. logrb(Level level, String sourceClass, String sourceMethod, String bundleName, String msg, Throwable thrown)
void
LogRecord. setMillis(long millis)
已过时。LogRecord使用Instant
值维护具有纳秒分辨率的时间戳。 -
Uses of 已过时的 in java.util.zip
Methods in java.util.zip with annotations of type 已过时的 变量和类型 方法 描述 protected void
Deflater. finalize()
不推荐使用,要删除:此API元素将在以后的版本中删除。finalize
方法已被弃用,将被删除。protected void
Inflater. finalize()
不推荐使用,要删除:此API元素将在以后的版本中删除。finalize
方法已被弃用,将被删除。protected void
ZipFile. finalize()
不推荐使用,要删除:此API元素将在以后的版本中删除。finalize
方法已被弃用,将被删除。 -
Uses of 已过时的 in javax.accessibility
Classes in javax.accessibility with annotations of type 已过时的 变量和类型 类 描述 class
AccessibleResourceBundle
已过时。从Java平台的1.3版开始,不推荐使用此类 -
Uses of 已过时的 in javax.imageio.spi
Fields in javax.imageio.spi with annotations of type 已过时的 变量和类型 字段 描述 static 类<?>[]
ImageReaderSpi. STANDARD_INPUT_TYPE
已过时。而不是使用此字段,直接创建等效数组{ ImageInputStream.class }
。static 类<?>[]
ImageWriterSpi. STANDARD_OUTPUT_TYPE
已过时。而不是使用此字段,直接创建等效数组{ ImageOutputStream.class }
。Methods in javax.imageio.spi with annotations of type 已过时的 变量和类型 方法 描述 void
ServiceRegistry. finalize()
已过时。finalize
方法已被弃用。 -
Uses of 已过时的 in javax.imageio.stream
Methods in javax.imageio.stream with annotations of type 已过时的 变量和类型 方法 描述 protected void
FileCacheImageInputStream. finalize()
已过时。finalize
方法已被弃用。protected void
FileImageInputStream. finalize()
已过时。finalize
方法已被弃用。protected void
FileImageOutputStream. finalize()
已过时。finalize
方法已被弃用。protected void
ImageInputStreamImpl. finalize()
已过时。finalize
方法已被弃用。protected void
MemoryCacheImageInputStream. finalize()
已过时。finalize
方法已被弃用。 -
Uses of 已过时的 in javax.lang.model.util
Constructors in javax.lang.model.util with annotations of type 已过时的 构造器 描述 AbstractAnnotationValueVisitor6()
已过时。第6版已经过时; 更新为访问者以获取更新的版本级别。AbstractElementVisitor6()
已过时。第6版已经过时; 更新为访问者以获取更新的版本级别。AbstractTypeVisitor6()
已过时。第6版已经过时; 更新为访问者以获取更新的版本级别。ElementKindVisitor6()
已过时。第6版已经过时; 更新为访问者以获取更新的版本级别。ElementKindVisitor6(R defaultValue)
已过时。第6版已经过时; 更新为访问者以获取更新的版本级别。ElementScanner6()
已过时。第6版已经过时; 更新为访问者以获取更新的版本级别。ElementScanner6(R defaultValue)
已过时。第6版已经过时; 更新为访问者以获取更新的版本级别。SimpleAnnotationValueVisitor6()
已过时。第6版已经过时; 更新为访问者以获取更新的版本级别。SimpleAnnotationValueVisitor6(R defaultValue)
已过时。第6版已经过时; 更新为访问者以获取更新的版本级别。SimpleElementVisitor6()
已过时。第6版已经过时; 更新为访问者以获取更新的版本级别。SimpleElementVisitor6(R defaultValue)
已过时。第6版已经过时; 更新为访问者以获取更新的版本级别。SimpleTypeVisitor6()
已过时。第6版已经过时; 更新为访问者以获取更新的版本级别。SimpleTypeVisitor6(R defaultValue)
已过时。第6版已经过时; 更新为访问者以获取更新的版本级别。TypeKindVisitor6()
已过时。第6版已经过时; 更新为访问者以获取更新的版本级别。TypeKindVisitor6(R defaultValue)
已过时。第6版已经过时; 更新为访问者以获取更新的版本级别。 -
Uses of 已过时的 in javax.management
Classes in javax.management with annotations of type 已过时的 变量和类型 类 描述 class
DefaultLoaderRepository
已过时。Methods in javax.management with annotations of type 已过时的 变量和类型 方法 描述 default ObjectInputStream
MBeanServer. deserialize(String className, byte[] data)
已过时。使用MBeanServer.getClassLoaderRepository()
获取类装入器存储库并使用它进行反序列化。default ObjectInputStream
MBeanServer. deserialize(String className, ObjectName loaderName, byte[] data)
已过时。使用getClassLoader
获取用于反序列化的类加载器。default ObjectInputStream
MBeanServer. deserialize(ObjectName name, byte[] data)
已过时。使用getClassLoaderFor
获取用于反序列化的相应类加载器。void
AttributeValueExp. setMBeanServer(MBeanServer s)
已过时。这种方法没有效果。void
StringValueExp. setMBeanServer(MBeanServer s)
已过时。void
ValueExp. setMBeanServer(MBeanServer s)
已过时。不需要此方法,因为ValueExp
可以访问在其中它被通过使用评估的MBean服务器QueryEval.getMBeanServer()
。Constructors in javax.management with annotations of type 已过时的 构造器 描述 AttributeValueExp()
已过时。使用此构造函数创建的实例不能在查询中使用。 -
Uses of 已过时的 in javax.management.loading
Classes in javax.management.loading with annotations of type 已过时的 变量和类型 类 描述 class
DefaultLoaderRepository
已过时。 -
Uses of 已过时的 in javax.management.monitor
Fields in javax.management.monitor with annotations of type 已过时的 变量和类型 字段 描述 protected int
Monitor. alreadyNotified
已过时。相当于Monitor.alreadyNotifieds
[0]。protected String
Monitor. dbgTag
已过时。没有替代品。 -
Uses of 已过时的 in javax.management.openmbean
Fields in javax.management.openmbean with annotations of type 已过时的 变量和类型 字段 描述 static String[]
OpenType. ALLOWED_CLASSNAMES
已过时。 -
Uses of 已过时的 in javax.management.remote.rmi
Classes in javax.management.remote.rmi with annotations of type 已过时的 变量和类型 类 描述 class
RMIIIOPServerImpl
已过时。不再支持此传输。Fields in javax.management.remote.rmi with annotations of type 已过时的 变量和类型 字段 描述 static String
RMIConnectorServer. CREDENTIAL_TYPES
不推荐使用,要删除:此API元素将在以后的版本中删除。 -
Uses of 已过时的 in javax.naming
Fields in javax.naming with annotations of type 已过时的 变量和类型 字段 描述 static String
Context. APPLET
已过时。在构造初始上下文时,将忽略具有此名称的环境属性。 -
Uses of 已过时的 in javax.net.ssl
Methods in javax.net.ssl with annotations of type 已过时的 变量和类型 方法 描述 X509Certificate[]
HandshakeCompletedEvent. getPeerCertificateChain()
已过时。应该使用返回java.security.cert.Certificate
数组的HandshakeCompletedEvent.getPeerCertificates()
方法。X509Certificate[]
SSLSession. getPeerCertificateChain()
已过时。应该使用返回java.security.cert.Certificate
数组的SSLSession.getPeerCertificates()
方法。 -
Uses of 已过时的 in javax.security.cert
Classes in javax.security.cert with annotations of type 已过时的 变量和类型 类 描述 class
Certificate
已过时。请改用java.security.cert
的类。class
CertificateEncodingException
已过时。请改用java.security.cert
的类。class
CertificateException
已过时。请改用java.security.cert
的类。class
CertificateExpiredException
已过时。请改用java.security.cert
的类。class
CertificateNotYetValidException
已过时。请改用java.security.cert
的类。class
CertificateParsingException
已过时。请改用java.security.cert
的类。class
X509Certificate
已过时。请改用java.security.cert
的类。 -
Uses of 已过时的 in javax.sql.rowset
Fields in javax.sql.rowset with annotations of type 已过时的 变量和类型 字段 描述 static boolean
CachedRowSet. COMMIT_ON_ACCEPT_CHANGES
已过时。由于此字段为final(它是接口的一部分),因此无法更改其值。Methods in javax.sql.rowset with annotations of type 已过时的 变量和类型 方法 描述 void
BaseRowSet. setUnicodeStream(int parameterIndex, InputStream x, int length)
已过时。应该使用getCharacterStream代替它 -
Uses of 已过时的 in javax.swing
Classes in javax.swing with annotations of type 已过时的 变量和类型 类 描述 class
JApplet
已过时。不推荐使用Applet API,无需替换。protected class
JComponent.AccessibleJComponent.AccessibleFocusHandler
已过时。不再使用或不需要此类。Fields in javax.swing with annotations of type 已过时的 变量和类型 字段 描述 protected FocusListener
JComponent.AccessibleJComponent. accessibleFocusHandler
已过时。protected boolean
JViewport. backingStore
已过时。截至Java 2平台v1.3protected static Component
ImageIcon. component
已过时。从1.8开始protected static MediaTracker
ImageIcon. tracker
已过时。从1.8开始Methods in javax.swing with annotations of type 已过时的 变量和类型 方法 描述 void
RepaintManager. addDirtyRegion(Applet applet, int x, int y, int w, int h)
已过时。不推荐使用Applet API。static JScrollPane
JTable. createScrollPaneForTable(JTable aTable)
已过时。截至Swing版本1.0.2,由new JScrollPane(aTable)
取代。void
JComponent. disable()
已过时。截至JDK 1.1版,由java.awt.Component.setEnabled(boolean)
取代。static void
FocusManager. disableSwingFocusManager()
已过时。截至1.4,由KeyboardFocusManager.setDefaultFocusTraversalPolicy(FocusTraversalPolicy)
取代void
JComponent. enable()
已过时。截至JDK 1.1版,由java.awt.Component.setEnabled(boolean)
取代。static Component
SwingUtilities. findFocusOwner(Component c)
已过时。截至1.4,由KeyboardFocusManager.getFocusOwner()
取代。Component
JMenuBar. getComponentAtIndex(int i)
已过时。由getComponent(int i)
取代Component
JPopupMenu. getComponentAtIndex(int i)
已过时。static KeyStroke
KeyStroke. getKeyStroke(char keyChar, boolean onKeyRelease)
已过时。使用getKeyStroke(char)String
AbstractButton. getLabel()
已过时。- 由getText
JMenuBar
JInternalFrame. getMenuBar()
已过时。截至Swing版本1.0.3,由getJMenuBar()
取代。JMenuBar
JRootPane. getMenuBar()
已过时。截至Swing 1.0.3版由getJMenuBar()
取代。Component
JComponent. getNextFocusableComponent()
已过时。截至1.4,由FocusTraversalPolicy
取代。Object[]
JList. getSelectedValues()
已过时。截至JDK 1.7,由JList.getSelectedValuesList()
取代String
JPasswordField. getText()
已过时。截至Java 2平台v1.2,由getPassword
取代。String
JPasswordField. getText(int offs, int len)
已过时。截至Java 2平台v1.2,由getPassword
取代。Rectangle
ScrollPaneLayout. getViewportBorderBounds(JScrollPane scrollpane)
已过时。截至JDK版本,Swing1.1由JScrollPane.getViewportBorderBounds()
取代。boolean
JViewport. isBackingStoreEnabled()
已过时。截至Java 2平台v1.3,由getScrollMode()
取代。static boolean
FocusManager. isFocusManagerEnabled()
已过时。截至1.4,由KeyboardFocusManager.getDefaultFocusTraversalPolicy()
取代boolean
JComponent. isManagingFocus()
已过时。截至1.4,由Component.setFocusTraversalKeys(int, Set)
和Container.setFocusCycleRoot(boolean)
取代。boolean
JComponent. requestDefaultFocus()
已过时。截至1.4,由FocusTraversalPolicy.getDefaultComponent(Container).requestFocus()
取代void
JComponent. reshape(int x, int y, int w, int h)
已过时。截至JDK 5,由Component.setBounds(int, int, int, int)
取代。void
JViewport. setBackingStoreEnabled(boolean enabled)
已过时。截至Java 2平台v1.3,由setScrollMode()
取代。void
AbstractButton. setLabel(String label)
已过时。- 替换为setText(text)
void
JInternalFrame. setMenuBar(JMenuBar m)
已过时。截至Swing 1.0.3版由setJMenuBar(JMenuBar m)
取代。void
JRootPane. setMenuBar(JMenuBar menu)
已过时。截至Swing版本1.0.3由setJMenuBar(JMenuBar menu)
取代。void
JComponent. setNextFocusableComponent(Component aComponent)
已过时。截至1.4,由FocusTraversalPolicy
取代boolean
InputVerifier. shouldYieldFocus(JComponent input)
void
JTable. sizeColumnsToFit(boolean lastColumnOnly)
已过时。截至Swing版本1.0.3,由doLayout()
取代。 -
Uses of 已过时的 in javax.swing.plaf
Methods in javax.swing.plaf with annotations of type 已过时的 变量和类型 方法 描述 String
TextUI. getToolTipText(JTextComponent t, Point pt)
abstract Rectangle
TextUI. modelToView(JTextComponent t, int pos)
abstract Rectangle
TextUI. modelToView(JTextComponent t, int pos, Position.Bias bias)
abstract int
TextUI. viewToModel(JTextComponent t, Point pt)
abstract int
TextUI. viewToModel(JTextComponent t, Point pt, Position.Bias[] biasReturn)
-
Uses of 已过时的 in javax.swing.plaf.basic
Fields in javax.swing.plaf.basic with annotations of type 已过时的 变量和类型 字段 描述 protected KeyStroke
BasicDesktopPaneUI. closeKey
已过时。截至1.3。protected KeyStroke
BasicSplitPaneUI. dividerResizeToggleKey
已过时。截至Java 2平台v1.3。protected KeyStroke
BasicSplitPaneUI. downKey
已过时。截至Java 2平台v1.3。protected KeyStroke
BasicTabbedPaneUI. downKey
已过时。截至Java 2平台v1.3。protected KeyStroke
BasicToolBarUI. downKey
已过时。截至Java 2平台v1.3。protected KeyStroke
BasicSplitPaneUI. endKey
已过时。截至Java 2平台v1.3。protected KeyStroke
BasicSplitPaneUI. homeKey
已过时。截至Java 2平台v1.3。protected ActionListener
BasicSplitPaneUI. keyboardDownRightListener
已过时。截至Java 2平台v1.3。protected ActionListener
BasicSplitPaneUI. keyboardEndListener
已过时。截至Java 2平台v1.3。protected ActionListener
BasicSplitPaneUI. keyboardHomeListener
已过时。截至Java 2平台v1.3。protected ActionListener
BasicSplitPaneUI. keyboardResizeToggleListener
已过时。截至Java 2平台v1.3。protected ActionListener
BasicSplitPaneUI. keyboardUpLeftListener
已过时。截至Java 2平台v1.3。protected KeyStroke
BasicSplitPaneUI. leftKey
已过时。截至Java 2平台v1.3。protected KeyStroke
BasicTabbedPaneUI. leftKey
已过时。截至Java 2平台v1.3。protected KeyStroke
BasicToolBarUI. leftKey
已过时。截至Java 2平台v1.3。protected KeyStroke
BasicDesktopPaneUI. maximizeKey
已过时。截至1.3。protected KeyStroke
BasicDesktopPaneUI. minimizeKey
已过时。截至1.3。protected KeyStroke
BasicDesktopPaneUI. navigateKey
已过时。截至1.3。protected KeyStroke
BasicDesktopPaneUI. navigateKey2
已过时。截至1.3。protected KeyStroke
BasicInternalFrameUI. openMenuKey
已过时。截至Java 2平台v1.3。protected KeyStroke
BasicSplitPaneUI. rightKey
已过时。截至Java 2平台v1.3。protected KeyStroke
BasicTabbedPaneUI. rightKey
已过时。截至Java 2平台v1.3。protected KeyStroke
BasicToolBarUI. rightKey
已过时。截至Java 2平台v1.3。protected KeyStroke
BasicSplitPaneUI. upKey
已过时。截至Java 2平台v1.3。protected KeyStroke
BasicTabbedPaneUI. upKey
已过时。截至Java 2平台v1.3。protected KeyStroke
BasicToolBarUI. upKey
已过时。截至Java 2平台v1.3。Methods in javax.swing.plaf.basic with annotations of type 已过时的 变量和类型 方法 描述 protected ActionListener
BasicSplitPaneUI. createKeyboardDownRightListener()
已过时。截至Java 2平台v1.3。protected ActionListener
BasicSplitPaneUI. createKeyboardEndListener()
已过时。截至Java 2平台v1.3。protected ActionListener
BasicSplitPaneUI. createKeyboardHomeListener()
已过时。截至Java 2平台v1.3。protected ActionListener
BasicSplitPaneUI. createKeyboardResizeToggleListener()
已过时。截至Java 2平台v1.3。protected ActionListener
BasicSplitPaneUI. createKeyboardUpLeftListener()
已过时。截至Java 2平台v1.3。protected int
BasicSplitPaneUI. getDividerBorderSize()
已过时。从Java 2平台v1.3开始,改为在分隔符上设置边框。Rectangle
BasicTextUI. modelToView(JTextComponent tc, int pos)
Rectangle
BasicTextUI. modelToView(JTextComponent tc, int pos, Position.Bias bias)
int
BasicTextUI. viewToModel(JTextComponent tc, Point pt)
int
BasicTextUI. viewToModel(JTextComponent tc, Point pt, Position.Bias[] biasReturn)
-
Uses of 已过时的 in javax.swing.plaf.metal
Classes in javax.swing.plaf.metal with annotations of type 已过时的 变量和类型 类 描述 class
MetalComboBoxUI.MetalComboPopup
已过时。截至Java 2平台v1.4。protected class
MetalFileChooserUI.FileRenderer
已过时。从JDK版本9开始。protected class
MetalFileChooserUI.SingleClickListener
已过时。从JDK版本9开始。Methods in javax.swing.plaf.metal with annotations of type 已过时的 变量和类型 方法 描述 protected void
MetalComboBoxUI. editablePropertyChanged(PropertyChangeEvent e)
已过时。截至Java 2平台v1.4。protected void
MetalComboBoxUI. removeListeners()
已过时。截至Java 2平台v1.4。void
MetalScrollPaneUI. uninstallListeners(JScrollPane scrollPane)
-
Uses of 已过时的 in javax.swing.plaf.multi
Methods in javax.swing.plaf.multi with annotations of type 已过时的 变量和类型 方法 描述 Rectangle
MultiTextUI. modelToView(JTextComponent a, int b)
Rectangle
MultiTextUI. modelToView(JTextComponent a, int b, Position.Bias c)
int
MultiTextUI. viewToModel(JTextComponent a, Point b)
已过时。int
MultiTextUI. viewToModel(JTextComponent a, Point b, Position.Bias[] c)
已过时。 -
Uses of 已过时的 in javax.swing.table
Fields in javax.swing.table with annotations of type 已过时的 变量和类型 字段 描述 protected int
TableColumn. resizedPostingDisableCount
已过时。从Java 2平台v1.3开始Methods in javax.swing.table with annotations of type 已过时的 变量和类型 方法 描述 void
TableColumn. disableResizedPosting()
已过时。从Java 2平台v1.3开始void
TableColumn. enableResizedPosting()
已过时。从Java 2平台v1.3开始 -
Uses of 已过时的 in javax.swing.text
Classes in javax.swing.text with annotations of type 已过时的 变量和类型 类 描述 class
DefaultTextUI
已过时。class
TableView.TableCell
已过时。表格单元格现在可以是任何View实现。Methods in javax.swing.text with annotations of type 已过时的 变量和类型 方法 描述 protected TableView.TableCell
TableView. createTableCell(Element elem)
已过时。表单元格现在可以是任意的View实现,应该由ViewFactory而不是表生成。protected int
PasswordView. drawEchoCharacter(Graphics g, int x, int y, char c)
protected void
PlainView. drawLine(int lineIndex, Graphics g, int x, int y)
protected void
WrappedPlainView. drawLine(int p0, int p1, Graphics g, int x, int y)
protected int
PasswordView. drawSelectedText(Graphics g, int x, int y, int p0, int p1)
protected int
PlainView. drawSelectedText(Graphics g, int x, int y, int p0, int p1)
protected int
WrappedPlainView. drawSelectedText(Graphics g, int x, int y, int p0, int p1)
static int
Utilities. drawTabbedText(Segment s, int x, int y, Graphics g, TabExpander e, int startOffset)
protected int
PasswordView. drawUnselectedText(Graphics g, int x, int y, int p0, int p1)
protected int
PlainView. drawUnselectedText(Graphics g, int x, int y, int p0, int p1)
protected int
WrappedPlainView. drawUnselectedText(Graphics g, int x, int y, int p0, int p1)
static int
Utilities. getBreakLocation(Segment s, FontMetrics metrics, int x0, int x, TabExpander e, int startOffset)
protected FontMetrics
LabelView. getFontMetrics()
已过时。在JDK中运行时,FontMetrics不用于字形呈现。static int
Utilities. getPositionAbove(JTextComponent c, int offs, int x)
static int
Utilities. getPositionBelow(JTextComponent c, int offs, int x)
static int
Utilities. getTabbedTextOffset(Segment s, FontMetrics metrics, int x0, int x, TabExpander e, int startOffset)
static int
Utilities. getTabbedTextOffset(Segment s, FontMetrics metrics, int x0, int x, TabExpander e, int startOffset, boolean round)
static int
Utilities. getTabbedTextWidth(Segment s, FontMetrics metrics, int x, TabExpander e, int startOffset)
Rectangle
JTextComponent. modelToView(int pos)
Shape
View. modelToView(int pos, Shape a)
已过时。int
JTextComponent. viewToModel(Point pt)
int
View. viewToModel(float x, float y, Shape a)
已过时。 -
Uses of 已过时的 in javax.swing.text.html
Fields in javax.swing.text.html with annotations of type 已过时的 变量和类型 字段 描述 static String
FormView. RESET
已过时。从1.3开始,值来自UIManager UIManager属性FormView.resetButtonTextstatic String
FormView. SUBMIT
已过时。从1.3开始,值现在来自UIManager属性FormView.submitButtonTextMethods in javax.swing.text.html with annotations of type 已过时的 变量和类型 方法 描述 protected void
HTMLEditorKit.InsertHTMLTextAction. insertAtBoundry(JEditorPane editor, HTMLDocument doc, int offset, Element insertElement, String html, HTML.Tag parentTag, HTML.Tag addTag)
已过时。从Java 2平台v1.3开始,使用insertAtBoundary -
Uses of 已过时的 in javax.swing.tree
Methods in javax.swing.tree with annotations of type 已过时的 变量和类型 方法 描述 protected void
DefaultTreeSelectionModel. notifyPathChange(Vector<?> changedPaths, TreePath oldLeadSelection)
已过时。截至JDK 1.7版 -
Uses of 已过时的 in javax.tools
Methods in javax.tools with annotations of type 已过时的 变量和类型 方法 描述 static ClassLoader
ToolProvider. getSystemToolClassLoader()
已过时。此方法将在Java SE的未来版本中删除。 -
Uses of 已过时的 in javax.xml.stream
Methods in javax.xml.stream with annotations of type 已过时的 变量和类型 方法 描述 static XMLEventFactory
XMLEventFactory. newInstance(String factoryId, ClassLoader classLoader)
已过时。不推荐使用此方法以保持API一致性。static XMLInputFactory
XMLInputFactory. newInstance(String factoryId, ClassLoader classLoader)
已过时。不推荐使用此方法以保持API一致性。static XMLInputFactory
XMLOutputFactory. newInstance(String factoryId, ClassLoader classLoader)
已过时。不推荐使用此方法,因为它返回XMLInputFactory的实例,该实例是错误的类。 -
Uses of 已过时的 in jdk.nashorn.api.scripting
Classes in jdk.nashorn.api.scripting with annotations of type 已过时的 变量和类型 类 描述 class
AbstractJSObject
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
ClassFilter
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
JSObject
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。class
NashornException
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。class
NashornScriptEngine
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。class
NashornScriptEngineFactory
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。class
ScriptObjectMirror
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。class
ScriptUtils
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。class
URLReader
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。Methods in jdk.nashorn.api.scripting with annotations of type 已过时的 变量和类型 方法 描述 static Object
AbstractJSObject. getDefaultValue(JSObject jsobj, 类<?> hint)
已过时。double
AbstractJSObject. toNumber()
已过时。default double
JSObject. toNumber()
已过时。 -
Uses of 已过时的 in jdk.nashorn.api.tree
Classes in jdk.nashorn.api.tree with annotations of type 已过时的 变量和类型 接口 描述 interface
ArrayAccessTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
ArrayLiteralTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
AssignmentTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
BinaryTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
BlockTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
BreakTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
CaseTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
CatchTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
ClassDeclarationTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
ClassExpressionTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
CompilationUnitTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
CompoundAssignmentTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
ConditionalExpressionTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
ConditionalLoopTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
ContinueTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
DebuggerTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
Diagnostic
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。static class
Diagnostic.Kind
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
DiagnosticListener
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
DoWhileLoopTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
EmptyStatementTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
ErroneousTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
ExportEntryTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
ExpressionStatementTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
ExpressionTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
ForInLoopTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
ForLoopTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
ForOfLoopTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
FunctionCallTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
FunctionDeclarationTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
FunctionExpressionTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
GotoTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
IdentifierTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
IfTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
ImportEntryTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
InstanceOfTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
LabeledStatementTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
LineMap
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
LiteralTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
LoopTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
MemberSelectTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
ModuleTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
NewTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
ObjectLiteralTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
ParenthesizedTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
Parser
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
PropertyTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
RegExpLiteralTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
ReturnTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。class
SimpleTreeVisitorES5_1<R,P>
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。class
SimpleTreeVisitorES6<R,P>
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
SpreadTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
StatementTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
SwitchTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
TemplateLiteralTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
ThrowTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
树
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。static class
Tree.Kind
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
TreeVisitor<R,P>
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
TryTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
UnaryTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。class
UnknownTreeException
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
VariableTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
WhileLoopTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
WithTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
YieldTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。 -
Uses of 已过时的 in netscape.javascript
Methods in netscape.javascript with annotations of type 已过时的 变量和类型 方法 描述 static JSObject
JSObject. getWindow(Applet applet)
已过时。不推荐使用Applet API。 -
Uses of 已过时的 in org.ietf.jgss
Methods in org.ietf.jgss with annotations of type 已过时的 变量和类型 方法 描述 void
GSSContext. acceptSecContext(InputStream inStream, OutputStream outStream)
已过时。基于流的方法已从RFC 8353中删除。void
GSSContext. getMIC(InputStream inStream, OutputStream outStream, MessageProp msgProp)
已过时。基于流的方法已从RFC 8353中删除。int
GSSContext. initSecContext(InputStream inStream, OutputStream outStream)
已过时。基于流的方法已从RFC 8353中删除。void
GSSContext. unwrap(InputStream inStream, OutputStream outStream, MessageProp msgProp)
已过时。基于流的方法已从RFC 8353中删除。void
GSSContext. verifyMIC(InputStream tokStream, InputStream msgStream, MessageProp msgProp)
已过时。基于流的方法已从RFC 8353中删除。void
GSSContext. wrap(InputStream inStream, OutputStream outStream, MessageProp msgProp)
已过时。基于流的方法已从RFC 8353中删除。 -
Uses of 已过时的 in org.xml.sax
Classes in org.xml.sax with annotations of type 已过时的 变量和类型 接口 描述 interface
AttributeList
已过时。该接口已被SAX2Attributes
接口取代,该接口包含Namespace支持。interface
DocumentHandler
已过时。该接口已被SAX2ContentHandler
接口取代,该接口包括Namespace支持。class
HandlerBase
已过时。此类适用于已弃用的DocumentHandler
接口。interface
Parser
已过时。该接口已被SAX2XMLReader
接口取代,该接口包括Namespace支持。 -
Uses of 已过时的 in org.xml.sax.helpers
Classes in org.xml.sax.helpers with annotations of type 已过时的 变量和类型 类 描述 class
AttributeListImpl
已过时。该类实现了一个不推荐使用的接口,AttributeList
; 该接口已被Attributes
取代,该程序在AttributesImpl
帮助程序类中实现。class
ParserFactory
已过时。此类适用于不推荐使用的Parser
接口。class
XMLReaderFactory
已过时。建议改用SAXParserFactory
。
-