Uses of Class
java.lang.Deprecated
-
Packages that use Deprecated Package Description com.sun.jarsigner This package comprises the interfaces and classes used to define the signing mechanism used by thejarsigner
tool.com.sun.java.accessibility.util Provides a collection of interfaces and classes that compose the Java Accessibility Utilities.com.sun.javadoc Note: The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.com.sun.jdi This is the core package of the Java Debug Interface (JDI), it defines mirrors for values, types, and the target VirtualMachine itself - as well bootstrapping facilities.com.sun.security.auth Provides implementations ofPrincipal
.com.sun.security.auth.module Provides implementations ofLoginModule
.com.sun.tools.doclets Note: The declarations in this package have been superseded by those in the new packagejdk.javadoc.doclet
.com.sun.tools.doclets.standard Note: The declarations in this package have been superseded by those in the new packagejdk.javadoc.doclet
.com.sun.tools.javadoc This package and its contents are deprecated and may be removed in a future release.java.applet Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context.java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.java.awt.color Provides classes for color spaces.java.awt.datatransfer Provides interfaces and classes for transferring data between and within applications.java.awt.event Provides interfaces and classes for dealing with different types of events fired by AWT components.java.awt.image Provides classes for creating and modifying images.java.awt.image.renderable Provides classes and interfaces for producing rendering-independent images.java.beans Contains classes related to developing beans -- components based on the JavaBeans™ architecture.java.io Provides for system input and output through data streams, serialization and the file system.java.lang Provides classes that are fundamental to the design of the Java programming language.java.lang.reflect Provides classes and interfaces for obtaining reflective information about classes and objects.java.math Provides classes for performing arbitrary-precision integer arithmetic (BigInteger
) and arbitrary-precision decimal arithmetic (BigDecimal
).java.net Provides the classes for implementing networking applications.java.rmi Provides the RMI package.java.rmi.dgc Provides classes and interface for RMI distributed garbage-collection (DGC).java.rmi.registry Provides a class and two interfaces for the RMI registry.java.rmi.server Provides classes and interfaces for supporting the server side of RMI.java.security Provides the classes and interfaces for the security framework.java.security.acl The classes and interfaces in this package have been deprecated.java.sql Provides the API for accessing and processing data stored in a data source (usually a relational database) using the Java™ programming language.java.util Contains the collections framework, some internationalization support classes, a service loader, properties, random number generation, string parsing and scanning classes, base64 encoding and decoding, a bit array, and several miscellaneous utility classes.java.util.concurrent Utility classes commonly useful in concurrent programming.java.util.concurrent.atomic A small toolkit of classes that support lock-free thread-safe programming on single variables.java.util.jar Provides classes for reading and writing the JAR (Java ARchive) file format, which is based on the standard ZIP file format with an optional manifest file.java.util.logging Provides the classes and interfaces of the Java™ 2 platform's core logging facilities.java.util.zip Provides classes for reading and writing the standard ZIP and GZIP file formats.javafx.application Provides the application life-cycle classes.javafx.css Provides API for making properties styleable via CSS and for supporting pseudo-class state.javafx.event Provides basic framework for FX events, their delivery and handling.javafx.fxml Contains classes for loading an object hierarchy from markup.javafx.scene.control The JavaFX User Interface Controls (UI Controls or just Controls) are specialized Nodes in the JavaFX Scenegraph especially suited for reuse in many different application contexts.javafx.scene.input Provides the set of classes for mouse and keyboard input event handling.javafx.scene.layout Provides classes to support user interface layout.javafx.scene.media Provides the set of classes for integrating audio and video into Java FX Applications.javafx.util Contains various utilities and helper classes.javax.accessibility Defines a contract between user-interface components and an assistive technology that provides access to those components.javax.imageio.spi A package of the Java Image I/O API containing the plug-in interfaces for readers, writers, transcoders, and streams, and a runtime registry.javax.imageio.stream A package of the Java Image I/O API dealing with low-level I/O from files and streams.javax.jws.soap javax.lang.model.util Utilities to assist in the processing of program elements and types.javax.management Provides the core classes for the Java Management Extensions.javax.management.loading Provides the classes which implement advanced dynamic loading.javax.management.monitor Provides the definition of the monitor classes.javax.management.openmbean Provides the open data types and Open MBean descriptor classes.javax.management.remote.rmi The RMI connector is a connector for the JMX Remote API that uses RMI to transmit client requests to a remote MBean server.javax.naming Provides the classes and interfaces for accessing naming services.javax.net.ssl Provides classes for the secure socket package.javax.security.auth This package provides a framework for authentication and authorization.javax.security.cert Provides classes for public key certificates.javax.sql.rowset Standard interfaces and base classes for JDBCRowSet
implementations.javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.javax.swing.plaf Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities.javax.swing.plaf.basic Provides user interface objects built according to the Basic look and feel.javax.swing.plaf.metal Provides user interface objects built according to the Java look and feel (once codenamed Metal), which is the default look and feel.javax.swing.plaf.multi Provides user interface objects that combine two or more look and feels.javax.swing.table Provides classes and interfaces for dealing withjavax.swing.JTable
.javax.swing.text Provides classes and interfaces that deal with editable and noneditable text components.javax.swing.text.html Provides the classHTMLEditorKit
and supporting classes for creating HTML text editors.javax.swing.tree Provides classes and interfaces for dealing withjavax.swing.JTree
.javax.tools Provides interfaces for tools which can be invoked from a program, for example, compilers.javax.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.javax.xml.stream Defines interfaces and classes for the Streaming API for XML (StAX).jdk.nashorn.api.scripting This package provides thejavax.script
integration, which is the preferred way to use Nashorn.netscape.javascript Provides Java code the ability to access the JavaScript engine and the HTML DOM in the web browser.org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the Java™ programming language, including the classORB
, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB).org.omg.CORBA.portable Provides a portability layer, that is, a set of ORB APIs that makes it possible for code generated by one vendor to run on another vendor's ORB.org.xml.sax Provides the core SAX APIs.org.xml.sax.helpers Provides helper classes, including support for bootstrapping SAX-based applications. -
-
Uses of Deprecated in com.sun.jarsigner
Classes in com.sun.jarsigner with annotations of type Deprecated Modifier and Type Class Description class
ContentSigner
Deprecated.This class has been deprecated.interface
ContentSignerParameters
Deprecated.This class has been deprecated. -
Uses of Deprecated in com.sun.java.accessibility.util
Fields in com.sun.java.accessibility.util with annotations of type Deprecated Modifier and Type Field Description protected static ActionListener
AWTEventMonitor. actionListener
Deprecated, for removal: This API element is subject to removal in a future version.This field is unused.protected static AdjustmentListener
AWTEventMonitor. adjustmentListener
Deprecated, for removal: This API element is subject to removal in a future version.This field is unused.protected static ComponentListener
AWTEventMonitor. componentListener
Deprecated, for removal: This API element is subject to removal in a future version.This field is unused.protected static Component
AWTEventMonitor. componentWithFocus
Deprecated, for removal: This API element is subject to removal in a future version.This field is unused; to get the component with focus use the getComponentWithFocus method.protected static ContainerListener
AWTEventMonitor. containerListener
Deprecated, for removal: This API element is subject to removal in a future version.This field is unused.protected static FocusListener
AWTEventMonitor. focusListener
Deprecated, for removal: This API element is subject to removal in a future version.This field is unused.protected static ItemListener
AWTEventMonitor. itemListener
Deprecated, for removal: This API element is subject to removal in a future version.This field is unused.protected static KeyListener
AWTEventMonitor. keyListener
Deprecated, for removal: This API element is subject to removal in a future version.This field is unused.protected static MouseListener
AWTEventMonitor. mouseListener
Deprecated, for removal: This API element is subject to removal in a future version.This field is unused.protected static MouseMotionListener
AWTEventMonitor. mouseMotionListener
Deprecated, for removal: This API element is subject to removal in a future version.This field is unused.protected static TextListener
AWTEventMonitor. textListener
Deprecated, for removal: This API element is subject to removal in a future version.This field is unused.protected static WindowListener
AWTEventMonitor. windowListener
Deprecated, for removal: This API element is subject to removal in a future version.This field is unused. -
Uses of Deprecated in com.sun.javadoc
Classes in com.sun.javadoc with annotations of type Deprecated Modifier and Type Interface Description interface
AnnotatedType
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.interface
AnnotationDesc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.static interface
AnnotationDesc.ElementValuePair
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.interface
AnnotationTypeDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.interface
AnnotationTypeElementDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.interface
AnnotationValue
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.interface
ClassDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.interface
ConstructorDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.interface
Doc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.interface
DocErrorReporter
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.class
Doclet
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.interface
ExecutableMemberDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.interface
FieldDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.class
LanguageVersion
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.interface
MemberDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.interface
MethodDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.interface
PackageDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.interface
Parameter
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.interface
ParameterizedType
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.interface
ParamTag
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.interface
ProgramElementDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.interface
RootDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.interface
SeeTag
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.interface
SerialFieldTag
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.interface
SourcePosition
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.interface
Tag
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.interface
ThrowsTag
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.interface
Type
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.interface
TypeVariable
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.interface
WildcardType
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.Methods in com.sun.javadoc with annotations of type Deprecated Modifier and Type Method Description ClassDoc[]
ClassDoc. importedClasses()
Deprecated.Import declarations are implementation details that should not be exposed here. In addition, not all imported classes are imported through single-type-import declarations.PackageDoc[]
ClassDoc. importedPackages()
Deprecated.Import declarations are implementation details that should not be exposed here. In addition, this method's return type does not allow for all type-import-on-demand declarations to be returned. -
Uses of Deprecated in com.sun.jdi
Classes in com.sun.jdi with annotations of type Deprecated Modifier and Type Class Description class
InvalidCodeIndexException
Deprecated.This exception is no longer thrownclass
InvalidLineNumberException
Deprecated.This exception is no longer thrown -
Uses of Deprecated in com.sun.security.auth
Classes in com.sun.security.auth with annotations of type Deprecated Modifier and Type Class Description class
PolicyFile
Deprecated, for removal: This API element is subject to removal in a future version.As of JDK 1.4, replaced bysun.security.provider.PolicyFile
. This class is entirely deprecated. This class is subject to removal in a future version of Java SE.class
SolarisNumericGroupPrincipal
Deprecated, for removal: This API element is subject to removal in a future version.As of JDK 1.4, replaced byUnixNumericGroupPrincipal
. This class is entirely deprecated. This class is subject to removal in a future version of Java SE.class
SolarisNumericUserPrincipal
Deprecated, for removal: This API element is subject to removal in a future version.As of JDK 1.4, replaced byUnixNumericUserPrincipal
. This class is entirely deprecated. This class is subject to removal in a future version of Java SE.class
SolarisPrincipal
Deprecated, for removal: This API element is subject to removal in a future version.As of JDK 1.4, replaced byUnixPrincipal
. This class is entirely deprecated. This class is subject to removal in a future version of Java SE.class
X500Principal
Deprecated, for removal: This API element is subject to removal in a future version.A new X500Principal class is available in the Java platform. This X500Principal classs is entirely deprecated and is here to allow for a smooth transition to the new class. This class is subject to removal in a future version of Java SE. -
Uses of Deprecated in com.sun.security.auth.module
Classes in com.sun.security.auth.module with annotations of type Deprecated Modifier and Type Class Description class
SolarisLoginModule
Deprecated, for removal: This API element is subject to removal in a future version.As of JDK1.4, replaced bycom.sun.security.auth.module.UnixLoginModule
. This LoginModule is entirely deprecated and is here to allow for a smooth transition to the new UnixLoginModule. This class is subject to removal in a future version of Java SE.class
SolarisSystem
Deprecated, for removal: This API element is subject to removal in a future version.replaced byUnixSystem
. This class is subject to removal in a future version of Java SE. -
Uses of Deprecated in com.sun.tools.doclets
Classes in com.sun.tools.doclets with annotations of type Deprecated Modifier and Type Interface Description interface
Taglet
Deprecated.This interface has been superseded by its replacement,Taglet
. -
Uses of Deprecated in com.sun.tools.doclets.standard
Classes in com.sun.tools.doclets.standard with annotations of type Deprecated Modifier and Type Class Description class
Standard
Deprecated, for removal: This API element is subject to removal in a future version.The doclet has been superseded by its replacement,StandardDoclet
. -
Uses of Deprecated in com.sun.tools.javadoc
Classes in com.sun.tools.javadoc with annotations of type Deprecated Modifier and Type Class Description class
Main
Deprecated.This class is now deprecated and may be removed in a future release. Seejavax.tools.ToolProvider::getSystemDocumentationTool
andjavax.tools.DocumentationTool
for replacement functionality. -
Uses of Deprecated in java.applet
Classes in java.applet with annotations of type Deprecated Modifier and Type Class Description class
Applet
Deprecated.The Applet API is deprecated. See the java.applet package documentation for further information.interface
AppletContext
Deprecated.The Applet API is deprecated. See the java.applet package documentation for further information.interface
AppletStub
Deprecated.The Applet API is deprecated. See the java.applet package documentation for further information.interface
AudioClip
Deprecated.The Applet API is deprecated. See the java.applet package documentation for further information. -
Uses of Deprecated in java.awt
Classes in java.awt with annotations of type Deprecated Modifier and Type Class Description class
Event
Deprecated.It is recommended thatAWTEvent
and its subclasses be used insteadFields in java.awt with annotations of type Deprecated Modifier and Type Field Description static int
Frame. CROSSHAIR_CURSOR
Deprecated.replaced byCursor.CROSSHAIR_CURSOR
.static int
Frame. DEFAULT_CURSOR
Deprecated.replaced byCursor.DEFAULT_CURSOR
.static int
Frame. E_RESIZE_CURSOR
Deprecated.replaced byCursor.E_RESIZE_CURSOR
.static int
Frame. HAND_CURSOR
Deprecated.replaced byCursor.HAND_CURSOR
.static int
Frame. MOVE_CURSOR
Deprecated.replaced byCursor.MOVE_CURSOR
.static int
Frame. N_RESIZE_CURSOR
Deprecated.replaced byCursor.N_RESIZE_CURSOR
.static int
Frame. NE_RESIZE_CURSOR
Deprecated.replaced byCursor.NE_RESIZE_CURSOR
.static int
Frame. NW_RESIZE_CURSOR
Deprecated.replaced byCursor.NW_RESIZE_CURSOR
.protected static Cursor[]
Cursor. predefined
Deprecated.As of JDK version 1.7, theCursor.getPredefinedCursor(int)
method should be used instead.static int
Frame. S_RESIZE_CURSOR
Deprecated.replaced byCursor.S_RESIZE_CURSOR
.static int
Frame. SE_RESIZE_CURSOR
Deprecated.replaced byCursor.SE_RESIZE_CURSOR
.static int
Frame. SW_RESIZE_CURSOR
Deprecated.replaced byCursor.SW_RESIZE_CURSOR
.static int
Frame. TEXT_CURSOR
Deprecated.replaced byCursor.TEXT_CURSOR
.static int
Frame. W_RESIZE_CURSOR
Deprecated.replaced byCursor.W_RESIZE_CURSOR
.static int
Frame. WAIT_CURSOR
Deprecated.replaced byCursor.WAIT_CURSOR
.Methods in java.awt with annotations of type Deprecated Modifier and Type Method Description boolean
Component. action(Event evt, Object what)
Deprecated.As of JDK version 1.1, should register this component as ActionListener on component which fires action events.void
List. addItem(String item)
Deprecated.replaced byadd(String)
.void
List. addItem(String item, int index)
Deprecated.replaced byadd(String, int)
.void
BorderLayout. addLayoutComponent(String name, Component comp)
Deprecated.replaced byaddLayoutComponent(Component, Object)
.void
CardLayout. addLayoutComponent(String name, Component comp)
Deprecated.replaced byaddLayoutComponent(Component, Object)
.boolean
List. allowsMultipleSelections()
Deprecated.As of JDK version 1.1, replaced byisMultipleMode()
.void
TextArea. appendText(String str)
Deprecated.As of JDK version 1.1, replaced byappend(String)
.void
Window. applyResourceBundle(String rbName)
Deprecated.As of J2SE 1.4, replaced byComponent.applyComponentOrientation
.void
Window. applyResourceBundle(ResourceBundle rb)
Deprecated.As of J2SE 1.4, replaced byComponent.applyComponentOrientation
.Rectangle
Component. bounds()
Deprecated.As of JDK version 1.1, replaced bygetBounds()
.void
List. clear()
Deprecated.As of JDK version 1.1, replaced byremoveAll()
.int
Container. countComponents()
Deprecated.As of JDK version 1.1, replaced by getComponentCount().int
Choice. countItems()
Deprecated.As of JDK version 1.1, replaced bygetItemCount()
.int
List. countItems()
Deprecated.As of JDK version 1.1, replaced bygetItemCount()
.int
Menu. countItems()
Deprecated.As of JDK version 1.1, replaced bygetItemCount()
.int
MenuBar. countMenus()
Deprecated.As of JDK version 1.1, replaced bygetMenuCount()
.void
List. delItem(int position)
Deprecated.replaced byremove(String)
andremove(int)
.void
List. delItems(int start, int end)
Deprecated.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.void
Component. deliverEvent(Event e)
Deprecated.As of JDK version 1.1, replaced bydispatchEvent(AWTEvent e)
.void
Container. deliverEvent(Event e)
Deprecated.As of JDK version 1.1, replaced bydispatchEvent(AWTEvent e)
void
Component. disable()
Deprecated.As of JDK version 1.1, replaced bysetEnabled(boolean)
.void
MenuItem. disable()
Deprecated.As of JDK version 1.1, replaced bysetEnabled(boolean)
.void
Component. enable()
Deprecated.As of JDK version 1.1, replaced bysetEnabled(boolean)
.void
Component. enable(boolean b)
Deprecated.As of JDK version 1.1, replaced bysetEnabled(boolean)
.void
MenuItem. enable()
Deprecated.As of JDK version 1.1, replaced bysetEnabled(boolean)
.void
MenuItem. enable(boolean b)
Deprecated.As of JDK version 1.1, replaced bysetEnabled(boolean)
.void
Graphics. finalize()
Deprecated.Thefinalize
method has been deprecated. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and to remove the overridingfinalize
method. When overriding thefinalize
method, its implementation must explicitly ensure thatsuper.finalize()
is invoked as described inObject.finalize()
. See the specification forObject.finalize()
for further information about migration options.void
PrintJob. finalize()
Deprecated.Thefinalize
method has been deprecated. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and to remove the overridingfinalize
method. When overriding thefinalize
method, its implementation must explicitly ensure thatsuper.finalize()
is invoked as described inObject.finalize()
. See the specification forObject.finalize()
for further information about migration options.Rectangle
Polygon. getBoundingBox()
Deprecated.As of JDK version 1.1, replaced bygetBounds()
.Rectangle
Graphics. getClipRect()
Deprecated.As of JDK version 1.1, replaced bygetClipBounds()
.Checkbox
CheckboxGroup. getCurrent()
Deprecated.As of JDK version 1.1, replaced bygetSelectedCheckbox()
.int
Frame. getCursorType()
Deprecated.As of JDK version 1.1, replaced byComponent.getCursor()
.abstract String[]
Toolkit. getFontList()
Deprecated.abstract FontMetrics
Toolkit. getFontMetrics(Font font)
Deprecated.As of JDK version 1.2, replaced by theFont
methodgetLineMetrics
.int
Scrollbar. getLineIncrement()
Deprecated.As of JDK version 1.1, replaced bygetUnitIncrement()
.int
FontMetrics. getMaxDecent()
Deprecated.As of JDK version 1.1.1, replaced bygetMaxDescent()
.static ComponentOrientation
ComponentOrientation. getOrientation(ResourceBundle bdl)
Deprecated.As of J2SE 1.4, useComponentOrientation.getOrientation(java.util.Locale)
.int
Scrollbar. getPageIncrement()
Deprecated.As of JDK version 1.1, replaced bygetBlockIncrement()
.int
Scrollbar. getVisible()
Deprecated.As of JDK version 1.1, replaced bygetVisibleAmount()
.boolean
Component. gotFocus(Event evt, Object what)
Deprecated.As of JDK version 1.1, replaced by processFocusEvent(FocusEvent).boolean
Component. handleEvent(Event evt)
Deprecated.As of JDK version 1.1 replaced by processEvent(AWTEvent).void
Component. hide()
Deprecated.As of JDK version 1.1, replaced bysetVisible(boolean)
.void
Dialog. hide()
Deprecated.As of JDK version 1.5, replaced bysetVisible(boolean)
.void
Window. hide()
Deprecated.As of JDK version 1.5, replaced byWindow.setVisible(boolean)
.void
TextArea. insertText(String str, int pos)
Deprecated.As of JDK version 1.1, replaced byinsert(String, int)
.Insets
Container. insets()
Deprecated.As of JDK version 1.1, replaced bygetInsets()
.boolean
Component. inside(int x, int y)
Deprecated.As of JDK version 1.1, replaced by contains(int, int).boolean
Polygon. inside(int x, int y)
Deprecated.As of JDK version 1.1, replaced bycontains(int, int)
.boolean
Rectangle. inside(int X, int Y)
Deprecated.As of JDK version 1.1, replaced bycontains(int, int)
.boolean
Component. isFocusTraversable()
Deprecated.As of 1.4, replaced byisFocusable()
.boolean
List. isSelected(int index)
Deprecated.As of JDK version 1.1, replaced byisIndexSelected(int)
.boolean
Component. keyDown(Event evt, int key)
Deprecated.As of JDK version 1.1, replaced by processKeyEvent(KeyEvent).boolean
Component. keyUp(Event evt, int key)
Deprecated.As of JDK version 1.1, replaced by processKeyEvent(KeyEvent).void
Component. layout()
Deprecated.As of JDK version 1.1, replaced bydoLayout()
.void
Container. layout()
Deprecated.As of JDK version 1.1, replaced bydoLayout()
.void
ScrollPane. layout()
Deprecated.As of JDK version 1.1, replaced bydoLayout()
.Component
Component. locate(int x, int y)
Deprecated.As of JDK version 1.1, replaced by getComponentAt(int, int).Component
Container. locate(int x, int y)
Deprecated.As of JDK version 1.1, replaced bygetComponentAt(int, int)
.Point
Component. location()
Deprecated.As of JDK version 1.1, replaced bygetLocation()
.boolean
Component. lostFocus(Event evt, Object what)
Deprecated.As of JDK version 1.1, replaced by processFocusEvent(FocusEvent).Dimension
Component. minimumSize()
Deprecated.As of JDK version 1.1, replaced bygetMinimumSize()
.Dimension
Container. minimumSize()
Deprecated.As of JDK version 1.1, replaced bygetMinimumSize()
.Dimension
List. minimumSize()
Deprecated.As of JDK version 1.1, replaced bygetMinimumSize()
.Dimension
List. minimumSize(int rows)
Deprecated.As of JDK version 1.1, replaced bygetMinimumSize(int)
.Dimension
TextArea. minimumSize()
Deprecated.As of JDK version 1.1, replaced bygetMinimumSize()
.Dimension
TextArea. minimumSize(int rows, int columns)
Deprecated.As of JDK version 1.1, replaced bygetMinimumSize(int, int)
.Dimension
TextField. minimumSize()
Deprecated.As of JDK version 1.1, replaced bygetMinimumSize()
.Dimension
TextField. minimumSize(int columns)
Deprecated.As of JDK version 1.1, replaced bygetMinimumSize(int)
.boolean
Component. mouseDown(Event evt, int x, int y)
Deprecated.As of JDK version 1.1, replaced by processMouseEvent(MouseEvent).boolean
Component. mouseDrag(Event evt, int x, int y)
Deprecated.As of JDK version 1.1, replaced by processMouseMotionEvent(MouseEvent).boolean
Component. mouseEnter(Event evt, int x, int y)
Deprecated.As of JDK version 1.1, replaced by processMouseEvent(MouseEvent).boolean
Component. mouseExit(Event evt, int x, int y)
Deprecated.As of JDK version 1.1, replaced by processMouseEvent(MouseEvent).boolean
Component. mouseMove(Event evt, int x, int y)
Deprecated.As of JDK version 1.1, replaced by processMouseMotionEvent(MouseEvent).boolean
Component. mouseUp(Event evt, int x, int y)
Deprecated.As of JDK version 1.1, replaced by processMouseEvent(MouseEvent).void
Component. move(int x, int y)
Deprecated.As of JDK version 1.1, replaced bysetLocation(int, int)
.void
Rectangle. move(int x, int y)
Deprecated.As of JDK version 1.1, replaced bysetLocation(int, int)
.void
Component. nextFocus()
Deprecated.As of JDK version 1.1, replaced by transferFocus().boolean
Component. postEvent(Event e)
Deprecated.As of JDK version 1.1, replaced by dispatchEvent(AWTEvent).boolean
MenuComponent. postEvent(Event evt)
Deprecated.As of JDK version 1.1, replaced bydispatchEvent
.boolean
MenuContainer. postEvent(Event evt)
Deprecated.As of JDK version 1.1 replaced by dispatchEvent(AWTEvent).boolean
Window. postEvent(Event e)
Deprecated.As of JDK version 1.1 replaced bydispatchEvent(AWTEvent)
.Dimension
Component. preferredSize()
Deprecated.As of JDK version 1.1, replaced bygetPreferredSize()
.Dimension
Container. preferredSize()
Deprecated.As of JDK version 1.1, replaced bygetPreferredSize()
.Dimension
List. preferredSize()
Deprecated.As of JDK version 1.1, replaced bygetPreferredSize()
.Dimension
List. preferredSize(int rows)
Deprecated.As of JDK version 1.1, replaced bygetPreferredSize(int)
.Dimension
TextArea. preferredSize()
Deprecated.As of JDK version 1.1, replaced bygetPreferredSize()
.Dimension
TextArea. preferredSize(int rows, int columns)
Deprecated.As of JDK version 1.1, replaced bygetPreferredSize(int, int)
.Dimension
TextField. preferredSize()
Deprecated.As of JDK version 1.1, replaced bygetPreferredSize()
.Dimension
TextField. preferredSize(int columns)
Deprecated.As of JDK version 1.1, replaced bygetPreferredSize(int)
.protected static void
AWTKeyStroke. registerSubclass(Class<?> subclass)
Deprecated.void
TextArea. replaceText(String str, int start, int end)
Deprecated.As of JDK version 1.1, replaced byreplaceRange(String, int, int)
.void
Component. reshape(int x, int y, int width, int height)
Deprecated.As of JDK version 1.1, replaced bysetBounds(int, int, int, int)
.void
Rectangle. reshape(int x, int y, int width, int height)
Deprecated.As of JDK version 1.1, replaced bysetBounds(int, int, int, int)
.void
Window. reshape(int x, int y, int width, int height)
Deprecated.As of JDK version 1.1, replaced bysetBounds(int, int, int, int)
.void
Component. resize(int width, int height)
Deprecated.As of JDK version 1.1, replaced bysetSize(int, int)
.void
Component. resize(Dimension d)
Deprecated.As of JDK version 1.1, replaced bysetSize(Dimension)
.void
Rectangle. resize(int width, int height)
Deprecated.As of JDK version 1.1, replaced bysetSize(int, int)
.void
CheckboxGroup. setCurrent(Checkbox box)
Deprecated.As of JDK version 1.1, replaced bysetSelectedCheckbox(Checkbox)
.void
Frame. setCursor(int cursorType)
Deprecated.As of JDK version 1.1, replaced byComponent.setCursor(Cursor)
.void
TextField. setEchoCharacter(char c)
Deprecated.As of JDK version 1.1, replaced bysetEchoChar(char)
.void
Scrollbar. setLineIncrement(int v)
Deprecated.As of JDK version 1.1, replaced bysetUnitIncrement(int)
.void
List. setMultipleSelections(boolean b)
Deprecated.As of JDK version 1.1, replaced bysetMultipleMode(boolean)
.void
Scrollbar. setPageIncrement(int v)
Deprecated.As of JDK version 1.1, replaced bysetBlockIncrement()
.void
Component. show()
Deprecated.As of JDK version 1.1, replaced bysetVisible(boolean)
.void
Component. show(boolean b)
Deprecated.As of JDK version 1.1, replaced bysetVisible(boolean)
.void
Dialog. show()
Deprecated.As of JDK version 1.5, replaced bysetVisible(boolean)
.void
Window. show()
Deprecated.As of JDK version 1.5, replaced byWindow.setVisible(boolean)
.Dimension
Component. size()
Deprecated.As of JDK version 1.1, replaced bygetSize()
.Constructors in java.awt with annotations of type Deprecated Constructor Description AWTEvent(Event event)
Deprecated.It is recommended thatAWTEvent(Object, int)
be used instead -
Uses of Deprecated in java.awt.color
Methods in java.awt.color with annotations of type Deprecated Modifier and Type Method Description protected void
ICC_Profile. finalize()
Deprecated.Thefinalize
method has been deprecated. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and to remove the overridingfinalize
method. When overriding thefinalize
method, its implementation must explicitly ensure thatsuper.finalize()
is invoked as described inObject.finalize()
. See the specification forObject.finalize()
for further information about migration options. -
Uses of Deprecated in java.awt.datatransfer
Fields in java.awt.datatransfer with annotations of type Deprecated Modifier and Type Field Description static DataFlavor
DataFlavor. plainTextFlavor
Deprecated.as of 1.3. UseDataFlavor.getReaderForText(java.awt.datatransfer.Transferable)
instead ofTransferable.getTransferData(DataFlavor.plainTextFlavor)
.Methods in java.awt.datatransfer with annotations of type Deprecated Modifier and Type Method Description boolean
DataFlavor. equals(String s)
Deprecated.As inconsistent withhashCode()
contract, useDataFlavor.isMimeTypeEqual(String)
instead.protected String
DataFlavor. normalizeMimeType(String mimeType)
Deprecated.This method is never invoked by this implementation from 1.1 onwardsprotected String
DataFlavor. normalizeMimeTypeParameter(String parameterName, String parameterValue)
Deprecated.This method is never invoked by this implementation from 1.1 onwards -
Uses of Deprecated in java.awt.event
Fields in java.awt.event with annotations of type Deprecated Modifier and Type Field Description static int
InputEvent. ALT_GRAPH_MASK
Deprecated.It is recommended that ALT_GRAPH_DOWN_MASK andInputEvent.getModifiersEx()
be used insteadstatic int
InputEvent. ALT_MASK
Deprecated.It is recommended that ALT_DOWN_MASK andInputEvent.getModifiersEx()
be used insteadstatic int
InputEvent. BUTTON1_MASK
Deprecated.It is recommended that BUTTON1_DOWN_MASK andInputEvent.getModifiersEx()
be used insteadstatic int
InputEvent. BUTTON2_MASK
Deprecated.It is recommended that BUTTON2_DOWN_MASK andInputEvent.getModifiersEx()
be used instead. Note that BUTTON2_MASK has the same value as ALT_MASK.static int
InputEvent. BUTTON3_MASK
Deprecated.It is recommended that BUTTON3_DOWN_MASK andInputEvent.getModifiersEx()
be used instead. Note that BUTTON3_MASK has the same value as META_MASK.static int
InputEvent. CTRL_MASK
Deprecated.It is recommended that CTRL_DOWN_MASK andInputEvent.getModifiersEx()
be used insteadstatic int
InputEvent. META_MASK
Deprecated.It is recommended that META_DOWN_MASK andInputEvent.getModifiersEx()
be used insteadstatic int
InputEvent. SHIFT_MASK
Deprecated.It is recommended that SHIFT_DOWN_MASK andInputEvent.getModifiersEx()
be used insteadMethods in java.awt.event with annotations of type Deprecated Modifier and Type Method Description static String
KeyEvent. getKeyModifiersText(int modifiers)
Deprecated.It is recommended that extended modifier keys andInputEvent.getModifiersExText(int)
be used insteadint
InputEvent. getModifiers()
Deprecated.It is recommended that extended modifier keys andInputEvent.getModifiersEx()
be used insteadvoid
KeyEvent. setModifiers(int modifiers)
Deprecated.as of JDK1.1.4Constructors in java.awt.event with annotations of type Deprecated Constructor Description KeyEvent(Component source, int id, long when, int modifiers, int keyCode)
Deprecated.as of JDK1.1; useKeyEvent(Component, int, long, int, int, char)
instead -
Uses of Deprecated in java.awt.image
Methods in java.awt.image with annotations of type Deprecated Modifier and Type Method Description void
ColorModel. finalize()
Deprecated.Thefinalize
method has been deprecated. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and to remove the overridingfinalize
method. When overriding thefinalize
method, its implementation must explicitly ensure thatsuper.finalize()
is invoked as described inObject.finalize()
. See the specification forObject.finalize()
for further information about migration options.void
IndexColorModel. finalize()
Deprecated.Thefinalize
method has been deprecated. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and to remove the overridingfinalize
method. When overriding thefinalize
method, its implementation must explicitly ensure thatsuper.finalize()
is invoked as described inObject.finalize()
. See the specification forObject.finalize()
for further information about migration options. -
Uses of Deprecated in java.awt.image.renderable
Methods in java.awt.image.renderable with annotations of type Deprecated Modifier and Type Method Description void
RenderContext. concetenateTransform(AffineTransform modTransform)
Deprecated.replaced byconcatenateTransform(AffineTransform)
.void
RenderContext. preConcetenateTransform(AffineTransform modTransform)
Deprecated.replaced bypreConcatenateTransform(AffineTransform)
. -
Uses of Deprecated in java.beans
Classes in java.beans with annotations of type Deprecated Modifier and Type Interface Description interface
AppletInitializer
Deprecated.The Applet API is deprecated. See the java.applet package documentation for further information.Methods in java.beans with annotations of type Deprecated Modifier and Type Method Description static Object
Beans. instantiate(ClassLoader cls, String beanName, BeanContext beanContext, AppletInitializer initializer)
Deprecated.It is recommended to useBeans.instantiate(ClassLoader, String, BeanContext)
, because the Applet API is deprecated. See the java.applet package documentation for further information. -
Uses of Deprecated in java.io
Classes in java.io with annotations of type Deprecated Modifier and Type Class Description class
LineNumberInputStream
Deprecated.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.class
StringBufferInputStream
Deprecated.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 theStringReader
class.Methods in java.io with annotations of type Deprecated Modifier and Type Method Description protected void
FileInputStream. finalize()
Deprecated.Thefinalize
method has been deprecated. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and to remove the overridingfinalize
method. When overriding thefinalize
method, its implementation must explicitly ensure thatsuper.finalize()
is invoked as described inObject.finalize()
. See the specification forObject.finalize()
for further information about migration options.protected void
FileOutputStream. finalize()
Deprecated.Thefinalize
method has been deprecated. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and to remove the overridingfinalize
method. When overriding thefinalize
method, its implementation must explicitly ensure thatsuper.finalize()
is invoked as described inObject.finalize()
. See the specification forObject.finalize()
for further information about migration options.String
DataInputStream. readLine()
Deprecated.This method does not properly convert bytes to characters. As of JDK 1.1, the preferred way to read lines of text is via theBufferedReader.readLine()
method. Programs that use theDataInputStream
class to read lines can be converted to use theBufferedReader
class by replacing code of the form:
with:DataInputStream d = new DataInputStream(in);
BufferedReader d = new BufferedReader(new InputStreamReader(in));
String
ObjectInputStream. readLine()
Deprecated.This method does not properly convert bytes to characters. see DataInputStream for the details and alternatives.String
ByteArrayOutputStream. toString(int hibyte)
Deprecated.This method does not properly convert bytes into characters. As of JDK 1.1, the preferred way to do this is via thetoString(String enc)
method, which takes an encoding-name argument, or thetoString()
method, which uses the platform's default character encoding.URL
File. toURL()
abstract void
ObjectOutputStream.PutField. write(ObjectOutput out)
Deprecated.This method does not write the values contained by thisPutField
object in a proper format, and may result in corruption of the serialization stream. The correct way to writePutField
data is by calling theObjectOutputStream.writeFields()
method.Constructors in java.io with annotations of type Deprecated Constructor Description StreamTokenizer(InputStream is)
Deprecated.As of JDK version 1.1, the preferred way to tokenize an input stream is to convert it into a character stream, for example:Reader r = new BufferedReader(new InputStreamReader(is)); StreamTokenizer st = new StreamTokenizer(r);
-
Uses of Deprecated in java.lang
Classes in java.lang with annotations of type Deprecated Modifier and Type Class Description class
Compiler
Deprecated, for removal: This API element is subject to removal in a future version.JIT compilers and their technologies vary too widely to be controlled effectively by a standardized interface. As such, many JIT compiler implementations ignore this interface, and are instead controllable by implementation-specific mechanisms such as command-line options. This class is subject to removal in a future version of Java SE.Fields in java.lang with annotations of type Deprecated Modifier and Type Field Description protected boolean
SecurityManager. inCheck
Deprecated, for removal: This API element is subject to removal in a future version.This type of security checking is not recommended. It is recommended that thecheckPermission
call be used instead. This field is subject to removal in a future version of Java SE.static Character.UnicodeBlock
Character.UnicodeBlock. SURROGATES_AREA
Deprecated.Instead ofSURROGATES_AREA
, useCharacter.UnicodeBlock.HIGH_SURROGATES
,Character.UnicodeBlock.HIGH_PRIVATE_USE_SURROGATES
, andCharacter.UnicodeBlock.LOW_SURROGATES
. These constants match the block definitions of the Unicode Standard. TheCharacter.UnicodeBlock.of(char)
andCharacter.UnicodeBlock.of(int)
methods return the standard constants.Methods in java.lang with annotations of type Deprecated Modifier and Type Method Description boolean
ThreadGroup. allowThreadSuspension(boolean b)
Deprecated.The definition of this call depends onThreadGroup.suspend()
, which is deprecated. Further, the behavior of this call was never specified.void
SecurityManager. checkAwtEventQueueAccess()
Deprecated, for removal: This API element is subject to removal in a future version.This method was originally used to check if the calling thread could access the AWT event queue. The method has been obsoleted and code should instead useSecurityManager.checkPermission(java.security.Permission)
to checkAWTPermission("accessEventQueue")
. This method is subject to removal in a future version of Java SE.void
SecurityManager. checkMemberAccess(Class<?> clazz, int which)
Deprecated, for removal: This API element is subject to removal in a future version.This method relies on the caller being at a stack depth of 4 which is error-prone and cannot be enforced by the runtime. Users of this method should instead invokeSecurityManager.checkPermission(java.security.Permission)
directly. This method is subject to removal in a future version of Java SE.void
SecurityManager. checkMulticast(InetAddress maddr, byte ttl)
Deprecated.Use #checkPermission(java.security.Permission) insteadvoid
SecurityManager. checkSystemClipboardAccess()
Deprecated, for removal: This API element is subject to removal in a future version.This method was originally used to check if the calling thread could access the system clipboard. The method has been obsoleted and code should instead useSecurityManager.checkPermission(java.security.Permission)
to checkAWTPermission("accessClipboard")
. This method is subject to removal in a future version of Java SE.boolean
SecurityManager. checkTopLevelWindow(Object window)
Deprecated, for removal: This API element is subject to removal in a future version.This method was originally used to check if the calling thread was trusted to bring up a top-level window. The method has been obsoleted and code should instead useSecurityManager.checkPermission(java.security.Permission)
to checkAWTPermission("showWindowWithoutWarningBanner")
. This method is subject to removal in a future version of Java SE.protected int
SecurityManager. classDepth(String name)
Deprecated, for removal: This API element is subject to removal in a future version.This type of security checking is not recommended. It is recommended that thecheckPermission
call be used instead. This method is subject to removal in a future version of Java SE.protected int
SecurityManager. classLoaderDepth()
Deprecated, for removal: This API element is subject to removal in a future version.This type of security checking is not recommended. It is recommended that thecheckPermission
call be used instead. This method is subject to removal in a future version of Java SE.int
Thread. countStackFrames()
Deprecated, for removal: This API element is subject to removal in a future version.The definition of this call depends onThread.suspend()
, which is deprecated. Further, the results of this call were never well-defined. This method is subject to removal in a future version of Java SE.protected ClassLoader
SecurityManager. currentClassLoader()
Deprecated, for removal: This API element is subject to removal in a future version.This type of security checking is not recommended. It is recommended that thecheckPermission
call be used instead. This method is subject to removal in a future version of Java SE.protected Class<?>
SecurityManager. currentLoadedClass()
Deprecated, for removal: This API element is subject to removal in a future version.This type of security checking is not recommended. It is recommended that thecheckPermission
call be used instead. This method is subject to removal in a future version of Java SE.protected Class<?>
ClassLoader. defineClass(byte[] b, int off, int len)
Deprecated.Replaced bydefineClass(String, byte[], int, int)
void
Thread. destroy()
Deprecated, for removal: This API element is subject to removal in a future version.This method was originally designed to destroy this thread without any cleanup. Any monitors it held would have remained locked. However, the method was never implemented. If it were to be implemented, it would be deadlock-prone in much the manner ofThread.suspend()
. If the target thread held a lock protecting a critical system resource when it was destroyed, no thread could ever access this resource again. If another thread ever attempted to lock this resource, deadlock would result. Such deadlocks typically manifest themselves as "frozen" processes. For more information, see Why are Thread.stop, Thread.suspend and Thread.resume Deprecated?. This method is subject to removal in a future version of Java SE.protected void
Object. finalize()
Deprecated.The finalization mechanism is inherently problematic. Finalization can lead to performance issues, deadlocks, and hangs. Errors in finalizers can lead to resource leaks; there is no way to cancel finalization if it is no longer necessary; and no ordering is specified among calls tofinalize
methods of different objects. Furthermore, there are no guarantees regarding the timing of finalization. Thefinalize
method might be called on a finalizable object only after an indefinite delay, if at all. Classes whose instances hold non-heap resources should provide a method to enable explicit release of those resources, and they should also implementAutoCloseable
if appropriate. TheCleaner
andPhantomReference
provide more flexible and efficient ways to release resources when an object becomes unreachable.void
String. getBytes(int srcBegin, int srcEnd, byte[] dst, int dstBegin)
Deprecated.This method does not properly convert characters into bytes. As of JDK 1.1, the preferred way to do this is via theString.getBytes()
method, which uses the platform's default charset.boolean
SecurityManager. getInCheck()
Deprecated, for removal: This API element is subject to removal in a future version.This type of security checking is not recommended. It is recommended that thecheckPermission
call be used instead. This method is subject to removal in a future version of Java SE.InputStream
Runtime. getLocalizedInputStream(InputStream in)
Deprecated, for removal: This API element is subject to removal in a future version.As of JDK 1.1, the preferred way to translate a byte stream in the local encoding into a character stream in Unicode is via theInputStreamReader
andBufferedReader
classes. This method is subject to removal in a future version of Java SE.OutputStream
Runtime. getLocalizedOutputStream(OutputStream out)
Deprecated, for removal: This API element is subject to removal in a future version.As of JDK 1.1, the preferred way to translate a Unicode character stream into a byte stream in the local encoding is via theOutputStreamWriter
,BufferedWriter
, andPrintWriter
classes. This method is subject to removal in a future version of Java SE.protected Package
ClassLoader. getPackage(String name)
Deprecated.If multiple class loaders delegate to each other and define classes with the same package name, and one such loader relies on the lookup behavior ofgetPackage
to return aPackage
from a parent loader, then the properties exposed by thePackage
may not be as expected in the rest of the program. For example, thePackage
will only expose annotations from thepackage-info.class
file defined by the parent loader, even if annotations exist in apackage-info.class
file defined by a child loader. A more robust approach is to use theClassLoader.getDefinedPackage(java.lang.String)
method which returns aPackage
for the specified class loader.static Package
Package. getPackage(String name)
Deprecated.If multiple class loaders delegate to each other and define classes with the same package name, and one such loader relies on the lookup behavior ofgetPackage
to return aPackage
from a parent loader, then the properties exposed by thePackage
may not be as expected in the rest of the program. For example, thePackage
will only expose annotations from thepackage-info.class
file defined by the parent loader, even if annotations exist in apackage-info.class
file defined by a child loader. A more robust approach is to use theClassLoader.getDefinedPackage(java.lang.String)
method which returns aPackage
for the specified class loader.protected boolean
SecurityManager. inClass(String name)
Deprecated, for removal: This API element is subject to removal in a future version.This type of security checking is not recommended. It is recommended that thecheckPermission
call be used instead. This method is subject to removal in a future version of Java SE.protected boolean
SecurityManager. inClassLoader()
Deprecated, for removal: This API element is subject to removal in a future version.This type of security checking is not recommended. It is recommended that thecheckPermission
call be used instead. This method is subject to removal in a future version of Java SE.static boolean
Character. isJavaLetter(char ch)
Deprecated.Replaced by isJavaIdentifierStart(char).static boolean
Character. isJavaLetterOrDigit(char ch)
Deprecated.Replaced by isJavaIdentifierPart(char).static boolean
Character. isSpace(char ch)
Deprecated.Replaced by isWhitespace(char).T
Class. newInstance()
Deprecated.This method propagates any exception thrown by the nullary constructor, including a checked exception. Use of this method effectively bypasses the compile-time exception checking that would otherwise be performed by the compiler. TheConstructor.newInstance
method avoids this problem by wrapping any exception thrown by the constructor in a (checked)InvocationTargetException
.The call
can be replaced byclazz.newInstance()
The latter sequence of calls is inferred to be able to throw the additional exception typesclazz.getDeclaredConstructor().newInstance()
InvocationTargetException
andNoSuchMethodException
. Both of these exception types are subclasses ofReflectiveOperationException
.void
Thread. resume()
Deprecated.This method exists solely for use withThread.suspend()
, which has been deprecated because it is deadlock-prone. For more information, see Why are Thread.stop, Thread.suspend and Thread.resume Deprecated?.void
ThreadGroup. resume()
Deprecated.This method is used solely in conjunction withThread.suspend
andThreadGroup.suspend
, both of which have been deprecated, as they are inherently deadlock-prone. SeeThread.suspend()
for details.static void
Runtime. runFinalizersOnExit(boolean value)
Deprecated, for removal: This API element is subject to removal in a future version.This method is inherently unsafe. It may result in finalizers being called on live objects while other threads are concurrently manipulating those objects, resulting in erratic behavior or deadlock. This method is subject to removal in a future version of Java SE.static void
System. runFinalizersOnExit(boolean value)
Deprecated, for removal: This API element is subject to removal in a future version.This method is inherently unsafe. It may result in finalizers being called on live objects while other threads are concurrently manipulating those objects, resulting in erratic behavior or deadlock. This method is subject to removal in a future version of Java SE.void
Thread. stop()
Deprecated.This method is inherently unsafe. Stopping a thread with Thread.stop causes it to unlock all of the monitors that it has locked (as a natural consequence of the uncheckedThreadDeath
exception propagating up the stack). If any of the objects previously protected by these monitors were in an inconsistent state, the damaged objects become visible to other threads, potentially resulting in arbitrary behavior. Many uses ofstop
should be replaced by code that simply modifies some variable to indicate that the target thread should stop running. The target thread should check this variable regularly, and return from its run method in an orderly fashion if the variable indicates that it is to stop running. If the target thread waits for long periods (on a condition variable, for example), theinterrupt
method should be used to interrupt the wait. For more information, see Why are Thread.stop, Thread.suspend and Thread.resume Deprecated?.void
Thread. stop(Throwable obj)
Deprecated, for removal: This API element is subject to removal in a future version.This method was originally designed to force a thread to stop and throw a givenThrowable
as an exception. It was inherently unsafe (seeThread.stop()
for details), and furthermore could be used to generate exceptions that the target thread was not prepared to handle. For more information, see Why are Thread.stop, Thread.suspend and Thread.resume Deprecated?. This method is subject to removal in a future version of Java SE.void
ThreadGroup. stop()
Deprecated.This method is inherently unsafe. SeeThread.stop()
for details.void
Thread. suspend()
Deprecated.This method has been deprecated, as it is inherently deadlock-prone. If the target thread holds a lock on the monitor protecting a critical system resource when it is suspended, no thread can access this resource until the target thread is resumed. If the thread that would resume the target thread attempts to lock this monitor prior to callingresume
, deadlock results. Such deadlocks typically manifest themselves as "frozen" processes. For more information, see Why are Thread.stop, Thread.suspend and Thread.resume Deprecated?.void
ThreadGroup. suspend()
Deprecated.This method is inherently deadlock-prone. SeeThread.suspend()
for details.void
Runtime. traceInstructions(boolean on)
Deprecated, for removal: This API element is subject to removal in a future version.This method was intended to control instruction tracing. It has been superseded by JVM-specific tracing mechanisms. This method is subject to removal in a future version of Java SE.void
Runtime. traceMethodCalls(boolean on)
Deprecated, for removal: This API element is subject to removal in a future version.This method was intended to control method call tracing. It has been superseded by JVM-specific tracing mechanisms. This method is subject to removal in a future version of Java SE.Constructors in java.lang with annotations of type Deprecated Constructor Description Boolean(boolean value)
Deprecated.It is rarely appropriate to use this constructor. The static factoryBoolean.valueOf(boolean)
is generally a better choice, as it is likely to yield significantly better space and time performance. Also consider using the final fieldsBoolean.TRUE
andBoolean.FALSE
if possible.Boolean(String s)
Deprecated.It is rarely appropriate to use this constructor. UseBoolean.parseBoolean(String)
to convert a string to aboolean
primitive, or useBoolean.valueOf(String)
to convert a string to aBoolean
object.Byte(byte value)
Deprecated.It is rarely appropriate to use this constructor. The static factoryByte.valueOf(byte)
is generally a better choice, as it is likely to yield significantly better space and time performance.Byte(String s)
Deprecated.It is rarely appropriate to use this constructor. UseByte.parseByte(String)
to convert a string to abyte
primitive, or useByte.valueOf(String)
to convert a string to aByte
object.Character(char value)
Deprecated.It is rarely appropriate to use this constructor. The static factoryCharacter.valueOf(char)
is generally a better choice, as it is likely to yield significantly better space and time performance.Double(double value)
Deprecated.It is rarely appropriate to use this constructor. The static factoryDouble.valueOf(double)
is generally a better choice, as it is likely to yield significantly better space and time performance.Double(String s)
Deprecated.It is rarely appropriate to use this constructor. UseDouble.parseDouble(String)
to convert a string to adouble
primitive, or useDouble.valueOf(String)
to convert a string to aDouble
object.Float(double value)
Deprecated.It is rarely appropriate to use this constructor. Instead, use the static factory methodFloat.valueOf(float)
method as follows:Float.valueOf((float)value)
.Float(float value)
Deprecated.It is rarely appropriate to use this constructor. The static factoryFloat.valueOf(float)
is generally a better choice, as it is likely to yield significantly better space and time performance.Float(String s)
Deprecated.It is rarely appropriate to use this constructor. UseFloat.parseFloat(String)
to convert a string to afloat
primitive, or useFloat.valueOf(String)
to convert a string to aFloat
object.Integer(int value)
Deprecated.It is rarely appropriate to use this constructor. The static factoryInteger.valueOf(int)
is generally a better choice, as it is likely to yield significantly better space and time performance.Integer(String s)
Deprecated.It is rarely appropriate to use this constructor. UseInteger.parseInt(String)
to convert a string to aint
primitive, or useInteger.valueOf(String)
to convert a string to anInteger
object.Long(long value)
Deprecated.It is rarely appropriate to use this constructor. The static factoryLong.valueOf(long)
is generally a better choice, as it is likely to yield significantly better space and time performance.Long(String s)
Deprecated.It is rarely appropriate to use this constructor. UseLong.parseLong(String)
to convert a string to along
primitive, or useLong.valueOf(String)
to convert a string to aLong
object.Short(short value)
Deprecated.It is rarely appropriate to use this constructor. The static factoryShort.valueOf(short)
is generally a better choice, as it is likely to yield significantly better space and time performance.Short(String s)
Deprecated.It is rarely appropriate to use this constructor. UseShort.parseShort(String)
to convert a string to ashort
primitive, or useShort.valueOf(String)
to convert a string to aShort
object.String(byte[] ascii, int hibyte)
Deprecated.This method does not properly convert bytes into characters. As of JDK 1.1, the preferred way to do this is via theString
constructors that take aCharset
, charset name, or that use the platform's default charset.String(byte[] ascii, int hibyte, int offset, int count)
Deprecated.This method does not properly convert bytes into characters. As of JDK 1.1, the preferred way to do this is via theString
constructors that take aCharset
, charset name, or that use the platform's default charset. -
Uses of Deprecated in java.lang.reflect
Methods in java.lang.reflect with annotations of type Deprecated Modifier and Type Method Description static Class<?>
Proxy. getProxyClass(ClassLoader loader, Class<?>... interfaces)
Deprecated.Proxy classes generated in a named module are encapsulated and not accessible to code outside its module.Constructor.newInstance
will throwIllegalAccessException
when it is called on an inaccessible proxy class. UseProxy.newProxyInstance(ClassLoader, Class[], InvocationHandler)
to create a proxy instance instead.boolean
AccessibleObject. isAccessible()
Deprecated.This method is deprecated because its name hints that it checks if the reflected object is accessible when it actually indicates if the checks for Java language access control are suppressed. This method may returnfalse
on a reflected object that is accessible to the caller. To test if this reflected object is accessible, it should useAccessibleObject.canAccess(Object)
. -
Uses of Deprecated in java.math
Fields in java.math with annotations of type Deprecated Modifier and Type Field Description static int
BigDecimal. ROUND_CEILING
Deprecated.UseRoundingMode.CEILING
instead.static int
BigDecimal. ROUND_DOWN
Deprecated.UseRoundingMode.DOWN
instead.static int
BigDecimal. ROUND_FLOOR
Deprecated.UseRoundingMode.FLOOR
instead.static int
BigDecimal. ROUND_HALF_DOWN
Deprecated.UseRoundingMode.HALF_DOWN
instead.static int
BigDecimal. ROUND_HALF_EVEN
Deprecated.UseRoundingMode.HALF_EVEN
instead.static int
BigDecimal. ROUND_HALF_UP
Deprecated.UseRoundingMode.HALF_UP
instead.static int
BigDecimal. ROUND_UNNECESSARY
Deprecated.UseRoundingMode.UNNECESSARY
instead.static int
BigDecimal. ROUND_UP
Deprecated.UseRoundingMode.UP
instead.Methods in java.math with annotations of type Deprecated Modifier and Type Method Description BigDecimal
BigDecimal. divide(BigDecimal divisor, int roundingMode)
Deprecated.The methodBigDecimal.divide(BigDecimal, RoundingMode)
should be used in preference to this legacy method.BigDecimal
BigDecimal. divide(BigDecimal divisor, int scale, int roundingMode)
Deprecated.The methodBigDecimal.divide(BigDecimal, int, RoundingMode)
should be used in preference to this legacy method.BigDecimal
BigDecimal. setScale(int newScale, int roundingMode)
Deprecated.The methodBigDecimal.setScale(int, RoundingMode)
should be used in preference to this legacy method. -
Uses of Deprecated in java.net
Fields in java.net with annotations of type Deprecated Modifier and Type Field Description static int
HttpURLConnection. HTTP_SERVER_ERROR
Deprecated.it is misplaced and shouldn't have existed.Methods in java.net with annotations of type Deprecated Modifier and Type Method Description static String
URLDecoder. decode(String s)
Deprecated.The resulting string may vary depending on the platform's default encoding. Instead, use the decode(String,String) method to specify the encoding.static String
URLEncoder. encode(String s)
Deprecated.The resulting string may vary depending on the platform's default encoding. Instead, use the encode(String,String) method to specify the encoding.static String
URLConnection. getDefaultRequestProperty(String key)
Deprecated.The instance specific getRequestProperty method should be used after an appropriate instance of URLConnection is obtained.protected abstract byte
DatagramSocketImpl. getTTL()
Deprecated.use getTimeToLive instead.byte
MulticastSocket. getTTL()
Deprecated.use the getTimeToLive method instead, which returns an int instead of a byte.void
MulticastSocket. send(DatagramPacket p, byte ttl)
Deprecated.Use the following code or its equivalent instead: ...... int ttl = mcastSocket.getTimeToLive(); mcastSocket.setTimeToLive(newttl); mcastSocket.send(p); mcastSocket.setTimeToLive(ttl); ......static void
URLConnection. setDefaultRequestProperty(String key, String value)
Deprecated.The instance specific setRequestProperty method should be used after an appropriate instance of URLConnection is obtained. Invoking this method will have no effect.protected abstract void
DatagramSocketImpl. setTTL(byte ttl)
Deprecated.use setTimeToLive instead.void
MulticastSocket. setTTL(byte ttl)
Deprecated.use the setTimeToLive method instead, which uses int instead of byte as the type for ttl.protected void
URLStreamHandler. setURL(URL u, String protocol, String host, int port, String file, String ref)
Deprecated.Use setURL(URL, String, String, int, String, String, String, String);Constructors in java.net with annotations of type Deprecated Constructor Description Socket(String host, int port, boolean stream)
Deprecated.Use DatagramSocket instead for UDP transport.Socket(InetAddress host, int port, boolean stream)
Deprecated.Use DatagramSocket instead for UDP transport. -
Uses of Deprecated in java.rmi
Classes in java.rmi with annotations of type Deprecated Modifier and Type Class Description class
RMISecurityException
Deprecated.UseSecurityException
instead. Application code should never directly reference this class, andRMISecurityManager
no longer throws this subclass ofjava.lang.SecurityException
.class
RMISecurityManager
Deprecated.UseSecurityManager
instead.class
ServerRuntimeException
Deprecated.no replacementConstructors in java.rmi with annotations of type Deprecated Constructor Description RMISecurityException(String name)
Deprecated.no replacementRMISecurityException(String name, String arg)
Deprecated.no replacementServerRuntimeException(String s, Exception ex)
Deprecated.no replacement -
Uses of Deprecated in java.rmi.dgc
Methods in java.rmi.dgc with annotations of type Deprecated Modifier and Type Method Description static boolean
VMID. isUnique()
Deprecated. -
Uses of Deprecated in java.rmi.registry
Classes in java.rmi.registry with annotations of type Deprecated Modifier and Type Interface Description interface
RegistryHandler
Deprecated.no replacementMethods in java.rmi.registry with annotations of type Deprecated Modifier and Type Method Description Registry
RegistryHandler. registryImpl(int port)
Deprecated.no replacement. As of the Java 2 platform v1.2, RMI no longer uses theRegistryHandler
to obtain the registry's implementation.Registry
RegistryHandler. registryStub(String host, int port)
Deprecated.no replacement. As of the Java 2 platform v1.2, RMI no longer uses theRegistryHandler
to obtain the registry's stub. -
Uses of Deprecated in java.rmi.server
Classes in java.rmi.server with annotations of type Deprecated Modifier and Type Interface Description interface
LoaderHandler
Deprecated.no replacementclass
LogStream
Deprecated.no replacementclass
Operation
Deprecated.no replacementinterface
RemoteCall
Deprecated.no replacement.class
RemoteStub
Deprecated.Statically generated stubs are deprecated, since stubs are generated dynamically. SeeUnicastRemoteObject
for information about dynamic stub generation.interface
ServerRef
Deprecated.No replacement. This interface is unused and is obsolete.interface
Skeleton
Deprecated.no replacement. Skeletons are no longer required for remote method calls in the Java 2 platform v1.2 and greater.class
SkeletonMismatchException
Deprecated.no replacement. Skeletons are no longer required for remote method calls in the Java 2 platform v1.2 and greater.class
SkeletonNotFoundException
Deprecated.no replacement. Skeletons are no longer required for remote method calls in the Java 2 platform v1.2 and greater.class
SocketSecurityException
Deprecated.This class is obsolete. UseExportException
instead.Methods in java.rmi.server with annotations of type Deprecated Modifier and Type Method Description void
Skeleton. dispatch(Remote obj, RemoteCall theCall, int opnum, long hash)
Deprecated.no replacementvoid
RemoteCall. done()
Deprecated.no replacementvoid
RemoteRef. done(RemoteCall call)
Deprecated.1.2 style stubs no longer use this method. Instead of using a sequence of method calls to the remote reference (newCall
,invoke
, anddone
), a stub uses a single method,invoke(Remote, Method, Object[], int)
, on the remote reference to carry out parameter marshalling, remote method executing and unmarshalling of the return value.void
RemoteCall. executeCall()
Deprecated.no replacementstatic RemoteStub
UnicastRemoteObject. exportObject(Remote obj)
Deprecated.This method is deprecated because it supports only static stubs. UseexportObject(Remote, port)
orexportObject(Remote, port, csf, ssf)
instead.static PrintStream
LogStream. getDefaultStream()
Deprecated.no replacementObjectInput
RemoteCall. getInputStream()
Deprecated.no replacementString
Operation. getOperation()
Deprecated.no replacementOperation[]
Skeleton. getOperations()
Deprecated.no replacementOutputStream
LogStream. getOutputStream()
Deprecated.no replacementObjectOutput
RemoteCall. getOutputStream()
Deprecated.no replacementObjectOutput
RemoteCall. getResultStream(boolean success)
Deprecated.no replacementObject
LoaderHandler. getSecurityContext(ClassLoader loader)
Deprecated.no replacementstatic Object
RMIClassLoader. getSecurityContext(ClassLoader loader)
Deprecated.no replacement. As of the Java 2 platform v1.2, RMI no longer uses this method to obtain a class loader's security context.void
RemoteRef. invoke(RemoteCall call)
Deprecated.1.2 style stubs no longer use this method. Instead of using a sequence of method calls to the remote reference (newCall
,invoke
, anddone
), a stub uses a single method,invoke(Remote, Method, Object[], int)
, on the remote reference to carry out parameter marshalling, remote method executing and unmarshalling of the return value.Class<?>
LoaderHandler. loadClass(String name)
Deprecated.no replacementClass<?>
LoaderHandler. loadClass(URL codebase, String name)
Deprecated.no replacementstatic Class<?>
RMIClassLoader. loadClass(String name)
Deprecated.replaced byloadClass(String,String)
methodstatic LogStream
LogStream. log(String name)
Deprecated.no replacementRemoteCall
RemoteRef. newCall(RemoteObject obj, Operation[] op, int opnum, long hash)
Deprecated.1.2 style stubs no longer use this method. Instead of using a sequence of method calls on the stub's the remote reference (newCall
,invoke
, anddone
), a stub uses a single method,invoke(Remote, Method, Object[], int)
, on the remote reference to carry out parameter marshalling, remote method executing and unmarshalling of the return value.static int
LogStream. parseLevel(String s)
Deprecated.no replacementvoid
RemoteCall. releaseInputStream()
Deprecated.no replacementvoid
RemoteCall. releaseOutputStream()
Deprecated.no replacementstatic void
LogStream. setDefaultStream(PrintStream newDefault)
Deprecated.no replacementvoid
LogStream. setOutputStream(OutputStream out)
Deprecated.no replacementprotected static void
RemoteStub. setRef(RemoteStub stub, RemoteRef ref)
Deprecated.No replacement. ThesetRef
method was intended for setting the remote reference of a remote stub. This is unnecessary, sinceRemoteStub
s can be created and initialized with a remote reference through use of theRemoteStub(RemoteRef)
constructor.String
LogStream. toString()
Deprecated.no replacementString
Operation. toString()
Deprecated.no replacementvoid
LogStream. write(byte[] b, int off, int len)
Deprecated.no replacementvoid
LogStream. write(int b)
Deprecated.no replacementConstructors in java.rmi.server with annotations of type Deprecated Constructor Description Operation(String op)
Deprecated.no replacementSkeletonMismatchException(String s)
Deprecated.no replacement -
Uses of Deprecated in java.security
Classes in java.security with annotations of type Deprecated Modifier and Type Interface Description interface
Certificate
Deprecated.A new certificate handling package is created in the Java platform. This Certificate interface is entirely deprecated and is here to allow for a smooth transition to the new package.class
Identity
Deprecated.This class is no longer used. Its functionality has been replaced byjava.security.KeyStore
, thejava.security.cert
package, andjava.security.Principal
.class
IdentityScope
Deprecated.This class is no longer used. Its functionality has been replaced byjava.security.KeyStore
, thejava.security.cert
package, andjava.security.Principal
.class
Signer
Deprecated.This class is no longer used. Its functionality has been replaced byjava.security.KeyStore
, thejava.security.cert
package, andjava.security.Principal
.Methods in java.security with annotations of type Deprecated Modifier and Type Method Description protected abstract Object
SignatureSpi. engineGetParameter(String param)
Deprecated.protected abstract void
SignatureSpi. engineSetParameter(String param, Object value)
Deprecated.Replaced byengineSetParameter
.static String
Security. getAlgorithmProperty(String algName, String propName)
Deprecated.This method used to return the value of a proprietary property in the master file of the "SUN" Cryptographic Service Provider in order to determine how to parse algorithm-specific parameters. Use the new provider-based and algorithm-independentAlgorithmParameters
andKeyFactory
engine classes (introduced in the J2SE version 1.2 platform) instead.Object
Signature. getParameter(String param)
Deprecated.double
Provider. getVersion()
Deprecated.useProvider.getVersionStr()
instead.void
Signature. setParameter(String param, Object value)
Deprecated.UsesetParameter
.Constructors in java.security with annotations of type Deprecated Constructor Description AuthProvider(String name, double version, String info)
Deprecated.useAuthProvider(String, String, String)
instead.Provider(String name, double version, String info)
Deprecated.useProvider(String, String, String)
instead. -
Uses of Deprecated in java.security.acl
Classes in java.security.acl with annotations of type Deprecated Modifier and Type Interface Description interface
Acl
Deprecated.This package has been replaced byjava.security.Policy
and related classes since 1.2.interface
AclEntry
Deprecated.This package has been replaced byjava.security.Policy
and related classes since 1.2.class
AclNotFoundException
Deprecated.This package has been replaced byjava.security.Policy
and related classes since 1.2.interface
Group
Deprecated.This package has been replaced byjava.security.Policy
and related classes since 1.2.class
LastOwnerException
Deprecated.This package has been replaced byjava.security.Policy
and related classes since 1.2.class
NotOwnerException
Deprecated.This package has been replaced byjava.security.Policy
and related classes since 1.2.interface
Owner
Deprecated.This package has been replaced byjava.security.Policy
and related classes since 1.2.interface
Permission
Deprecated.This package has been replaced byjava.security.Policy
and related classes since 1.2. -
Uses of Deprecated in java.sql
Methods in java.sql with annotations of type Deprecated Modifier and Type Method Description BigDecimal
CallableStatement. getBigDecimal(int parameterIndex, int scale)
Deprecated.usegetBigDecimal(int parameterIndex)
orgetBigDecimal(String parameterName)
BigDecimal
ResultSet. getBigDecimal(int columnIndex, int scale)
Deprecated.UsegetBigDecimal(int columnIndex)
orgetBigDecimal(String columnLabel)
BigDecimal
ResultSet. getBigDecimal(String columnLabel, int scale)
Deprecated.UsegetBigDecimal(int columnIndex)
orgetBigDecimal(String columnLabel)
int
Time. getDate()
Deprecated.int
Time. getDay()
Deprecated.int
Date. getHours()
Deprecated.static PrintStream
DriverManager. getLogStream()
Deprecated.UsegetLogWriter
int
Date. getMinutes()
Deprecated.int
Time. getMonth()
Deprecated.int
Date. getSeconds()
Deprecated.InputStream
ResultSet. getUnicodeStream(int columnIndex)
Deprecated.usegetCharacterStream
in place ofgetUnicodeStream
InputStream
ResultSet. getUnicodeStream(String columnLabel)
Deprecated.usegetCharacterStream
insteadint
Time. getYear()
Deprecated.void
Time. setDate(int i)
Deprecated.void
Date. setHours(int i)
Deprecated.static void
DriverManager. setLogStream(PrintStream out)
Deprecated.UsesetLogWriter
void
Date. setMinutes(int i)
Deprecated.void
Time. setMonth(int i)
Deprecated.void
Date. setSeconds(int i)
Deprecated.void
PreparedStatement. setUnicodeStream(int parameterIndex, InputStream x, int length)
Deprecated.UsesetCharacterStream
void
Time. setYear(int i)
Deprecated.Constructors in java.sql with annotations of type Deprecated Constructor Description Date(int year, int month, int day)
Deprecated.instead use the constructorDate(long date)
Time(int hour, int minute, int second)
Deprecated.Use the constructor that takes a milliseconds value in place of this constructorTimestamp(int year, int month, int date, int hour, int minute, int second, int nano)
Deprecated.instead use the constructorTimestamp(long millis)
-
Uses of Deprecated in java.util
Classes in java.util with annotations of type Deprecated Modifier and Type Class Description class
Observable
Deprecated.This class and theObserver
interface have been deprecated. The event model supported byObserver
andObservable
is quite limited, the order of notifications delivered byObservable
is unspecified, and state changes are not in one-for-one correspondence with notifications. For a richer event model, consider using thejava.beans
package. For reliable and ordered messaging among threads, consider using one of the concurrent data structures in thejava.util.concurrent
package. For reactive streams style programming, see theFlow
API.interface
Observer
Deprecated.This interface has been deprecated. See theObservable
class for further information.Methods in java.util with annotations of type Deprecated Modifier and Type Method Description int
Date. getDate()
Deprecated.As of JDK version 1.1, replaced byCalendar.get(Calendar.DAY_OF_MONTH)
.int
Date. getDay()
Deprecated.As of JDK version 1.1, replaced byCalendar.get(Calendar.DAY_OF_WEEK)
.int
Date. getHours()
Deprecated.As of JDK version 1.1, replaced byCalendar.get(Calendar.HOUR_OF_DAY)
.int
Date. getMinutes()
Deprecated.As of JDK version 1.1, replaced byCalendar.get(Calendar.MINUTE)
.int
Date. getMonth()
Deprecated.As of JDK version 1.1, replaced byCalendar.get(Calendar.MONTH)
.int
Date. getSeconds()
Deprecated.As of JDK version 1.1, replaced byCalendar.get(Calendar.SECOND)
.int
Date. getTimezoneOffset()
Deprecated.As of JDK version 1.1, replaced by-(Calendar.get(Calendar.ZONE_OFFSET) + Calendar.get(Calendar.DST_OFFSET)) / (60 * 1000)
.int
Date. getYear()
Deprecated.As of JDK version 1.1, replaced byCalendar.get(Calendar.YEAR) - 1900
.static long
Date. parse(String s)
Deprecated.As of JDK version 1.1, replaced byDateFormat.parse(String s)
.void
Properties. save(OutputStream out, String comments)
Deprecated.This method does not throw an IOException if an I/O error occurs while saving the property list. The preferred way to save a properties list is via thestore(OutputStream out, String comments)
method or thestoreToXML(OutputStream os, String comment)
method.void
Date. setDate(int date)
Deprecated.As of JDK version 1.1, replaced byCalendar.set(Calendar.DAY_OF_MONTH, int date)
.void
Date. setHours(int hours)
Deprecated.As of JDK version 1.1, replaced byCalendar.set(Calendar.HOUR_OF_DAY, int hours)
.void
Date. setMinutes(int minutes)
Deprecated.As of JDK version 1.1, replaced byCalendar.set(Calendar.MINUTE, int minutes)
.void
Date. setMonth(int month)
Deprecated.As of JDK version 1.1, replaced byCalendar.set(Calendar.MONTH, int month)
.void
Date. setSeconds(int seconds)
Deprecated.As of JDK version 1.1, replaced byCalendar.set(Calendar.SECOND, int seconds)
.void
Date. setYear(int year)
Deprecated.As of JDK version 1.1, replaced byCalendar.set(Calendar.YEAR, year + 1900)
.String
Date. toGMTString()
Deprecated.As of JDK version 1.1, replaced byDateFormat.format(Date date)
, using a GMTTimeZone
.String
Date. toLocaleString()
Deprecated.As of JDK version 1.1, replaced byDateFormat.format(Date date)
.static long
Date. UTC(int year, int month, int date, int hrs, int min, int sec)
Deprecated.As of JDK version 1.1, replaced byCalendar.set(year + 1900, month, date, hrs, min, sec)
orGregorianCalendar(year + 1900, month, date, hrs, min, sec)
, using a UTCTimeZone
, followed byCalendar.getTime().getTime()
.Constructors in java.util with annotations of type Deprecated Constructor Description Date(int year, int month, int date)
Deprecated.As of JDK version 1.1, replaced byCalendar.set(year + 1900, month, date)
orGregorianCalendar(year + 1900, month, date)
.Date(int year, int month, int date, int hrs, int min)
Deprecated.As of JDK version 1.1, replaced byCalendar.set(year + 1900, month, date, hrs, min)
orGregorianCalendar(year + 1900, month, date, hrs, min)
.Date(int year, int month, int date, int hrs, int min, int sec)
Deprecated.As of JDK version 1.1, replaced byCalendar.set(year + 1900, month, date, hrs, min, sec)
orGregorianCalendar(year + 1900, month, date, hrs, min, sec)
.Date(String s)
Deprecated.As of JDK version 1.1, replaced byDateFormat.parse(String s)
. -
Uses of Deprecated in java.util.concurrent
Methods in java.util.concurrent with annotations of type Deprecated Modifier and Type Method Description protected void
ThreadPoolExecutor. finalize()
Deprecated.Thefinalize
method has been deprecated. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and to remove the overridingfinalize
method. When overriding thefinalize
method, its implementation must explicitly ensure thatsuper.finalize()
is invoked as described inObject.finalize()
. See the specification forObject.finalize()
for further information about migration options. -
Uses of Deprecated in java.util.concurrent.atomic
Methods in java.util.concurrent.atomic with annotations of type Deprecated Modifier and Type Method Description boolean
AtomicBoolean. weakCompareAndSet(boolean expectedValue, boolean newValue)
Deprecated.This method has plain memory effects but the method name implies volatile memory effects (see methods such asAtomicBoolean.compareAndExchange(boolean, boolean)
andAtomicBoolean.compareAndSet(boolean, boolean)
). To avoid confusion over plain or volatile memory effects it is recommended that the methodAtomicBoolean.weakCompareAndSetPlain(boolean, boolean)
be used instead.boolean
AtomicInteger. weakCompareAndSet(int expectedValue, int newValue)
Deprecated.This method has plain memory effects but the method name implies volatile memory effects (see methods such asAtomicInteger.compareAndExchange(int, int)
andAtomicInteger.compareAndSet(int, int)
). To avoid confusion over plain or volatile memory effects it is recommended that the methodAtomicInteger.weakCompareAndSetPlain(int, int)
be used instead.boolean
AtomicIntegerArray. weakCompareAndSet(int i, int expectedValue, int newValue)
Deprecated.This method has plain memory effects but the method name implies volatile memory effects (see methods such asAtomicIntegerArray.compareAndExchange(int, int, int)
andAtomicIntegerArray.compareAndSet(int, int, int)
). To avoid confusion over plain or volatile memory effects it is recommended that the methodAtomicIntegerArray.weakCompareAndSetPlain(int, int, int)
be used instead.boolean
AtomicLong. weakCompareAndSet(long expectedValue, long newValue)
Deprecated.This method has plain memory effects but the method name implies volatile memory effects (see methods such asAtomicLong.compareAndExchange(long, long)
andAtomicLong.compareAndSet(long, long)
). To avoid confusion over plain or volatile memory effects it is recommended that the methodAtomicLong.weakCompareAndSetPlain(long, long)
be used instead.boolean
AtomicLongArray. weakCompareAndSet(int i, long expectedValue, long newValue)
Deprecated.This method has plain memory effects but the method name implies volatile memory effects (see methods such asAtomicLongArray.compareAndExchange(int, long, long)
andAtomicLongArray.compareAndSet(int, long, long)
). To avoid confusion over plain or volatile memory effects it is recommended that the methodAtomicLongArray.weakCompareAndSetPlain(int, long, long)
be used instead.boolean
AtomicReference. weakCompareAndSet(V expectedValue, V newValue)
Deprecated.This method has plain memory effects but the method name implies volatile memory effects (see methods such asAtomicReference.compareAndExchange(V, V)
andAtomicReference.compareAndSet(V, V)
). To avoid confusion over plain or volatile memory effects it is recommended that the methodAtomicReference.weakCompareAndSetPlain(V, V)
be used instead.boolean
AtomicReferenceArray. weakCompareAndSet(int i, E expectedValue, E newValue)
Deprecated.This method has plain memory effects but the method name implies volatile memory effects (see methods such asAtomicReferenceArray.compareAndExchange(int, E, E)
andAtomicReferenceArray.compareAndSet(int, E, E)
). To avoid confusion over plain or volatile memory effects it is recommended that the methodAtomicReferenceArray.weakCompareAndSetPlain(int, E, E)
be used instead. -
Uses of Deprecated in java.util.jar
Fields in java.util.jar with annotations of type Deprecated Modifier and Type Field Description static Attributes.Name
Attributes.Name. EXTENSION_INSTALLATION
Deprecated.Extension mechanism is no longer supported.static Attributes.Name
Attributes.Name. IMPLEMENTATION_URL
Deprecated.Extension mechanism is no longer supported.static Attributes.Name
Attributes.Name. IMPLEMENTATION_VENDOR_ID
Deprecated.Extension mechanism is no longer supported. -
Uses of Deprecated in java.util.logging
Classes in java.util.logging with annotations of type Deprecated Modifier and Type Interface Description interface
LoggingMXBean
Deprecated.LoggingMXBean
is no longer aplatform MXBean
and is replaced withPlatformLoggingMXBean
. It will not register in the platformMBeanServer
. UseManagementFactory.getPlatformMXBean(PlatformLoggingMXBean.class)
instead.Fields in java.util.logging with annotations of type Deprecated Modifier and Type Field Description static Logger
Logger. global
Deprecated.Initialization of this field is prone to deadlocks. The field must be initialized by the Logger class initialization which may cause deadlocks with the LogManager class initialization. In such cases two class initialization wait for each other to complete. The preferred way to get the global logger object is via the callLogger.getGlobal()
. For compatibility with old JDK versions where theLogger.getGlobal()
is not available use the callLogger.getLogger(Logger.GLOBAL_LOGGER_NAME)
orLogger.getLogger("global")
.Methods in java.util.logging with annotations of type Deprecated Modifier and Type Method Description static LoggingMXBean
LogManager. getLoggingMXBean()
Deprecated.java.util.logging.LoggingMXBean
is deprecated and replaced withjava.lang.management.PlatformLoggingMXBean
. UseManagementFactory.getPlatformMXBean
(PlatformLoggingMXBean.class) instead.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)
Deprecated.LogRecord maintains timestamps with nanosecond resolution, usingInstant
values. For this reason,setInstant()
should be used in preference tosetMillis()
. -
Uses of Deprecated in java.util.zip
Methods in java.util.zip with annotations of type Deprecated Modifier and Type Method Description protected void
Deflater. finalize()
Deprecated.Thefinalize
method has been deprecated. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and to remove the overridingfinalize
method. When overriding thefinalize
method, its implementation must explicitly ensure thatsuper.finalize()
is invoked as described inObject.finalize()
. See the specification forObject.finalize()
for further information about migration options.protected void
Inflater. finalize()
Deprecated.Thefinalize
method has been deprecated. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and to remove the overridingfinalize
method. When overriding thefinalize
method, its implementation must explicitly ensure thatsuper.finalize()
is invoked as described inObject.finalize()
. See the specification forObject.finalize()
for further information about migration options.protected void
ZipFile. finalize()
Deprecated.Thefinalize
method has been deprecated. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and to remove the overridingfinalize
method. When overriding thefinalize
method, its implementation must explicitly ensure thatsuper.finalize()
is invoked as described inObject.finalize()
. See the specification forObject.finalize()
for further information about migration options. -
Uses of Deprecated in javafx.application
Methods in javafx.application with annotations of type Deprecated Modifier and Type Method Description JSObject
HostServices. getWebContext()
Deprecated, for removal: This API element is subject to removal in a future version.This method is deprecated as of JDK 9 because theApplet
API is deprecated. -
Uses of Deprecated in javafx.css
Methods in javafx.css with annotations of type Deprecated Modifier and Type Method Description void
CssMetaData. set(S styleable, V value, StyleOrigin origin)
Deprecated.This method is no longer called from CSS code. UseStyleableProperty.applyStyle(javafx.css.StyleOrigin, java.lang.Object)
-
Uses of Deprecated in javafx.event
Constructors in javafx.event with annotations of type Deprecated Constructor Description EventType()
Deprecated.Do not use this constructor, as only one such EventType can exist -
Uses of Deprecated in javafx.fxml
Methods in javafx.fxml with annotations of type Deprecated Modifier and Type Method Description static Class<?>
FXMLLoader. loadType(String className)
Deprecated.This method now delegates toFXMLLoader.getDefaultClassLoader()
.static Class<?>
FXMLLoader. loadType(String packageName, String className)
Deprecated.This method now delegates toFXMLLoader.getDefaultClassLoader()
. -
Uses of Deprecated in javafx.scene.control
Methods in javafx.scene.control with annotations of type Deprecated Modifier and Type Method Description static int
TreeTableView. getNodeLevel(TreeItem<?> node)
Deprecated.This method does not correctly calculate the distance from the given TreeItem to the root of the TreeTableView. As of JavaFX 8.0_20, the proper way to do this is viaTreeTableView.getTreeItemLevel(TreeItem)
static int
TreeView. getNodeLevel(TreeItem<?> node)
Deprecated.This method does not correctly calculate the distance from the given TreeItem to the root of the TreeView. As of JavaFX 8.0_20, the proper way to do this is viaTreeView.getTreeItemLevel(TreeItem)
protected double
SkinBase. snapPosition(double value)
Deprecated.replaced bysnapPositionX()
andsnapPositionY()
protected double
SkinBase. snapSize(double value)
Deprecated.replaced bysnapSizeX()
andsnapSizeY()
protected double
SkinBase. snapSpace(double value)
Deprecated.replaced bysnapSpaceX()
andsnapSpaceY()
-
Uses of Deprecated in javafx.scene.input
Constructors in javafx.scene.input with annotations of type Deprecated Constructor Description GestureEvent(Object source, EventTarget target, EventType<? extends GestureEvent> eventType)
Deprecated.Do not use this constructor. Constructs empty event.GestureEvent(EventType<? extends GestureEvent> eventType)
Deprecated.Do not use this constructor. Constructs empty event. -
Uses of Deprecated in javafx.scene.layout
Methods in javafx.scene.layout with annotations of type Deprecated Modifier and Type Method Description protected double
Region. snapPosition(double value)
Deprecated.replaced bysnapPositionX()
andsnapPositionY()
protected double
Region. snapSize(double value)
Deprecated.replaced bysnapSizeX()
andsnapSizeY()
protected double
Region. snapSpace(double value)
Deprecated.replaced bysnapSpaceX()
andsnapSpaceY()
-
Uses of Deprecated in javafx.scene.media
Methods in javafx.scene.media with annotations of type Deprecated Modifier and Type Method Description String
AudioTrack. getLanguage()
Deprecated.UseTrack.getLocale()
instead. -
Uses of Deprecated in javafx.util
Methods in javafx.util with annotations of type Deprecated Modifier and Type Method Description Duration
Duration. divide(Duration other)
Deprecated.This method produces surprising results by not taking units into account. UseDuration.divide(double)
instead.Duration
Duration. multiply(Duration other)
Deprecated.This method produces surprising results by not taking units into account. UseDuration.multiply(double)
instead. -
Uses of Deprecated in javax.accessibility
Classes in javax.accessibility with annotations of type Deprecated Modifier and Type Class Description class
AccessibleResourceBundle
Deprecated.This class is deprecated as of version 1.3 of the Java Platform -
Uses of Deprecated in javax.imageio.spi
Fields in javax.imageio.spi with annotations of type Deprecated Modifier and Type Field Description static Class<?>[]
ImageReaderSpi. STANDARD_INPUT_TYPE
Deprecated.Instead of using this field, directly create the equivalent array{ ImageInputStream.class }
.static Class<?>[]
ImageWriterSpi. STANDARD_OUTPUT_TYPE
Deprecated.Instead of using this field, directly create the equivalent array{ ImageOutputStream.class }
.Methods in javax.imageio.spi with annotations of type Deprecated Modifier and Type Method Description void
ServiceRegistry. finalize()
Deprecated.Thefinalize
method has been deprecated. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and to remove the overridingfinalize
method. When overriding thefinalize
method, its implementation must explicitly ensure thatsuper.finalize()
is invoked as described inObject.finalize()
. See the specification forObject.finalize()
for further information about migration options. -
Uses of Deprecated in javax.imageio.stream
Methods in javax.imageio.stream with annotations of type Deprecated Modifier and Type Method Description protected void
FileCacheImageInputStream. finalize()
Deprecated.Thefinalize
method has been deprecated. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and to remove the overridingfinalize
method. When overriding thefinalize
method, its implementation must explicitly ensure thatsuper.finalize()
is invoked as described inObject.finalize()
. See the specification forObject.finalize()
for further information about migration options.protected void
FileImageInputStream. finalize()
Deprecated.Thefinalize
method has been deprecated. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and to remove the overridingfinalize
method. When overriding thefinalize
method, its implementation must explicitly ensure thatsuper.finalize()
is invoked as described inObject.finalize()
. See the specification forObject.finalize()
for further information about migration options.protected void
FileImageOutputStream. finalize()
Deprecated.Thefinalize
method has been deprecated. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and to remove the overridingfinalize
method. When overriding thefinalize
method, its implementation must explicitly ensure thatsuper.finalize()
is invoked as described inObject.finalize()
. See the specification forObject.finalize()
for further information about migration options.protected void
ImageInputStreamImpl. finalize()
Deprecated.Thefinalize
method has been deprecated. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and to remove the overridingfinalize
method. When overriding thefinalize
method, its implementation must explicitly ensure thatsuper.finalize()
is invoked as described inObject.finalize()
. See the specification forObject.finalize()
for further information about migration options.protected void
MemoryCacheImageInputStream. finalize()
Deprecated.Thefinalize
method has been deprecated. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and to remove the overridingfinalize
method. When overriding thefinalize
method, its implementation must explicitly ensure thatsuper.finalize()
is invoked as described inObject.finalize()
. See the specification forObject.finalize()
for further information about migration options. -
Uses of Deprecated in javax.jws.soap
Classes in javax.jws.soap with annotations of type Deprecated Modifier and Type Class Description interface
InitParam
Deprecated.interface
SOAPMessageHandler
Deprecated.interface
SOAPMessageHandlers
Deprecated. -
Uses of Deprecated in javax.lang.model.util
Constructors in javax.lang.model.util with annotations of type Deprecated Constructor Description AbstractAnnotationValueVisitor6()
Deprecated.Release 6 is obsolete; update to a visitor for a newer release level.AbstractElementVisitor6()
Deprecated.Release 6 is obsolete; update to a visitor for a newer release level.AbstractTypeVisitor6()
Deprecated.Release 6 is obsolete; update to a visitor for a newer release level.ElementKindVisitor6()
Deprecated.Release 6 is obsolete; update to a visitor for a newer release level.ElementKindVisitor6(R defaultValue)
Deprecated.Release 6 is obsolete; update to a visitor for a newer release level.ElementScanner6()
Deprecated.Release 6 is obsolete; update to a visitor for a newer release level.ElementScanner6(R defaultValue)
Deprecated.Release 6 is obsolete; update to a visitor for a newer release level.SimpleAnnotationValueVisitor6()
Deprecated.Release 6 is obsolete; update to a visitor for a newer release level.SimpleAnnotationValueVisitor6(R defaultValue)
Deprecated.Release 6 is obsolete; update to a visitor for a newer release level.SimpleElementVisitor6()
Deprecated.Release 6 is obsolete; update to a visitor for a newer release level.SimpleElementVisitor6(R defaultValue)
Deprecated.Release 6 is obsolete; update to a visitor for a newer release level.SimpleTypeVisitor6()
Deprecated.Release 6 is obsolete; update to a visitor for a newer release level.SimpleTypeVisitor6(R defaultValue)
Deprecated.Release 6 is obsolete; update to a visitor for a newer release level.TypeKindVisitor6()
Deprecated.Release 6 is obsolete; update to a visitor for a newer release level.TypeKindVisitor6(R defaultValue)
Deprecated.Release 6 is obsolete; update to a visitor for a newer release level. -
Uses of Deprecated in javax.management
Classes in javax.management with annotations of type Deprecated Modifier and Type Class Description class
DefaultLoaderRepository
Deprecated.UseMBeanServer.getClassLoaderRepository()
instead.Methods in javax.management with annotations of type Deprecated Modifier and Type Method Description default ObjectInputStream
MBeanServer. deserialize(String className, byte[] data)
Deprecated.UseMBeanServer.getClassLoaderRepository()
to obtain the class loader repository and use it to deserialize.default ObjectInputStream
MBeanServer. deserialize(String className, ObjectName loaderName, byte[] data)
Deprecated.UsegetClassLoader
to obtain the class loader for deserialization.default ObjectInputStream
MBeanServer. deserialize(ObjectName name, byte[] data)
Deprecated.UsegetClassLoaderFor
to obtain the appropriate class loader for deserialization.void
AttributeValueExp. setMBeanServer(MBeanServer s)
Deprecated.This method has no effect. The MBean Server used to obtain an attribute value isQueryEval.getMBeanServer()
.void
StringValueExp. setMBeanServer(MBeanServer s)
Deprecated.void
ValueExp. setMBeanServer(MBeanServer s)
Deprecated.This method is not needed because aValueExp
can access the MBean server in which it is being evaluated by usingQueryEval.getMBeanServer()
.Constructors in javax.management with annotations of type Deprecated Constructor Description AttributeValueExp()
Deprecated.An instance created with this constructor cannot be used in a query. -
Uses of Deprecated in javax.management.loading
Classes in javax.management.loading with annotations of type Deprecated Modifier and Type Class Description class
DefaultLoaderRepository
Deprecated.UseMBeanServer.getClassLoaderRepository()
instead. -
Uses of Deprecated in javax.management.monitor
Fields in javax.management.monitor with annotations of type Deprecated Modifier and Type Field Description protected int
Monitor. alreadyNotified
Deprecated.equivalent toMonitor.alreadyNotifieds
[0].protected String
Monitor. dbgTag
Deprecated.No replacement. -
Uses of Deprecated in javax.management.openmbean
Fields in javax.management.openmbean with annotations of type Deprecated Modifier and Type Field Description static String[]
OpenType. ALLOWED_CLASSNAMES
Deprecated.UseALLOWED_CLASSNAMES_LIST
instead. -
Uses of Deprecated in javax.management.remote.rmi
Classes in javax.management.remote.rmi with annotations of type Deprecated Modifier and Type Class Description class
RMIIIOPServerImpl
Deprecated.This transport is no longer supported. -
Uses of Deprecated in javax.naming
Fields in javax.naming with annotations of type Deprecated Modifier and Type Field Description static String
Context. APPLET
Deprecated.An environment property with this name is ignored while constructing an initial context. This constant was originally used as a property name to specify anApplet
to retrieve parameters from, when creating an initial context. Currently any applet properties that need to be passed to an initial context should be copied into the environment hashtable:Hashtable env = new Hashtable(); env.put(Context.INITIAL_CONTEXT_FACTORY, ((Applet) this).getParameter(Context.INITIAL_CONTEXT_FACTORY)); env.put(Context.PROVIDER_URL, ((Applet) this).getParameter(Context.PROVIDER_URL)); // ... other properties ... Context ctx = new InitialContext(env);
-
Uses of Deprecated in javax.net.ssl
Methods in javax.net.ssl with annotations of type Deprecated Modifier and Type Method Description X509Certificate[]
HandshakeCompletedEvent. getPeerCertificateChain()
Deprecated.TheHandshakeCompletedEvent.getPeerCertificates()
method that returns an array ofjava.security.cert.Certificate
should be used instead.X509Certificate[]
SSLSession. getPeerCertificateChain()
Deprecated.TheSSLSession.getPeerCertificates()
method that returns an array ofjava.security.cert.Certificate
should be used instead. -
Uses of Deprecated in javax.security.auth
Classes in javax.security.auth with annotations of type Deprecated Modifier and Type Class Description class
Policy
Deprecated.as of JDK version 1.4 -- Replaced by java.security.Policy. java.security.Policy has a method:public PermissionCollection getPermissions (java.security.ProtectionDomain pd)
and ProtectionDomain has a constructor:public ProtectionDomain (CodeSource cs, PermissionCollection permissions, ClassLoader loader, Principal[] principals)
These two APIs provide callers the means to query the Policy for Principal-based Permission entries. -
Uses of Deprecated in javax.security.cert
Classes in javax.security.cert with annotations of type Deprecated Modifier and Type Class Description class
Certificate
Deprecated.Use the classes injava.security.cert
instead.class
CertificateEncodingException
Deprecated.Use the classes injava.security.cert
instead.class
CertificateException
Deprecated.Use the classes injava.security.cert
instead.class
CertificateExpiredException
Deprecated.Use the classes injava.security.cert
instead.class
CertificateNotYetValidException
Deprecated.Use the classes injava.security.cert
instead.class
CertificateParsingException
Deprecated.Use the classes injava.security.cert
instead.class
X509Certificate
Deprecated.Use the classes injava.security.cert
instead. -
Uses of Deprecated in javax.sql.rowset
Fields in javax.sql.rowset with annotations of type Deprecated Modifier and Type Field Description static boolean
CachedRowSet. COMMIT_ON_ACCEPT_CHANGES
Deprecated.Because this field is final (it is part of an interface), its value cannot be changed.Methods in javax.sql.rowset with annotations of type Deprecated Modifier and Type Method Description void
BaseRowSet. setUnicodeStream(int parameterIndex, InputStream x, int length)
Deprecated.getCharacterStream should be used in its place -
Uses of Deprecated in javax.swing
Classes in javax.swing with annotations of type Deprecated Modifier and Type Class Description class
JApplet
Deprecated.The Applet API is deprecated. See the java.applet package documentation for further information.protected class
JComponent.AccessibleJComponent.AccessibleFocusHandler
Deprecated.This class is no longer used or needed.java.awt.Component.AccessibleAWTComponent
provides the same functionality and it is handled inComponent
.Fields in javax.swing with annotations of type Deprecated Modifier and Type Field Description protected FocusListener
JComponent.AccessibleJComponent. accessibleFocusHandler
Deprecated.protected boolean
JViewport. backingStore
Deprecated.As of Java 2 platform v1.3protected static Component
ImageIcon. component
Deprecated.since 1.8protected static MediaTracker
ImageIcon. tracker
Deprecated.since 1.8Methods in javax.swing with annotations of type Deprecated Modifier and Type Method Description void
RepaintManager. addDirtyRegion(Applet applet, int x, int y, int w, int h)
Deprecated.The Applet API is deprecated. See the java.applet package documentation for further information.static JScrollPane
JTable. createScrollPaneForTable(JTable aTable)
Deprecated.As of Swing version 1.0.2, replaced bynew JScrollPane(aTable)
.void
JComponent. disable()
Deprecated.As of JDK version 1.1, replaced byjava.awt.Component.setEnabled(boolean)
.static void
FocusManager. disableSwingFocusManager()
Deprecated.as of 1.4, replaced byKeyboardFocusManager.setDefaultFocusTraversalPolicy(FocusTraversalPolicy)
void
JComponent. enable()
Deprecated.As of JDK version 1.1, replaced byjava.awt.Component.setEnabled(boolean)
.static Component
SwingUtilities. findFocusOwner(Component c)
Deprecated.As of 1.4, replaced byKeyboardFocusManager.getFocusOwner()
.Component
JMenuBar. getComponentAtIndex(int i)
Deprecated.replaced bygetComponent(int i)
Component
JPopupMenu. getComponentAtIndex(int i)
Deprecated.replaced byContainer.getComponent(int)
static KeyStroke
KeyStroke. getKeyStroke(char keyChar, boolean onKeyRelease)
Deprecated.use getKeyStroke(char)String
AbstractButton. getLabel()
Deprecated.- Replaced bygetText
JMenuBar
JInternalFrame. getMenuBar()
Deprecated.As of Swing version 1.0.3, replaced bygetJMenuBar()
.JMenuBar
JRootPane. getMenuBar()
Deprecated.As of Swing version 1.0.3 replaced bygetJMenuBar()
.Component
JComponent. getNextFocusableComponent()
Deprecated.As of 1.4, replaced byFocusTraversalPolicy
.Object[]
JList. getSelectedValues()
Deprecated.As of JDK 1.7, replaced byJList.getSelectedValuesList()
String
JPasswordField. getText()
Deprecated.As of Java 2 platform v1.2, replaced bygetPassword
.String
JPasswordField. getText(int offs, int len)
Deprecated.As of Java 2 platform v1.2, replaced bygetPassword
.Rectangle
ScrollPaneLayout. getViewportBorderBounds(JScrollPane scrollpane)
Deprecated.As of JDK version Swing1.1 replaced byJScrollPane.getViewportBorderBounds()
.void
JComponent. hide()
Deprecated.boolean
JViewport. isBackingStoreEnabled()
Deprecated.As of Java 2 platform v1.3, replaced bygetScrollMode()
.static boolean
FocusManager. isFocusManagerEnabled()
Deprecated.As of 1.4, replaced byKeyboardFocusManager.getDefaultFocusTraversalPolicy()
boolean
JComponent. isManagingFocus()
Deprecated.As of 1.4, replaced byComponent.setFocusTraversalKeys(int, Set)
andContainer.setFocusCycleRoot(boolean)
.boolean
JComponent. requestDefaultFocus()
Deprecated.As of 1.4, replaced byFocusTraversalPolicy.getDefaultComponent(Container).requestFocus()
void
JComponent. reshape(int x, int y, int w, int h)
Deprecated.As of JDK 5, replaced byComponent.setBounds(int, int, int, int)
.Moves and resizes this component.
void
JViewport. setBackingStoreEnabled(boolean enabled)
Deprecated.As of Java 2 platform v1.3, replaced bysetScrollMode()
.void
AbstractButton. setLabel(String label)
Deprecated.- Replaced bysetText(text)
void
JInternalFrame. setMenuBar(JMenuBar m)
Deprecated.As of Swing version 1.0.3 replaced bysetJMenuBar(JMenuBar m)
.void
JRootPane. setMenuBar(JMenuBar menu)
Deprecated.As of Swing version 1.0.3 replaced bysetJMenuBar(JMenuBar menu)
.void
JComponent. setNextFocusableComponent(Component aComponent)
Deprecated.As of 1.4, replaced byFocusTraversalPolicy
boolean
InputVerifier. shouldYieldFocus(JComponent input)
Deprecated.void
JTable. sizeColumnsToFit(boolean lastColumnOnly)
Deprecated.As of Swing version 1.0.3, replaced bydoLayout()
. -
Uses of Deprecated in javax.swing.plaf
Methods in javax.swing.plaf with annotations of type Deprecated Modifier and Type Method Description String
TextUI. getToolTipText(JTextComponent t, Point pt)
Deprecated.replaced byTextUI.getToolTipText2D(JTextComponent, Point2D)
abstract Rectangle
TextUI. modelToView(JTextComponent t, int pos)
Deprecated.abstract Rectangle
TextUI. modelToView(JTextComponent t, int pos, Position.Bias bias)
Deprecated.abstract int
TextUI. viewToModel(JTextComponent t, Point pt)
Deprecated.abstract int
TextUI. viewToModel(JTextComponent t, Point pt, Position.Bias[] biasReturn)
Deprecated. -
Uses of Deprecated in javax.swing.plaf.basic
Fields in javax.swing.plaf.basic with annotations of type Deprecated Modifier and Type Field Description protected KeyStroke
BasicDesktopPaneUI. closeKey
Deprecated.As of 1.3.protected KeyStroke
BasicSplitPaneUI. dividerResizeToggleKey
Deprecated.As of Java 2 platform v1.3.protected KeyStroke
BasicSplitPaneUI. downKey
Deprecated.As of Java 2 platform v1.3.protected KeyStroke
BasicTabbedPaneUI. downKey
Deprecated.As of Java 2 platform v1.3.protected KeyStroke
BasicToolBarUI. downKey
Deprecated.As of Java 2 platform v1.3.protected KeyStroke
BasicSplitPaneUI. endKey
Deprecated.As of Java 2 platform v1.3.protected KeyStroke
BasicSplitPaneUI. homeKey
Deprecated.As of Java 2 platform v1.3.protected ActionListener
BasicSplitPaneUI. keyboardDownRightListener
Deprecated.As of Java 2 platform v1.3.protected ActionListener
BasicSplitPaneUI. keyboardEndListener
Deprecated.As of Java 2 platform v1.3.protected ActionListener
BasicSplitPaneUI. keyboardHomeListener
Deprecated.As of Java 2 platform v1.3.protected ActionListener
BasicSplitPaneUI. keyboardResizeToggleListener
Deprecated.As of Java 2 platform v1.3.protected ActionListener
BasicSplitPaneUI. keyboardUpLeftListener
Deprecated.As of Java 2 platform v1.3.protected KeyStroke
BasicSplitPaneUI. leftKey
Deprecated.As of Java 2 platform v1.3.protected KeyStroke
BasicTabbedPaneUI. leftKey
Deprecated.As of Java 2 platform v1.3.protected KeyStroke
BasicToolBarUI. leftKey
Deprecated.As of Java 2 platform v1.3.protected KeyStroke
BasicDesktopPaneUI. maximizeKey
Deprecated.As of 1.3.protected KeyStroke
BasicDesktopPaneUI. minimizeKey
Deprecated.As of 1.3.protected KeyStroke
BasicDesktopPaneUI. navigateKey
Deprecated.As of 1.3.protected KeyStroke
BasicDesktopPaneUI. navigateKey2
Deprecated.As of 1.3.protected KeyStroke
BasicInternalFrameUI. openMenuKey
Deprecated.As of Java 2 platform v1.3.protected KeyStroke
BasicSplitPaneUI. rightKey
Deprecated.As of Java 2 platform v1.3.protected KeyStroke
BasicTabbedPaneUI. rightKey
Deprecated.As of Java 2 platform v1.3.protected KeyStroke
BasicToolBarUI. rightKey
Deprecated.As of Java 2 platform v1.3.protected KeyStroke
BasicSplitPaneUI. upKey
Deprecated.As of Java 2 platform v1.3.protected KeyStroke
BasicTabbedPaneUI. upKey
Deprecated.As of Java 2 platform v1.3.protected KeyStroke
BasicToolBarUI. upKey
Deprecated.As of Java 2 platform v1.3.Methods in javax.swing.plaf.basic with annotations of type Deprecated Modifier and Type Method Description protected ActionListener
BasicSplitPaneUI. createKeyboardDownRightListener()
Deprecated.As of Java 2 platform v1.3.protected ActionListener
BasicSplitPaneUI. createKeyboardEndListener()
Deprecated.As of Java 2 platform v1.3.protected ActionListener
BasicSplitPaneUI. createKeyboardHomeListener()
Deprecated.As of Java 2 platform v1.3.protected ActionListener
BasicSplitPaneUI. createKeyboardResizeToggleListener()
Deprecated.As of Java 2 platform v1.3.protected ActionListener
BasicSplitPaneUI. createKeyboardUpLeftListener()
Deprecated.As of Java 2 platform v1.3.protected int
BasicSplitPaneUI. getDividerBorderSize()
Deprecated.As of Java 2 platform v1.3, instead set the border on the divider.Rectangle
BasicTextUI. modelToView(JTextComponent tc, int pos)
Deprecated.Rectangle
BasicTextUI. modelToView(JTextComponent tc, int pos, Position.Bias bias)
Deprecated.int
BasicTextUI. viewToModel(JTextComponent tc, Point pt)
Deprecated.int
BasicTextUI. viewToModel(JTextComponent tc, Point pt, Position.Bias[] biasReturn)
Deprecated. -
Uses of Deprecated in javax.swing.plaf.metal
Classes in javax.swing.plaf.metal with annotations of type Deprecated Modifier and Type Class Description class
MetalComboBoxUI.MetalComboPopup
Deprecated.As of Java 2 platform v1.4.protected class
MetalFileChooserUI.FileRenderer
Deprecated.As of JDK version 9. Obsolete class.protected class
MetalFileChooserUI.SingleClickListener
Deprecated.As of JDK version 9. Obsolete class.Methods in javax.swing.plaf.metal with annotations of type Deprecated Modifier and Type Method Description protected void
MetalComboBoxUI. editablePropertyChanged(PropertyChangeEvent e)
Deprecated.As of Java 2 platform v1.4.protected void
MetalComboBoxUI. removeListeners()
Deprecated.As of Java 2 platform v1.4.void
MetalScrollPaneUI. uninstallListeners(JScrollPane scrollPane)
Deprecated.- Replaced byMetalScrollPaneUI.uninstallListeners(JComponent)
-
Uses of Deprecated in javax.swing.plaf.multi
Methods in javax.swing.plaf.multi with annotations of type Deprecated Modifier and Type Method Description Rectangle
MultiTextUI. modelToView(JTextComponent a, int b)
Deprecated.Rectangle
MultiTextUI. modelToView(JTextComponent a, int b, Position.Bias c)
Deprecated.int
MultiTextUI. viewToModel(JTextComponent a, Point b)
Deprecated.int
MultiTextUI. viewToModel(JTextComponent a, Point b, Position.Bias[] c)
Deprecated. -
Uses of Deprecated in javax.swing.table
Fields in javax.swing.table with annotations of type Deprecated Modifier and Type Field Description protected int
TableColumn. resizedPostingDisableCount
Deprecated.as of Java 2 platform v1.3Methods in javax.swing.table with annotations of type Deprecated Modifier and Type Method Description void
TableColumn. disableResizedPosting()
Deprecated.as of Java 2 platform v1.3void
TableColumn. enableResizedPosting()
Deprecated.as of Java 2 platform v1.3 -
Uses of Deprecated in javax.swing.text
Classes in javax.swing.text with annotations of type Deprecated Modifier and Type Class Description class
DefaultTextUI
Deprecated.class
TableView.TableCell
Deprecated.A table cell can now be any View implementation.Methods in javax.swing.text with annotations of type Deprecated Modifier and Type Method Description protected TableView.TableCell
TableView. createTableCell(Element elem)
Deprecated.Table cells can now be any arbitrary View implementation and should be produced by the ViewFactory rather than the table.protected int
PasswordView. drawEchoCharacter(Graphics g, int x, int y, char c)
Deprecated.protected void
PlainView. drawLine(int lineIndex, Graphics g, int x, int y)
Deprecated.protected void
WrappedPlainView. drawLine(int p0, int p1, Graphics g, int x, int y)
Deprecated.protected int
PasswordView. drawSelectedText(Graphics g, int x, int y, int p0, int p1)
Deprecated.protected int
PlainView. drawSelectedText(Graphics g, int x, int y, int p0, int p1)
Deprecated.protected int
WrappedPlainView. drawSelectedText(Graphics g, int x, int y, int p0, int p1)
Deprecated.static int
Utilities. drawTabbedText(Segment s, int x, int y, Graphics g, TabExpander e, int startOffset)
Deprecated.protected int
PasswordView. drawUnselectedText(Graphics g, int x, int y, int p0, int p1)
Deprecated.protected int
PlainView. drawUnselectedText(Graphics g, int x, int y, int p0, int p1)
Deprecated.protected int
WrappedPlainView. drawUnselectedText(Graphics g, int x, int y, int p0, int p1)
Deprecated.static int
Utilities. getBreakLocation(Segment s, FontMetrics metrics, int x0, int x, TabExpander e, int startOffset)
Deprecated.protected FontMetrics
LabelView. getFontMetrics()
Deprecated.FontMetrics are not used for glyph rendering when running in the JDK.static int
Utilities. getPositionAbove(JTextComponent c, int offs, int x)
Deprecated.static int
Utilities. getPositionBelow(JTextComponent c, int offs, int x)
Deprecated.static int
Utilities. getTabbedTextOffset(Segment s, FontMetrics metrics, int x0, int x, TabExpander e, int startOffset)
Deprecated.static int
Utilities. getTabbedTextOffset(Segment s, FontMetrics metrics, int x0, int x, TabExpander e, int startOffset, boolean round)
Deprecated.static int
Utilities. getTabbedTextWidth(Segment s, FontMetrics metrics, int x, TabExpander e, int startOffset)
Deprecated.Rectangle
JTextComponent. modelToView(int pos)
Deprecated.replaced byJTextComponent.modelToView2D(int)
Shape
View. modelToView(int pos, Shape a)
Deprecated.int
JTextComponent. viewToModel(Point pt)
Deprecated.replaced byJTextComponent.viewToModel2D(Point2D)
int
View. viewToModel(float x, float y, Shape a)
Deprecated. -
Uses of Deprecated in javax.swing.text.html
Fields in javax.swing.text.html with annotations of type Deprecated Modifier and Type Field Description static String
FormView. RESET
Deprecated.As of 1.3, value comes from UIManager UIManager property FormView.resetButtonTextstatic String
FormView. SUBMIT
Deprecated.As of 1.3, value now comes from UIManager property FormView.submitButtonTextMethods in javax.swing.text.html with annotations of type Deprecated Modifier and Type Method Description protected void
HTMLEditorKit.InsertHTMLTextAction. insertAtBoundry(JEditorPane editor, HTMLDocument doc, int offset, Element insertElement, String html, HTML.Tag parentTag, HTML.Tag addTag)
Deprecated.As of Java 2 platform v1.3, use insertAtBoundary -
Uses of Deprecated in javax.swing.tree
Methods in javax.swing.tree with annotations of type Deprecated Modifier and Type Method Description protected void
DefaultTreeSelectionModel. notifyPathChange(Vector<?> changedPaths, TreePath oldLeadSelection)
Deprecated.As of JDK version 1.7 -
Uses of Deprecated in javax.tools
Methods in javax.tools with annotations of type Deprecated Modifier and Type Method Description static ClassLoader
ToolProvider. getSystemToolClassLoader()
Deprecated.This method is subject to removal in a future version of Java SE. Use thesystem tool provider
orservice loader
mechanisms to locate system tools as well as user-installed tools. -
Uses of Deprecated in javax.xml.bind
Methods in javax.xml.bind with annotations of type Deprecated Modifier and Type Method Description abstract Validator
JAXBContext. createValidator()
Deprecated.since JAXB2.0 -
Uses of Deprecated in javax.xml.stream
Methods in javax.xml.stream with annotations of type Deprecated Modifier and Type Method Description static XMLInputFactory
XMLInputFactory. newFactory()
Deprecated.static XMLEventFactory
XMLEventFactory. newInstance(String factoryId, ClassLoader classLoader)
Deprecated.This method has been deprecated to maintain API consistency. All newInstance methods have been replaced with corresponding newFactory methods. The replacementXMLEventFactory.newFactory(java.lang.String, java.lang.ClassLoader)
method defines no changes in behavior.static XMLInputFactory
XMLInputFactory. newInstance(String factoryId, ClassLoader classLoader)
Deprecated.This method has been deprecated to maintain API consistency. All newInstance methods have been replaced with corresponding newFactory methods. The replacementXMLInputFactory.newFactory(java.lang.String, java.lang.ClassLoader)
method defines no changes in behavior.static XMLInputFactory
XMLOutputFactory. newInstance(String factoryId, ClassLoader classLoader)
Deprecated.This method has been deprecated because it returns an instance of XMLInputFactory, which is of the wrong class. Use the new methodXMLOutputFactory.newFactory(java.lang.String, java.lang.ClassLoader)
instead. -
Uses of Deprecated in jdk.nashorn.api.scripting
Methods in jdk.nashorn.api.scripting with annotations of type Deprecated Modifier and Type Method Description static Object
AbstractJSObject. getDefaultValue(JSObject jsobj, Class<?> hint)
Deprecated.useJSObject.getDefaultValue(Class)
instead.double
AbstractJSObject. toNumber()
Deprecated.useJSObject.getDefaultValue(Class)
withNumber
hint instead.default double
JSObject. toNumber()
Deprecated.useJSObject.getDefaultValue(Class)
withNumber
hint instead.double
ScriptObjectMirror. toNumber()
Deprecated. -
Uses of Deprecated in netscape.javascript
Methods in netscape.javascript with annotations of type Deprecated Modifier and Type Method Description static JSObject
JSObject. getWindow(Applet applet)
Deprecated.The Applet API is deprecated. See the java.applet package documentation for further information. -
Uses of Deprecated in org.omg.CORBA
Classes in org.omg.CORBA with annotations of type Deprecated Modifier and Type Class Description class
DynamicImplementation
Deprecated.org.omg.CORBA.DynamicImplementationinterface
DynAny
Deprecated.Use the new DynAny insteadinterface
DynArray
Deprecated.Use the new DynArray insteadinterface
DynEnum
Deprecated.Use the new DynEnum insteadinterface
DynFixed
Deprecated.Use the new DynFixed insteadinterface
DynSequence
Deprecated.Use the new DynSequence insteadinterface
DynStruct
Deprecated.Use the new DynStruct insteadinterface
DynUnion
Deprecated.Use the new DynUnion insteadinterface
DynValue
Deprecated.Use the new DynValue insteadclass
Principal
Deprecated.Deprecated by CORBA 2.2.class
PrincipalHolder
Deprecated.Deprecated by CORBA 2.2.Methods in org.omg.CORBA with annotations of type Deprecated Modifier and Type Method Description DynAny
ORB. create_basic_dyn_any(TypeCode type)
Deprecated.Use the new DynAnyFactory API insteadDynAny
ORB. create_dyn_any(Any value)
Deprecated.Use the new DynAnyFactory API insteadDynArray
ORB. create_dyn_array(TypeCode type)
Deprecated.Use the new DynAnyFactory API insteadDynEnum
ORB. create_dyn_enum(TypeCode type)
Deprecated.Use the new DynAnyFactory API insteadDynSequence
ORB. create_dyn_sequence(TypeCode type)
Deprecated.Use the new DynAnyFactory API insteadDynStruct
ORB. create_dyn_struct(TypeCode type)
Deprecated.Use the new DynAnyFactory API insteadDynUnion
ORB. create_dyn_union(TypeCode type)
Deprecated.Use the new DynAnyFactory API insteadabstract TypeCode
ORB. create_recursive_sequence_tc(int bound, int offset)
Deprecated.Use a combination of create_recursive_tc and create_sequence_tc insteadvoid
ServerRequest. except(Any any)
Deprecated.use set_exception()Principal
Any. extract_Principal()
Deprecated.Deprecated by CORBA 2.2.Current
ORB. get_current()
Deprecated.useresolve_initial_references
.void
Any. insert_Principal(Principal p)
Deprecated.Deprecated by CORBA 2.2.void
DynamicImplementation. invoke(ServerRequest request)
Deprecated.Deprecated by Portable Object Adapterbyte[]
Principal. name()
Deprecated.Deprecated by CORBA 2.2.void
Principal. name(byte[] value)
Deprecated.Deprecated by CORBA 2.2.String
ServerRequest. op_name()
Deprecated.use operation()void
ServerRequest. params(NVList params)
Deprecated.use the methodarguments
void
ServerRequest. result(Any any)
Deprecated.use the methodset_result
Constructors in org.omg.CORBA with annotations of type Deprecated Constructor Description TCKind(int _value)
Deprecated.Do not use this constructor as this method should be private according to the OMG specification. UseTCKind.from_int(int)
instead. -
Uses of Deprecated in org.omg.CORBA.portable
Methods in org.omg.CORBA.portable with annotations of type Deprecated Modifier and Type Method Description Principal
InputStream. read_Principal()
Deprecated.Deprecated by CORBA 2.2.void
OutputStream. write_Principal(Principal value)
Deprecated.Deprecated by CORBA 2.2. -
Uses of Deprecated in org.xml.sax
Classes in org.xml.sax with annotations of type Deprecated Modifier and Type Interface Description interface
AttributeList
Deprecated.This interface has been replaced by the SAX2Attributes
interface, which includes Namespace support.interface
DocumentHandler
Deprecated.This interface has been replaced by the SAX2ContentHandler
interface, which includes Namespace support.interface
Parser
Deprecated.This interface has been replaced by the SAX2XMLReader
interface, which includes Namespace support. -
Uses of Deprecated in org.xml.sax.helpers
Classes in org.xml.sax.helpers with annotations of type Deprecated Modifier and Type Class Description class
ParserFactory
Deprecated.This class works with the deprecatedParser
interface.class
XMLReaderFactory
Deprecated.It is recommended to useSAXParserFactory
instead.
-