| Package | Description |
|---|---|
| java.awt |
Contains all of the classes for creating user interfaces and for painting graphics and images.
|
| 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.renderable |
Provides classes and interfaces for producing rendering-independent images.
|
| 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.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.sql |
Provides the API for accessing and processing data stored in a data source (usually a relational database) using the Java
TM programming language.
|
| java.util |
Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array).
|
| 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
TM 2 platform's core logging facilities.
|
| 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.jws.soap | |
| 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.security.auth |
This package provides a framework for authentication and authorization.
|
| javax.sql.rowset |
Standard interfaces and base classes for JDBC
RowSet 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.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.table |
Provides classes and interfaces for dealing with
javax.swing.JTable.
|
| javax.swing.text |
Provides classes and interfaces that deal with editable and noneditable text components.
|
| javax.swing.text.html |
Provides the class
HTMLEditorKit and supporting classes for creating HTML text editors.
|
| javax.swing.tree |
Provides classes and interfaces for dealing with
javax.swing.JTree.
|
| org.omg.CORBA |
Provides the mapping of the OMG CORBA APIs to the Java
TM programming language, including the class
ORB, 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.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
Frame.CROSSHAIR_CURSOR
Deprecated.
replaced by
Cursor.CROSSHAIR_CURSOR.
|
static int |
Frame.DEFAULT_CURSOR
Deprecated.
replaced by
Cursor.DEFAULT_CURSOR.
|
static int |
Frame.E_RESIZE_CURSOR
Deprecated.
replaced by
Cursor.E_RESIZE_CURSOR.
|
static int |
Frame.HAND_CURSOR
Deprecated.
replaced by
Cursor.HAND_CURSOR.
|
static int |
Frame.MOVE_CURSOR
Deprecated.
replaced by
Cursor.MOVE_CURSOR.
|
static int |
Frame.N_RESIZE_CURSOR
Deprecated.
replaced by
Cursor.N_RESIZE_CURSOR.
|
static int |
Frame.NE_RESIZE_CURSOR
Deprecated.
replaced by
Cursor.NE_RESIZE_CURSOR.
|
static int |
Frame.NW_RESIZE_CURSOR
Deprecated.
replaced by
Cursor.NW_RESIZE_CURSOR.
|
protected static Cursor |
Cursor.predefined
Deprecated.
As of JDK version 1.7, the
Cursor method should be used instead.
|
static int |
Frame.S_RESIZE_CURSOR
Deprecated.
replaced by
Cursor.S_RESIZE_CURSOR.
|
static int |
Frame.SE_RESIZE_CURSOR
Deprecated.
replaced by
Cursor.SE_RESIZE_CURSOR.
|
static int |
Frame.SW_RESIZE_CURSOR
Deprecated.
replaced by
Cursor.SW_RESIZE_CURSOR.
|
static int |
Frame.TEXT_CURSOR
Deprecated.
replaced by
Cursor.TEXT_CURSOR.
|
static int |
Frame.W_RESIZE_CURSOR
Deprecated.
replaced by
Cursor.W_RESIZE_CURSOR.
|
static int |
Frame.WAIT_CURSOR
Deprecated.
replaced by
Cursor.WAIT_CURSOR.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Component.action(Event
Deprecated.
As of JDK version 1.1, should register this component as ActionListener on component which fires action events.
|
void |
List.addItem(String
Deprecated.
replaced by
add(String).
|
void |
List.addItem(String
Deprecated.
replaced by
add(String, int).
|
void |
CardLayout.addLayoutComponent(String
Deprecated.
replaced by
addLayoutComponent(Component, Object).
|
void |
BorderLayout.addLayoutComponent(String
Deprecated.
replaced by
addLayoutComponent(Component, Object).
|
boolean |
List.allowsMultipleSelections()
Deprecated.
As of JDK version 1.1, replaced by
isMultipleMode().
|
void |
TextArea.appendText(String
Deprecated.
As of JDK version 1.1, replaced by
append(String).
|
void |
Window.applyResourceBundle(ResourceBundle
Deprecated.
As of J2SE 1.4, replaced by
Component.applyComponentOrientation.
|
void |
Window.applyResourceBundle(String
Deprecated.
As of J2SE 1.4, replaced by
Component.applyComponentOrientation.
|
Rectangle |
Component.bounds()
Deprecated.
As of JDK version 1.1, replaced by
getBounds().
|
void |
List.clear()
Deprecated.
As of JDK version 1.1, replaced by
removeAll().
|
int |
Container.countComponents()
Deprecated.
As of JDK version 1.1, replaced by getComponentCount().
|
int |
Menu.countItems()
Deprecated.
As of JDK version 1.1, replaced by
getItemCount().
|
int |
Choice.countItems()
Deprecated.
As of JDK version 1.1, replaced by
getItemCount().
|
int |
List.countItems()
Deprecated.
As of JDK version 1.1, replaced by
getItemCount().
|
int |
MenuBar.countMenus()
Deprecated.
As of JDK version 1.1, replaced by
getMenuCount().
|
void |
List.delItem(int position)
Deprecated.
replaced by
remove(String) and remove(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 |
Container.deliverEvent(Event
Deprecated.
As of JDK version 1.1, replaced by
dispatchEvent(AWTEvent e)
|
void |
Component.deliverEvent(Event
Deprecated.
As of JDK version 1.1, replaced by
dispatchEvent(AWTEvent e).
|
void |
MenuItem.disable()
Deprecated.
As of JDK version 1.1, replaced by
setEnabled(boolean).
|
void |
Component.disable()
Deprecated.
As of JDK version 1.1, replaced by
setEnabled(boolean).
|
void |
MenuItem.enable()
Deprecated.
As of JDK version 1.1, replaced by
setEnabled(boolean).
|
void |
Component.enable()
Deprecated.
As of JDK version 1.1, replaced by
setEnabled(boolean).
|
void |
MenuItem.enable(boolean b)
Deprecated.
As of JDK version 1.1, replaced by
setEnabled(boolean).
|
void |
Component.enable(boolean b)
Deprecated.
As of JDK version 1.1, replaced by
setEnabled(boolean).
|
Rectangle |
Polygon.getBoundingBox()
Deprecated.
As of JDK version 1.1, replaced by
getBounds().
|
Rectangle |
Graphics.getClipRect()
Deprecated.
As of JDK version 1.1, replaced by
getClipBounds().
|
Checkbox |
CheckboxGroup.getCurrent()
Deprecated.
As of JDK version 1.1, replaced by
getSelectedCheckbox().
|
int |
Frame.getCursorType()
Deprecated.
As of JDK version 1.1, replaced by
Component.getCursor().
|
abstract String |
Toolkit.getFontList()
Deprecated.
|
abstract FontMetrics |
Toolkit.getFontMetrics(Font
Deprecated.
As of JDK version 1.2, replaced by the
Font method getLineMetrics.
|
protected abstract java |
Toolkit.getFontPeer(String
Deprecated.
see java.awt.GraphicsEnvironment#getAllFonts
|
int |
Scrollbar.getLineIncrement()
Deprecated.
As of JDK version 1.1, replaced by
getUnitIncrement().
|
int |
FontMetrics.getMaxDecent()
Deprecated.
As of JDK version 1.1.1, replaced by
getMaxDescent().
|
static ComponentOrientation |
ComponentOrientation.getOrientation(ResourceBundle
Deprecated.
As of J2SE 1.4, use
ComponentOrientation.
|
int |
Scrollbar.getPageIncrement()
Deprecated.
As of JDK version 1.1, replaced by
getBlockIncrement().
|
java |
MenuComponent.getPeer()
Deprecated.
As of JDK version 1.1, programs should not directly manipulate peers.
|
java |
Component.getPeer()
Deprecated.
As of JDK version 1.1, programs should not directly manipulate peers; replaced by
boolean isDisplayable().
|
java |
Font.getPeer()
Deprecated.
Font rendering is now platform independent.
|
int |
Scrollbar.getVisible()
Deprecated.
As of JDK version 1.1, replaced by
getVisibleAmount().
|
boolean |
Component.gotFocus(Event
Deprecated.
As of JDK version 1.1, replaced by processFocusEvent(FocusEvent).
|
boolean |
Component.handleEvent(Event
Deprecated.
As of JDK version 1.1 replaced by processEvent(AWTEvent).
|
void |
Window.hide()
Deprecated.
As of JDK version 1.5, replaced by
Window.
|
void |
Dialog.hide()
Deprecated.
As of JDK version 1.5, replaced by
setVisible(boolean).
|
void |
Component.hide()
Deprecated.
As of JDK version 1.1, replaced by
setVisible(boolean).
|
void |
TextArea.insertText(String
Deprecated.
As of JDK version 1.1, replaced by
insert(String, int).
|
Insets |
Container.insets()
Deprecated.
As of JDK version 1.1, replaced by
getInsets().
|
boolean |
Rectangle.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 by
contains(int, int).
|
boolean |
Component.inside(int x, int y)
Deprecated.
As of JDK version 1.1, replaced by contains(int, int).
|
boolean |
Component.isFocusTraversable()
Deprecated.
As of 1.4, replaced by
isFocusable().
|
boolean |
List.isSelected(int index)
Deprecated.
As of JDK version 1.1, replaced by
isIndexSelected(int).
|
boolean |
Component.keyDown(Event
Deprecated.
As of JDK version 1.1, replaced by processKeyEvent(KeyEvent).
|
boolean |
Component.keyUp(Event
Deprecated.
As of JDK version 1.1, replaced by processKeyEvent(KeyEvent).
|
void |
ScrollPane.layout()
Deprecated.
As of JDK version 1.1, replaced by
doLayout().
|
void |
Container.layout()
Deprecated.
As of JDK version 1.1, replaced by
doLayout().
|
void |
Component.layout()
Deprecated.
As of JDK version 1.1, replaced by
doLayout().
|
Component |
Container.locate(int x, int y)
Deprecated.
As of JDK version 1.1, replaced by
getComponentAt(int, int).
|
Component |
Component.locate(int x, int y)
Deprecated.
As of JDK version 1.1, replaced by getComponentAt(int, int).
|
Point |
Component.location()
Deprecated.
As of JDK version 1.1, replaced by
getLocation().
|
boolean |
Component.lostFocus(Event
Deprecated.
As of JDK version 1.1, replaced by processFocusEvent(FocusEvent).
|
Dimension |
TextField.minimumSize()
Deprecated.
As of JDK version 1.1, replaced by
getMinimumSize().
|
Dimension |
TextArea.minimumSize()
Deprecated.
As of JDK version 1.1, replaced by
getMinimumSize().
|
Dimension |
List.minimumSize()
Deprecated.
As of JDK version 1.1, replaced by
getMinimumSize().
|
Dimension |
Container.minimumSize()
Deprecated.
As of JDK version 1.1, replaced by
getMinimumSize().
|
Dimension |
Component.minimumSize()
Deprecated.
As of JDK version 1.1, replaced by
getMinimumSize().
|
Dimension |
TextField.minimumSize(int columns)
Deprecated.
As of JDK version 1.1, replaced by
getMinimumSize(int).
|
Dimension |
List.minimumSize(int rows)
Deprecated.
As of JDK version 1.1, replaced by
getMinimumSize(int).
|
Dimension |
TextArea.minimumSize(int rows, int columns)
Deprecated.
As of JDK version 1.1, replaced by
getMinimumSize(int, int).
|
boolean |
Component.mouseDown(Event
Deprecated.
As of JDK version 1.1, replaced by processMouseEvent(MouseEvent).
|
boolean |
Component.mouseDrag(Event
Deprecated.
As of JDK version 1.1, replaced by processMouseMotionEvent(MouseEvent).
|
boolean |
Component.mouseEnter(Event
Deprecated.
As of JDK version 1.1, replaced by processMouseEvent(MouseEvent).
|
boolean |
Component.mouseExit(Event
Deprecated.
As of JDK version 1.1, replaced by processMouseEvent(MouseEvent).
|
boolean |
Component.mouseMove(Event
Deprecated.
As of JDK version 1.1, replaced by processMouseMotionEvent(MouseEvent).
|
boolean |
Component.mouseUp(Event
Deprecated.
As of JDK version 1.1, replaced by processMouseEvent(MouseEvent).
|
void |
Rectangle.move(int x, int y)
Deprecated.
As of JDK version 1.1, replaced by
setLocation(int, int).
|
void |
Component.move(int x, int y)
Deprecated.
As of JDK version 1.1, replaced by
setLocation(int, int).
|
void |
Component.nextFocus()
Deprecated.
As of JDK version 1.1, replaced by transferFocus().
|
boolean |
Window.postEvent(Event
Deprecated.
As of JDK version 1.1 replaced by
dispatchEvent(AWTEvent).
|
boolean |
MenuContainer.postEvent(Event
Deprecated.
As of JDK version 1.1 replaced by dispatchEvent(AWTEvent).
|
boolean |
MenuComponent.postEvent(Event
Deprecated.
As of JDK version 1.1, replaced by
dispatchEvent.
|
boolean |
Component.postEvent(Event
Deprecated.
As of JDK version 1.1, replaced by dispatchEvent(AWTEvent).
|
Dimension |
TextField.preferredSize()
Deprecated.
As of JDK version 1.1, replaced by
getPreferredSize().
|
Dimension |
TextArea.preferredSize()
Deprecated.
As of JDK version 1.1, replaced by
getPreferredSize().
|
Dimension |
List.preferredSize()
Deprecated.
As of JDK version 1.1, replaced by
getPreferredSize().
|
Dimension |
Container.preferredSize()
Deprecated.
As of JDK version 1.1, replaced by
getPreferredSize().
|
Dimension |
Component.preferredSize()
Deprecated.
As of JDK version 1.1, replaced by
getPreferredSize().
|
Dimension |
TextField.preferredSize(int columns)
Deprecated.
As of JDK version 1.1, replaced by
getPreferredSize(int).
|
Dimension |
List.preferredSize(int rows)
Deprecated.
As of JDK version 1.1, replaced by
getPreferredSize(int).
|
Dimension |
TextArea.preferredSize(int rows, int columns)
Deprecated.
As of JDK version 1.1, replaced by
getPreferredSize(int, int).
|
void |
TextArea.replaceText(String
Deprecated.
As of JDK version 1.1, replaced by
replaceRange(String, int, int).
|
void |
Window.reshape(int x, int y, int width, int height)
Deprecated.
As of JDK version 1.1, replaced by
setBounds(int, int, int, int).
|
void |
Rectangle.reshape(int x, int y, int width, int height)
Deprecated.
As of JDK version 1.1, replaced by
setBounds(int, int, int, int).
|
void |
Component.reshape(int x, int y, int width, int height)
Deprecated.
As of JDK version 1.1, replaced by
setBounds(int, int, int, int).
|
void |
Component.resize(Dimension
Deprecated.
As of JDK version 1.1, replaced by
setSize(Dimension).
|
void |
Rectangle.resize(int width, int height)
Deprecated.
As of JDK version 1.1, replaced by
setSize(int, int).
|
void |
Component.resize(int width, int height)
Deprecated.
As of JDK version 1.1, replaced by
setSize(int, int).
|
void |
CheckboxGroup.setCurrent(Checkbox
Deprecated.
As of JDK version 1.1, replaced by
setSelectedCheckbox(Checkbox).
|
void |
Frame.setCursor(int cursorType)
Deprecated.
As of JDK version 1.1, replaced by
Component.setCursor(Cursor).
|
void |
TextField.setEchoCharacter(char c)
Deprecated.
As of JDK version 1.1, replaced by
setEchoChar(char).
|
void |
Scrollbar.setLineIncrement(int v)
Deprecated.
As of JDK version 1.1, replaced by
setUnitIncrement(int).
|
void |
List.setMultipleSelections(boolean b)
Deprecated.
As of JDK version 1.1, replaced by
setMultipleMode(boolean).
|
void |
Scrollbar.setPageIncrement(int v)
Deprecated.
As of JDK version 1.1, replaced by
setBlockIncrement().
|
void |
Window.show()
Deprecated.
As of JDK version 1.5, replaced by
Window.
|
void |
Dialog.show()
Deprecated.
As of JDK version 1.5, replaced by
setVisible(boolean).
|
void |
Component.show()
Deprecated.
As of JDK version 1.1, replaced by
setVisible(boolean).
|
void |
Component.show(boolean b)
Deprecated.
As of JDK version 1.1, replaced by
setVisible(boolean).
|
Dimension |
Component.size()
Deprecated.
As of JDK version 1.1, replaced by
getSize().
|
| Modifier and Type | Field and Description |
|---|---|
static DataFlavor |
DataFlavor.plainTextFlavor
Deprecated.
as of 1.3. Use
DataFlavor.getReaderForText(Transferable) instead of Transferable.getTransferData(DataFlavor.plainTextFlavor).
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DataFlavor.equals(String
Deprecated.
As inconsistent with
hashCode() contract, use isMimeTypeEqual(String) instead.
|
protected String |
DataFlavor.normalizeMimeType(String
Deprecated.
|
protected String |
DataFlavor.normalizeMimeTypeParameter(String
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyEvent.setModifiers(int modifiers)
Deprecated.
as of JDK1.1.4
|
| Constructor and Description | |
|---|---|
KeyEvent(Component
Deprecated.
as of JDK1.1
|
| Modifier and Type | Method and Description |
|---|---|
void |
RenderContext.concetenateTransform(AffineTransform
Deprecated.
replaced by
concatenateTransform(AffineTransform).
|
void |
RenderContext.preConcetenateTransform(AffineTransform
Deprecated.
replaced by
preConcatenateTransform(AffineTransform).
|
| Modifier and Type | Class and 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 the
StringReader class.
|
| Modifier and Type | Method and Description |
|---|---|
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 the
BufferedReader.readLine() method. Programs that use the DataInputStream class to read lines can be converted to use the BufferedReader class by replacing code of the form:
with:
|
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 the
toString(String enc) method, which takes an encoding-name argument, or the toString() method, which uses the platform's default character encoding.
|
URL |
File.toURL()
|
abstract void |
ObjectOutputStream.PutField.write(ObjectOutput
Deprecated.
This method does not write the values contained by this
PutField object in a proper format, and may result in corruption of the serialization stream. The correct way to write PutField data is by calling the ObjectOutputStream method.
|
| Constructor and Description | |
|---|---|
StreamTokenizer(InputStream
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); |
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
SecurityManager.inCheck
Deprecated.
This type of security checking is not recommended. It is recommended that the
checkPermission call be used instead.
|
static Character |
Character.UnicodeBlock.SURROGATES_AREA
Deprecated.
As of J2SE 5, use
Character, Character, and Character. These new constants match the block definitions of the Unicode Standard. The Character and Character methods return the new constants, not SURROGATES_AREA.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ThreadGroup.allowThreadSuspension(boolean b)
Deprecated.
The definition of this call depends on
ThreadGroup, which is deprecated. Further, the behavior of this call was never specified.
|
void |
SecurityManager.checkAwtEventQueueAccess()
Deprecated.
The dependency on
AWTPermission creates an impediment to future modularization of the Java platform. Users of this method should instead invoke SecurityManager directly. This method will be changed in a future release to check the permission java.security.AllPermission.
|
void |
SecurityManager.checkMemberAccess(Class
Deprecated.
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 invoke
SecurityManager directly. This method will be changed in a future release to check the permission java.security.AllPermission.
|
void |
SecurityManager.checkMulticast(InetAddress
Deprecated.
Use #checkPermission(java.security.Permission) instead
|
void |
SecurityManager.checkSystemClipboardAccess()
Deprecated.
The dependency on
AWTPermission creates an impediment to future modularization of the Java platform. Users of this method should instead invoke SecurityManager directly. This method will be changed in a future release to check the permission java.security.AllPermission.
|
boolean |
SecurityManager.checkTopLevelWindow(Object
Deprecated.
The dependency on
AWTPermission creates an impediment to future modularization of the Java platform. Users of this method should instead invoke SecurityManager directly. This method will be changed in a future release to check the permission java.security.AllPermission.
|
protected int |
SecurityManager.classDepth(String
Deprecated.
This type of security checking is not recommended. It is recommended that the
checkPermission call be used instead.
|
protected int |
SecurityManager.classLoaderDepth()
Deprecated.
This type of security checking is not recommended. It is recommended that the
checkPermission call be used instead.
|
int |
Thread.countStackFrames()
Deprecated.
The definition of this call depends on
Thread, which is deprecated. Further, the results of this call were never well-defined.
|
protected ClassLoader |
SecurityManager.currentClassLoader()
Deprecated.
This type of security checking is not recommended. It is recommended that the
checkPermission call be used instead.
|
protected Class |
SecurityManager.currentLoadedClass()
Deprecated.
This type of security checking is not recommended. It is recommended that the
checkPermission call be used instead.
|
protected Class |
ClassLoader.defineClass(byte[] b, int off, int len)
Deprecated.
Replaced by
defineClass(String, byte[], int, int)
|
void |
Thread.destroy()
Deprecated.
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 if were to be implemented, it would be deadlock-prone in much the manner of
Thread. 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?.
|
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 the
String method, which uses the platform's default charset.
|
boolean |
SecurityManager.getInCheck()
Deprecated.
This type of security checking is not recommended. It is recommended that the
checkPermission call be used instead.
|
InputStream |
Runtime.getLocalizedInputStream(InputStream
Deprecated.
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 the
InputStreamReader and BufferedReader classes.
|
OutputStream |
Runtime.getLocalizedOutputStream(OutputStream
Deprecated.
As of JDK 1.1, the preferred way to translate a Unicode character stream into a byte stream in the local encoding is via the
OutputStreamWriter, BufferedWriter, and PrintWriter classes.
|
protected boolean |
SecurityManager.inClass(String
Deprecated.
This type of security checking is not recommended. It is recommended that the
checkPermission call be used instead.
|
protected boolean |
SecurityManager.inClassLoader()
Deprecated.
This type of security checking is not recommended. It is recommended that the
checkPermission call be used instead.
|
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).
|
void |
Thread.resume()
Deprecated.
This method exists solely for use with
Thread, 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 with Thread.suspend and ThreadGroup.suspend, both of which have been deprecated, as they are inherently deadlock-prone. See
Thread for details.
|
static void |
Runtime.runFinalizersOnExit(boolean value)
Deprecated.
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.
|
static void |
System.runFinalizersOnExit(boolean value)
Deprecated.
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.
|
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 unchecked
ThreadDeath 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 of stop 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), the interrupt method should be used to interrupt the wait. For more information, see Why are Thread.stop, Thread.suspend and Thread.resume Deprecated?.
|
void |
ThreadGroup.stop()
Deprecated.
This method is inherently unsafe. See
Thread for details.
|
void |
Thread.stop(Throwable
Deprecated.
This method was originally designed to force a thread to stop and throw a given
Throwable as an exception. It was inherently unsafe (see Thread 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?.
|
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 calling
resume, 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. See
Thread for details.
|
| Constructor and Description | |
|---|---|
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 the
String constructors that take a Charset, 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 the
String constructors that take a Charset, charset name, or that use the platform's default charset.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
HttpURLConnection.HTTP_SERVER_ERROR
Deprecated.
it is misplaced and shouldn't have existed.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
URLDecoder.decode(String
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
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
Deprecated.
The instance specific getRequestProperty method should be used after an appropriate instance of URLConnection is obtained.
|
byte |
MulticastSocket.getTTL()
Deprecated.
use the getTimeToLive method instead, which returns an int instead of a byte.
|
protected abstract byte |
DatagramSocketImpl.getTTL()
Deprecated.
use getTimeToLive instead.
|
void |
MulticastSocket.send(DatagramPacket
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
Deprecated.
The instance specific setRequestProperty method should be used after an appropriate instance of URLConnection is obtained. Invoking this method will have no effect.
|
void |
MulticastSocket.setTTL(byte ttl)
Deprecated.
use the setTimeToLive method instead, which uses int instead of byte as the type for ttl.
|
protected abstract void |
DatagramSocketImpl.setTTL(byte ttl)
Deprecated.
use setTimeToLive instead.
|
protected void |
URLStreamHandler.setURL(URL
Deprecated.
Use setURL(URL, String, String, int, String, String, String, String);
|
| Constructor and Description | |
|---|---|
Socket(InetAddress
Deprecated.
Use DatagramSocket instead for UDP transport.
|
|
Socket(String
Deprecated.
Use DatagramSocket instead for UDP transport.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RMISecurityException
Deprecated.
Use
SecurityException instead. Application code should never directly reference this class, and RMISecurityManager no longer throws this subclass of java.lang.SecurityException.
|
class |
RMISecurityManager
Deprecated.
Use
SecurityManager instead.
|
class |
ServerRuntimeException
Deprecated.
no replacement
|
| Constructor and Description | |
|---|---|
RMISecurityException(String
Deprecated.
no replacement
|
|
RMISecurityException(String
Deprecated.
no replacement
|
|
ServerRuntimeException(String
Deprecated.
no replacement
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
VMID.isUnique()
Deprecated.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RegistryHandler
Deprecated.
no replacement
|
| Modifier and Type | Method and Description |
|---|---|
Registry |
RegistryHandler.registryImpl(int port)
Deprecated.
no replacement. As of the Java 2 platform v1.2, RMI no longer uses the
RegistryHandler to obtain the registry's implementation.
|
Registry |
RegistryHandler.registryStub(String
Deprecated.
no replacement. As of the Java 2 platform v1.2, RMI no longer uses the
RegistryHandler to obtain the registry's stub.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LoaderHandler
Deprecated.
no replacement
|
class |
LogStream
Deprecated.
no replacement
|
class |
Operation
Deprecated.
no replacement
|
interface |
RemoteCall
Deprecated.
no replacement.
|
class |
RemoteStub
Deprecated.
Statically generated stubs are deprecated, since stubs are generated dynamically. See
UnicastRemoteObject 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. Use
ExportException instead.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Skeleton.dispatch(Remote
Deprecated.
no replacement
|
void |
RemoteCall.done()
Deprecated.
no replacement
|
void |
RemoteRef.done(RemoteCall
Deprecated.
1.2 style stubs no longer use this method. Instead of using a sequence of method calls to the remote reference (
newCall, invoke, and done), 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 replacement
|
static RemoteStub |
UnicastRemoteObject.exportObject(Remote
Deprecated.
This method is deprecated because it supports only static stubs. Use
exportObject(Remote, port) or exportObject(Remote, port, csf, ssf) instead.
|
static PrintStream |
LogStream.getDefaultStream()
Deprecated.
no replacement
|
ObjectInput |
RemoteCall.getInputStream()
Deprecated.
no replacement
|
String |
Operation.getOperation()
Deprecated.
no replacement
|
Operation |
Skeleton.getOperations()
Deprecated.
no replacement
|
OutputStream |
LogStream.getOutputStream()
Deprecated.
no replacement
|
ObjectOutput |
RemoteCall.getOutputStream()
Deprecated.
no replacement
|
ObjectOutput |
RemoteCall.getResultStream(boolean success)
Deprecated.
no replacement
|
Object |
LoaderHandler.getSecurityContext(ClassLoader
Deprecated.
no replacement
|
static Object |
RMIClassLoader.getSecurityContext(ClassLoader
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
Deprecated.
1.2 style stubs no longer use this method. Instead of using a sequence of method calls to the remote reference (
newCall, invoke, and done), 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
Deprecated.
no replacement
|
static Class |
RMIClassLoader.loadClass(String
Deprecated.
replaced by
loadClass(String,String) method
|
Class |
LoaderHandler.loadClass(URL
Deprecated.
no replacement
|
static LogStream |
LogStream.log(String
Deprecated.
no replacement
|
RemoteCall |
RemoteRef.newCall(RemoteObject
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, and done), 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
Deprecated.
no replacement
|
void |
RemoteCall.releaseInputStream()
Deprecated.
no replacement
|
void |
RemoteCall.releaseOutputStream()
Deprecated.
no replacement
|
static void |
LogStream.setDefaultStream(PrintStream
Deprecated.
no replacement
|
void |
LogStream.setOutputStream(OutputStream
Deprecated.
no replacement
|
protected static void |
RemoteStub.setRef(RemoteStub
Deprecated.
No replacement. The
setRef method was intended for setting the remote reference of a remote stub. This is unnecessary, since RemoteStubs can be created and initialized with a remote reference through use of the RemoteStub constructor.
|
String |
LogStream.toString()
Deprecated.
no replacement
|
String |
Operation.toString()
Deprecated.
no replacement
|
void |
LogStream.write(byte[] b, int off, int len)
Deprecated.
no replacement
|
void |
LogStream.write(int b)
Deprecated.
no replacement
|
| Constructor and Description | |
|---|---|
Operation(String
Deprecated.
no replacement
|
|
SkeletonMismatchException(String
Deprecated.
no replacement
|
| Modifier and Type | Interface and 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 by
java.security.KeyStore, the java.security.cert package, and java.security.Principal.
|
class |
IdentityScope
Deprecated.
This class is no longer used. Its functionality has been replaced by
java.security.KeyStore, the java.security.cert package, and java.security.Principal.
|
class |
Signer
Deprecated.
This class is no longer used. Its functionality has been replaced by
java.security.KeyStore, the java.security.cert package, and java.security.Principal.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Object |
SignatureSpi.engineGetParameter(String
Deprecated.
|
protected abstract void |
SignatureSpi.engineSetParameter(String
Deprecated.
Replaced by
engineSetParameter.
|
static String |
Security.getAlgorithmProperty(String
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-independent
AlgorithmParameters and KeyFactory engine classes (introduced in the J2SE version 1.2 platform) instead.
|
Object |
Signature.getParameter(String
Deprecated.
|
void |
Signature.setParameter(String
Deprecated.
Use
setParameter.
|
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
ResultSet.getBigDecimal(int columnIndex, int scale)
Deprecated.
Use
getBigDecimal(int columnIndex) or getBigDecimal(String columnLabel)
|
BigDecimal |
CallableStatement.getBigDecimal(int parameterIndex, int scale)
Deprecated.
use
getBigDecimal(int parameterIndex) or getBigDecimal(String parameterName)
|
BigDecimal |
ResultSet.getBigDecimal(String
Deprecated.
Use
getBigDecimal(int columnIndex) or getBigDecimal(String columnLabel)
|
int |
Time.getDate()
Deprecated.
|
int |
Time.getDay()
Deprecated.
|
int |
Date.getHours()
Deprecated.
|
static PrintStream |
DriverManager.getLogStream()
Deprecated.
Use
getLogWriter
|
int |
Date.getMinutes()
Deprecated.
|
int |
Time.getMonth()
Deprecated.
|
int |
Date.getSeconds()
Deprecated.
|
InputStream |
ResultSet.getUnicodeStream(int columnIndex)
Deprecated.
use
getCharacterStream in place of getUnicodeStream
|
InputStream |
ResultSet.getUnicodeStream(String
Deprecated.
use
getCharacterStream instead
|
int |
Time.getYear()
Deprecated.
|
void |
Time.setDate(int i)
Deprecated.
|
void |
Date.setHours(int i)
Deprecated.
|
static void |
DriverManager.setLogStream(PrintStream
Deprecated.
Use
setLogWriter
|
void |
Date.setMinutes(int i)
Deprecated.
|
void |
Time.setMonth(int i)
Deprecated.
|
void |
Date.setSeconds(int i)
Deprecated.
|
void |
PreparedStatement.setUnicodeStream(int parameterIndex, InputStream
Deprecated.
Use
setCharacterStream
|
void |
Time.setYear(int i)
Deprecated.
|
| Constructor and Description | |
|---|---|
Date(int year, int month, int day)
Deprecated.
instead use the constructor
Date(long date)
|
|
Time(int hour, int minute, int second)
Deprecated.
Use the constructor that takes a milliseconds value in place of this constructor
|
|
Timestamp(int year, int month, int date, int hour, int minute, int second, int nano)
Deprecated.
instead use the constructor
Timestamp(long millis)
|
| Modifier and Type | Method and Description |
|---|---|
int |
Date.getDate()
Deprecated.
As of JDK version 1.1, replaced by
Calendar.get(Calendar.DAY_OF_MONTH).
|
int |
Date.getDay()
Deprecated.
As of JDK version 1.1, replaced by
Calendar.get(Calendar.DAY_OF_WEEK).
|
int |
Date.getHours()
Deprecated.
As of JDK version 1.1, replaced by
Calendar.get(Calendar.HOUR_OF_DAY).
|
int |
Date.getMinutes()
Deprecated.
As of JDK version 1.1, replaced by
Calendar.get(Calendar.MINUTE).
|
int |
Date.getMonth()
Deprecated.
As of JDK version 1.1, replaced by
Calendar.get(Calendar.MONTH).
|
int |
Date.getSeconds()
Deprecated.
As of JDK version 1.1, replaced by
Calendar.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 by
Calendar.get(Calendar.YEAR) - 1900.
|
static long |
Date.parse(String
Deprecated.
As of JDK version 1.1, replaced by
DateFormat.parse(String s).
|
void |
Properties.save(OutputStream
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 the
store(OutputStream out, String comments) method or the storeToXML(OutputStream os, String comment) method.
|
void |
Date.setDate(int date)
Deprecated.
As of JDK version 1.1, replaced by
Calendar.set(Calendar.DAY_OF_MONTH, int date).
|
void |
Date.setHours(int hours)
Deprecated.
As of JDK version 1.1, replaced by
Calendar.set(Calendar.HOUR_OF_DAY, int hours).
|
void |
Date.setMinutes(int minutes)
Deprecated.
As of JDK version 1.1, replaced by
Calendar.set(Calendar.MINUTE, int minutes).
|
void |
Date.setMonth(int month)
Deprecated.
As of JDK version 1.1, replaced by
Calendar.set(Calendar.MONTH, int month).
|
void |
Date.setSeconds(int seconds)
Deprecated.
As of JDK version 1.1, replaced by
Calendar.set(Calendar.SECOND, int seconds).
|
void |
Date.setYear(int year)
Deprecated.
As of JDK version 1.1, replaced by
Calendar.set(Calendar.YEAR, year + 1900).
|
String |
Date.toGMTString()
Deprecated.
As of JDK version 1.1, replaced by
DateFormat.format(Date date), using a GMT TimeZone.
|
String |
Date.toLocaleString()
Deprecated.
As of JDK version 1.1, replaced by
DateFormat.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 by
Calendar.set(year + 1900, month, date, hrs, min, sec) or GregorianCalendar(year + 1900, month, date, hrs, min, sec), using a UTC TimeZone, followed by Calendar.getTime().getTime().
|
| Constructor and Description | |
|---|---|
Date(int year, int month, int date)
Deprecated.
As of JDK version 1.1, replaced by
Calendar.set(year + 1900, month, date) or GregorianCalendar(year + 1900, month, date).
|
|
Date(int year, int month, int date, int hrs, int min)
Deprecated.
As of JDK version 1.1, replaced by
Calendar.set(year + 1900, month, date, hrs, min) or GregorianCalendar(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 by
Calendar.set(year + 1900, month, date, hrs, min, sec) or GregorianCalendar(year + 1900, month, date, hrs, min, sec).
|
|
Date(String
Deprecated.
As of JDK version 1.1, replaced by
DateFormat.parse(String s).
|
| Modifier and Type | Method and Description |
|---|---|
default void |
Pack200.Packer.addPropertyChangeListener(PropertyChangeListener
Deprecated.
The dependency on
PropertyChangeListener creates a significant impediment to future modularization of the Java platform. This method will be removed in a future release. Applications that need to monitor progress of the packer can poll the value of the PROGRESS property instead.
|
default void |
Pack200.Unpacker.addPropertyChangeListener(PropertyChangeListener
Deprecated.
The dependency on
PropertyChangeListener creates a significant impediment to future modularization of the Java platform. This method will be removed in a future release. Applications that need to monitor progress of the unpacker can poll the value of the PROGRESS property instead.
|
default void |
Pack200.Packer.removePropertyChangeListener(PropertyChangeListener
Deprecated.
The dependency on
PropertyChangeListener creates a significant impediment to future modularization of the Java platform. This method will be removed in a future release.
|
default void |
Pack200.Unpacker.removePropertyChangeListener(PropertyChangeListener
Deprecated.
The dependency on
PropertyChangeListener creates a significant impediment to future modularization of the Java platform. This method will be removed in a future release.
|
| Modifier and Type | Field and 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 call
Logger.getGlobal(). For compatibility with old JDK versions where the Logger.getGlobal() is not available use the call Logger.getLogger(Logger.GLOBAL_LOGGER_NAME) or Logger.getLogger("global").
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogManager.addPropertyChangeListener(PropertyChangeListener
Deprecated.
The dependency on
PropertyChangeListener creates a significant impediment to future modularization of the Java platform. This method will be removed in a future release. The global LogManager can detect changes to the logging configuration by overridding the readConfiguration method.
|
void |
Logger.logrb(Level
|
void |
Logger.logrb(Level
|
void |
Logger.logrb(Level
|
void |
Logger.logrb(Level
|
void |
LogManager.removePropertyChangeListener(PropertyChangeListener
Deprecated.
The dependency on
PropertyChangeListener creates a significant impediment to future modularization of the Java platform. This method will be removed in a future release. The global LogManager can detect changes to the logging configuration by overridding the readConfiguration method.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessibleResourceBundle
Deprecated.
This class is deprecated as of version 1.3 of the Java Platform.
|
| Modifier and Type | Field and 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 }.
|
| Modifier and Type | Class and Description |
|---|---|
interface |
InitParam
Deprecated.
|
interface |
SOAPMessageHandler
Deprecated.
|
interface |
SOAPMessageHandlers
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLoaderRepository
Deprecated.
Use
MBeanServer instead.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectInputStream |
MBeanServer.deserialize(ObjectName
Deprecated.
Use
getClassLoaderFor to obtain the appropriate class loader for deserialization.
|
ObjectInputStream |
MBeanServer.deserialize(String
Deprecated.
Use
MBeanServer to obtain the class loader repository and use it to deserialize.
|
ObjectInputStream |
MBeanServer.deserialize(String
Deprecated.
Use
getClassLoader to obtain the class loader for deserialization.
|
void |
StringValueExp.setMBeanServer(MBeanServer
Deprecated.
|
void |
ValueExp.setMBeanServer(MBeanServer
Deprecated.
This method is not needed because a
ValueExp can access the MBean server in which it is being evaluated by using QueryEval.
|
void |
AttributeValueExp.setMBeanServer(MBeanServer
Deprecated.
This method has no effect. The MBean Server used to obtain an attribute value is
QueryEval.
|
| Constructor and Description | |
|---|---|
AttributeValueExp()
Deprecated.
An instance created with this constructor cannot be used in a query.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLoaderRepository
Deprecated.
Use
MBeanServer} instead.
|
| Modifier and Type | Field and Description |
|---|---|
protected int |
Monitor.alreadyNotified
Deprecated.
equivalent to
Monitor[0].
|
protected String |
Monitor.dbgTag
Deprecated.
No replacement.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
OpenType.ALLOWED_CLASSNAMES
Deprecated.
Use
ALLOWED_CLASSNAMES_LIST instead.
|
| Modifier and Type | Class and 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.
|
| Modifier and Type | Field and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseRowSet.setUnicodeStream(int parameterIndex, InputStream
Deprecated.
getCharacterStream should be used in its place
|
| Modifier and Type | Field and Description |
|---|---|
protected FocusListener |
JComponent.AccessibleJComponent.accessibleFocusHandler
Deprecated.
|
protected boolean |
JViewport.backingStore
Deprecated.
As of Java 2 platform v1.3
|
protected static Component |
ImageIcon.component
Deprecated.
since 1.8
|
protected javax |
JRootPane.defaultPressAction
Deprecated.
As of Java 2 platform v1.3.
|
protected javax |
JRootPane.defaultReleaseAction
Deprecated.
As of Java 2 platform v1.3.
|
protected static MediaTracker |
ImageIcon.tracker
Deprecated.
since 1.8
|
| Modifier and Type | Method and Description |
|---|---|
static JScrollPane |
JTable.createScrollPaneForTable(JTable
Deprecated.
As of Swing version 1.0.2, replaced by
new JScrollPane(aTable).
|
void |
JComponent.disable()
Deprecated.
As of JDK version 1.1, replaced by
java.awt.Component.setEnabled(boolean).
|
static void |
FocusManager.disableSwingFocusManager()
Deprecated.
as of 1.4, replaced by
KeyboardFocusManager.setDefaultFocusTraversalPolicy(FocusTraversalPolicy)
|
void |
JComponent.enable()
Deprecated.
As of JDK version 1.1, replaced by
java.awt.Component.setEnabled(boolean).
|
static Component |
SwingUtilities.findFocusOwner(Component
Deprecated.
As of 1.4, replaced by
KeyboardFocusManager.getFocusOwner().
|
Component |
JPopupMenu.getComponentAtIndex(int i)
Deprecated.
replaced by
Container
|
Component |
JMenuBar.getComponentAtIndex(int i)
Deprecated.
replaced by
getComponent(int i)
|
static KeyStroke |
KeyStroke.getKeyStroke(char keyChar, boolean onKeyRelease)
Deprecated.
use getKeyStroke(char)
|
String |
AbstractButton.getLabel()
Deprecated.
- Replaced by
getText
|
JMenuBar |
JRootPane.getMenuBar()
Deprecated.
As of Swing version 1.0.3 replaced by
getJMenuBar().
|
JMenuBar |
JInternalFrame.getMenuBar()
Deprecated.
As of Swing version 1.0.3, replaced by
getJMenuBar().
|
Component |
JComponent.getNextFocusableComponent()
Deprecated.
As of 1.4, replaced by
FocusTraversalPolicy.
|
Object |
JList.getSelectedValues()
Deprecated.
As of JDK 1.7, replaced by
JList
|
String |
JPasswordField.getText()
Deprecated.
As of Java 2 platform v1.2, replaced by
getPassword.
|
String |
JPasswordField.getText(int offs, int len)
Deprecated.
As of Java 2 platform v1.2, replaced by
getPassword.
|
Rectangle |
ScrollPaneLayout.getViewportBorderBounds(JScrollPane
Deprecated.
As of JDK version Swing1.1 replaced by
JScrollPane.getViewportBorderBounds().
|
void |
JComponent.hide()
Deprecated.
|
boolean |
JViewport.isBackingStoreEnabled()
Deprecated.
As of Java 2 platform v1.3, replaced by
getScrollMode().
|
static boolean |
FocusManager.isFocusManagerEnabled()
Deprecated.
As of 1.4, replaced by
KeyboardFocusManager.getDefaultFocusTraversalPolicy()
|
boolean |
JComponent.isManagingFocus()
Deprecated.
As of 1.4, replaced by
Component.setFocusTraversalKeys(int, Set) and Container.setFocusCycleRoot(boolean).
|
boolean |
JComponent.requestDefaultFocus()
Deprecated.
As of 1.4, replaced by
FocusTraversalPolicy.getDefaultComponent(Container).requestFocus()
|
void |
JComponent.reshape(int x, int y, int w, int h)
Deprecated.
As of JDK 5, replaced by
Component.setBounds(int, int, int, int). Moves and resizes this component. |
void |
JViewport.setBackingStoreEnabled(boolean enabled)
Deprecated.
As of Java 2 platform v1.3, replaced by
setScrollMode().
|
void |
AbstractButton.setLabel(String
Deprecated.
- Replaced by
setText(text)
|
void |
JRootPane.setMenuBar(JMenuBar
Deprecated.
As of Swing version 1.0.3 replaced by
setJMenuBar(JMenuBar menu).
|
void |
JInternalFrame.setMenuBar(JMenuBar
Deprecated.
As of Swing version 1.0.3 replaced by
setJMenuBar(JMenuBar m).
|
void |
JComponent.setNextFocusableComponent(Component
Deprecated.
As of 1.4, replaced by
FocusTraversalPolicy
|
void |
JTable.sizeColumnsToFit(boolean lastColumnOnly)
Deprecated.
As of Swing version 1.0.3, replaced by
doLayout().
|
| Modifier and Type | Field and Description |
|---|---|
protected KeyStroke |
BasicDesktopPaneUI.closeKey
Deprecated.
As of 1.3.
|
protected KeyStroke |
BasicSplitPaneUI.dividerResizeToggleKey
Deprecated.
As of Java 2 platform v1.3.
|
protected KeyStroke |
BasicTabbedPaneUI.downKey
Deprecated.
As of Java 2 platform v1.3.
|
protected KeyStroke |
BasicSplitPaneUI.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 |
BasicTabbedPaneUI.leftKey
Deprecated.
As of Java 2 platform v1.3.
|
protected KeyStroke |
BasicSplitPaneUI.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 |
BasicTabbedPaneUI.rightKey
Deprecated.
As of Java 2 platform v1.3.
|
protected KeyStroke |
BasicSplitPaneUI.rightKey
Deprecated.
As of Java 2 platform v1.3.
|
protected KeyStroke |
BasicToolBarUI.rightKey
Deprecated.
As of Java 2 platform v1.3.
|
protected KeyStroke |
BasicTabbedPaneUI.upKey
Deprecated.
As of Java 2 platform v1.3.
|
protected KeyStroke |
BasicSplitPaneUI.upKey
Deprecated.
As of Java 2 platform v1.3.
|
protected KeyStroke |
BasicToolBarUI.upKey
Deprecated.
As of Java 2 platform v1.3.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MetalComboBoxUI
Deprecated.
As of Java 2 platform v1.4.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MetalComboBoxUI.editablePropertyChanged(PropertyChangeEvent
Deprecated.
As of Java 2 platform v1.4.
|
protected void |
MetalComboBoxUI.removeListeners()
Deprecated.
As of Java 2 platform v1.4.
|
void |
MetalScrollPaneUI.uninstallListeners(JScrollPane
Deprecated.
- Replaced by
MetalScrollPaneUI
|
| Modifier and Type | Field and Description |
|---|---|
protected int |
TableColumn.resizedPostingDisableCount
Deprecated.
as of Java 2 platform v1.3
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableColumn.disableResizedPosting()
Deprecated.
as of Java 2 platform v1.3
|
void |
TableColumn.enableResizedPosting()
Deprecated.
as of Java 2 platform v1.3
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTextUI
Deprecated.
|
class |
TableView
Deprecated.
A table cell can now be any View implementation.
|
| Modifier and Type | Method and Description |
|---|---|
protected TableView |
TableView.createTableCell(Element
Deprecated.
Table cells can now be any arbitrary View implementation and should be produced by the ViewFactory rather than the table.
|
protected FontMetrics |
LabelView.getFontMetrics()
Deprecated.
FontMetrics are not used for glyph rendering when running in the JDK.
|
Shape |
View.modelToView(int pos, Shape
Deprecated.
|
int |
View.viewToModel(float x, float y, Shape
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
FormView.RESET
Deprecated.
As of 1.3, value comes from UIManager UIManager property FormView.resetButtonText
|
static String |
FormView.SUBMIT
Deprecated.
As of 1.3, value now comes from UIManager property FormView.submitButtonText
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
HTMLEditorKit.InsertHTMLTextAction.insertAtBoundry(JEditorPane
Deprecated.
As of Java 2 platform v1.3, use insertAtBoundary
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultTreeSelectionModel.notifyPathChange(Vector
Deprecated.
As of JDK version 1.7
|
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicImplementation
Deprecated.
org.omg.CORBA.DynamicImplementation
|
interface |
DynAny
Deprecated.
Use the new DynAny instead
|
interface |
DynArray
Deprecated.
Use the new DynArray instead
|
interface |
DynEnum
Deprecated.
Use the new DynEnum instead
|
interface |
DynFixed
Deprecated.
Use the new DynFixed instead
|
interface |
DynSequence
Deprecated.
Use the new DynSequence instead
|
interface |
DynStruct
Deprecated.
Use the new DynStruct instead
|
interface |
DynUnion
Deprecated.
Use the new DynUnion instead
|
interface |
DynValue
Deprecated.
Use the new DynValue instead
|
class |
Principal
Deprecated.
Deprecated by CORBA 2.2.
|
class |
PrincipalHolder
Deprecated.
Deprecated by CORBA 2.2.
|
| Modifier and Type | Method and Description |
|---|---|
DynAny |
ORB.create_basic_dyn_any(TypeCode
Deprecated.
Use the new DynAnyFactory API instead
|
DynAny |
ORB.create_dyn_any(Any
Deprecated.
Use the new DynAnyFactory API instead
|
DynArray |
ORB.create_dyn_array(TypeCode
Deprecated.
Use the new DynAnyFactory API instead
|
DynEnum |
ORB.create_dyn_enum(TypeCode
Deprecated.
Use the new DynAnyFactory API instead
|
DynSequence |
ORB.create_dyn_sequence(TypeCode
Deprecated.
Use the new DynAnyFactory API instead
|
DynStruct |
ORB.create_dyn_struct(TypeCode
Deprecated.
Use the new DynAnyFactory API instead
|
DynUnion |
ORB.create_dyn_union(TypeCode
Deprecated.
Use the new DynAnyFactory API instead
|
abstract TypeCode |
ORB.create_recursive_sequence_tc(int bound, int offset)
Deprecated.
Use a combination of create_recursive_tc and create_sequence_tc instead
|
void |
ServerRequest.except(Any
Deprecated.
use set_exception()
|
Principal |
Any.extract_Principal()
Deprecated.
Deprecated by CORBA 2.2.
|
Current |
ORB.get_current()
Deprecated.
use
resolve_initial_references.
|
void |
Any.insert_Principal(Principal
Deprecated.
Deprecated by CORBA 2.2.
|
void |
DynamicImplementation.invoke(ServerRequest
Deprecated.
Deprecated by Portable Object Adapter
|
byte[] |
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
Deprecated.
use the method
arguments
|
void |
ServerRequest.result(Any
Deprecated.
use the method
set_result
|
| Constructor and Description | |
|---|---|
TCKind(int _value)
Deprecated.
Do not use this constructor as this method should be private according to the OMG specification. Use
TCKind instead.
|
| Modifier and Type | Method and Description |
|---|---|
Principal |
InputStream.read_Principal()
Deprecated.
Deprecated by CORBA 2.2.
|
void |
OutputStream.write_Principal(Principal
Deprecated.
Deprecated by CORBA 2.2.
|