パッケージ | 説明 |
---|---|
java.awt |
ユーザー・インタフェースの作成およびグラフィックスとイメージのペイント用のすべてのクラスを含みます。
|
java.awt.datatransfer |
アプリケーション間またはアプリケーション内のデータ転送のためのインタフェースとクラスを提供します。
|
java.awt.event |
AWTコンポーネントによってトリガーされるさまざまな種類のイベントを処理するインタフェースとクラスを提供します。
|
java.awt.image.renderable |
レンダリングに依存しないイメージを作成するためのクラスおよびインタフェースを提供します。
|
java.io |
このパッケージは、データ・ストリーム、直列化、ファイル・システムによるシステム入出力用に提供されています。
|
java.lang |
Javaプログラミング言語の設計にあたり基本的なクラスを提供します。
|
java.net |
ネットワーク・アプリケーションを実装するためのクラスを提供します。
|
java.rmi |
RMIパッケージを提供します。
|
java.rmi.dgc |
RMI分散ガベージ・コレクション(DGC)に対するクラスとインタフェースを提供します。
|
java.rmi.registry |
RMIレジストリ用として1つのクラスと2つのインタフェースを提供します。
|
java.rmi.server |
サーバー側のRMIをサポートするクラスとインタフェースを提供します。
|
java.security |
セキュリティ・フレームワークのクラスとインタフェースを提供します。
|
java.sql |
JavaTMプログラミング言語を使用してデータ・ソース(通常はリレーショナル・データベース)に格納されたデータにアクセスして処理するAPIを提供します。
|
java.util |
コレクション・フレームワーク、レガシー・コレクション・クラス、イベント・モデル、日時機能、国際化、およびさまざまなユーティリティ・クラス(StringTokenizer、乱数ジェネレータ、およびビット配列)が含まれています。
|
java.util.jar |
JAR (Java ARchive)ファイル形式の読み込みと書込みに使うクラスを提供します。JARは、必要に応じてマニフェスト・ファイルを付随させることのできる、標準的なZIPに基づくファイル形式です。
|
java.util.logging |
JavaTM 2プラットフォームのコア・ロギング機能のクラスとインタフェースを提供します。
|
javax.accessibility |
ユーザー・インタフェース・コンポーネントとそれらのコンポーネントへのアクセスを提供するユーザー補助テクノロジの間の規約を定義します。
|
javax.imageio.spi |
リーダー、ライター、コード変換器、およびストリームのプラグイン・インタフェースとランタイム・レジストリを含むJavaイメージ入出力APIのパッケージです。
|
javax.jws.soap | |
javax.management |
Java Management Extensionsのコア・クラスを提供します。
|
javax.management.loading |
高度な動的ロード機能を実装するクラスを提供します。
|
javax.management.monitor |
モニター・クラスの定義を提供します。
|
javax.management.openmbean |
公開データ型とOpen MBean記述子クラスを提供します。
|
javax.security.auth |
このパッケージは、認証と承認に関するフレームワークを提供します。
|
javax.sql.rowset |
JDBC
RowSet 実装用の標準インタフェースと基底クラスです。 |
javax.swing |
すべてのプラットフォーム上で可能なかぎり同じように機能する「軽量」(Java共通言語)コンポーネントのセットを提供します。
|
javax.swing.plaf.basic |
基本Look & Feelに従って構築されたユーザー・インタフェース・オブジェクトを提供します。
|
javax.swing.plaf.metal |
デフォルトのLook & FeelであるJava Look & Feel (以前のコード名はMetal)に従って構築されたユーザー・インタフェース・オブジェクトを提供します。
|
javax.swing.table |
javax.swing.JTable を処理するためのクラスとインタフェースを提供します。 |
javax.swing.text |
編集可能なテキスト・コンポーネントと編集不能なテキスト・コンポーネントを処理するクラスとインタフェースを提供します。
|
javax.swing.text.html |
HTMLテキスト・エディタを作成するためのクラス
HTMLEditorKit とサポート・クラスを提供します。 |
javax.swing.tree |
javax.swing.JTree を処理するためのクラスとインタフェースを提供します。 |
org.omg.CORBA |
OMG CORBA APIからJavaTMプログラミング言語(ORBクラスを含む)へのマッピングを提供します(プログラマがフル機能のObject Request Broker (ORB)として使用できるように実装されます)。
|
org.omg.CORBA.portable |
ポータビリティ・レイヤー、つまり、あるベンダーによって生成されたコードがほかのベンダーのORBで動作できるようにする一連のORB APIを提供します。
|
修飾子と型 | フィールドと説明 |
---|---|
static int |
Frame.CROSSHAIR_CURSOR
非推奨。
Cursor.CROSSHAIR_CURSOR に置き換えられています。 |
static int |
Frame.DEFAULT_CURSOR
非推奨。
Cursor.DEFAULT_CURSOR に置き換えられています。 |
static int |
Frame.E_RESIZE_CURSOR
非推奨。
Cursor.E_RESIZE_CURSOR に置き換えられています。 |
static int |
Frame.HAND_CURSOR
非推奨。
Cursor.HAND_CURSOR に置き換えられています。 |
static int |
Frame.MOVE_CURSOR
非推奨。
Cursor.MOVE_CURSOR に置き換えられています。 |
static int |
Frame.N_RESIZE_CURSOR
非推奨。
Cursor.N_RESIZE_CURSOR に置き換えられています。 |
static int |
Frame.NE_RESIZE_CURSOR
非推奨。
Cursor.NE_RESIZE_CURSOR に置き換えられています。 |
static int |
Frame.NW_RESIZE_CURSOR
非推奨。
Cursor.NW_RESIZE_CURSOR に置き換えられています。 |
protected static Cursor[] |
Cursor.predefined
非推奨。
JDK Version 1.7以降は、代わりに
Cursor.getPredefinedCursor(int) メソッドを使用するようにしてください。 |
static int |
Frame.S_RESIZE_CURSOR
非推奨。
Cursor.S_RESIZE_CURSOR に置き換えられています。 |
static int |
Frame.SE_RESIZE_CURSOR
非推奨。
Cursor.SE_RESIZE_CURSOR に置き換えられています。 |
static int |
Frame.SW_RESIZE_CURSOR
非推奨。
Cursor.SW_RESIZE_CURSOR に置き換えられています。 |
static int |
Frame.TEXT_CURSOR
非推奨。
Cursor.TEXT_CURSOR に置き換えられています。 |
static int |
Frame.W_RESIZE_CURSOR
非推奨。
Cursor.W_RESIZE_CURSOR に置き換えられています。 |
static int |
Frame.WAIT_CURSOR
非推奨。
Cursor.WAIT_CURSOR に置き換えられています。 |
修飾子と型 | メソッドと説明 |
---|---|
boolean |
Component.action(Event evt, Object what)
非推奨。
JDK Version 1.1以降は、アクション・イベントをトリガーするコンポーネントのActionListenerとしてこのコンポーネントを登録する必要があります。
|
void |
List.addItem(String item)
非推奨。
add(String) に置き換えられています。 |
void |
List.addItem(String item, int index)
非推奨。
add(String, int) に置き換えられています。 |
void |
BorderLayout.addLayoutComponent(String name, Component comp)
非推奨。
addLayoutComponent(Component, Object) に置き換えられています。 |
void |
CardLayout.addLayoutComponent(String name, Component comp)
非推奨。
addLayoutComponent(Component, Object) に置き換えられています。 |
boolean |
List.allowsMultipleSelections()
非推奨。
JDK Version 1.1以降は、
isMultipleMode() に置き換えられています。 |
void |
TextArea.appendText(String str)
非推奨。
JDK Version 1.1以降は、
append(String) に置き換えられています。 |
void |
Window.applyResourceBundle(ResourceBundle rb)
非推奨。
J2SE 1.4以降は、
Component.applyComponentOrientation に置き換えられています。 |
void |
Window.applyResourceBundle(String rbName)
非推奨。
J2SE 1.4以降は、
Component.applyComponentOrientation に置き換えられています。 |
Rectangle |
Component.bounds()
非推奨。
JDK Version 1.1以降は、
getBounds() に置き換えられています。 |
void |
List.clear()
非推奨。
JDK Version 1.1以降は、
removeAll() に置き換えられています。 |
int |
Container.countComponents()
非推奨。
JDK Version 1.1以降は、getComponentCount()に置き換えられています。
|
int |
Choice.countItems()
非推奨。
JDK Version 1.1以降は、
getItemCount() に置き換えられています。 |
int |
List.countItems()
非推奨。
JDK Version 1.1以降は、
getItemCount() に置き換えられています。 |
int |
Menu.countItems()
非推奨。
JDK Version 1.1以降は、
getItemCount() に置き換えられています。 |
int |
MenuBar.countMenus()
非推奨。
JDK Version 1.1以降は、
getMenuCount() に置き換えられています。 |
void |
List.delItem(int position)
非推奨。
remove(String) およびremove(int) に置き換えられています。 |
void |
List.delItems(int start, int end)
非推奨。
JDK Version 1.1の時点では、将来的に一般利用される予定はありません。このメソッドは、パッケージprivateメソッドとしてのみ保持されるように想定されています。
|
void |
Container.deliverEvent(Event e)
非推奨。
JDK Version 1.1以降は、
dispatchEvent(AWTEvent e) に置き換えられています |
void |
Component.deliverEvent(Event e)
非推奨。
JDK Version 1.1以降は、
dispatchEvent(AWTEvent e) に置き換えられています。 |
void |
MenuItem.disable()
非推奨。
JDK Version 1.1以降は、
setEnabled(boolean) に置き換えられています。 |
void |
Component.disable()
非推奨。
JDK Version 1.1以降は、
setEnabled(boolean) に置き換えられています。 |
void |
MenuItem.enable()
非推奨。
JDK Version 1.1以降は、
setEnabled(boolean) に置き換えられています。 |
void |
Component.enable()
非推奨。
JDK Version 1.1以降は、
setEnabled(boolean) に置き換えられています。 |
void |
MenuItem.enable(boolean b)
非推奨。
JDK Version 1.1以降は、
setEnabled(boolean) に置き換えられています。 |
void |
Component.enable(boolean b)
非推奨。
JDK Version 1.1以降は、
setEnabled(boolean) に置き換えられています。 |
Rectangle |
Polygon.getBoundingBox()
非推奨。
JDK Version 1.1以降は、
getBounds() に置き換えられています。 |
Rectangle |
Graphics.getClipRect()
非推奨。
JDK Version 1.1以降は、
getClipBounds() に置き換えられています。 |
Checkbox |
CheckboxGroup.getCurrent()
非推奨。
JDK Version 1.1以降は、
getSelectedCheckbox() に置き換えられています。 |
int |
Frame.getCursorType()
非推奨。
JDK Version 1.1以降は、
Component.getCursor() に置き換えられています。 |
abstract String[] |
Toolkit.getFontList()
非推奨。
|
abstract FontMetrics |
Toolkit.getFontMetrics(Font font)
非推奨。
JDK version 1.2以降は、
Font メソッドgetLineMetrics に置き換えられています。 |
protected abstract java.awt.peer.FontPeer |
Toolkit.getFontPeer(String name, int style)
非推奨。
java.awt.GraphicsEnvironment#getAllFontsを参照してください。
|
int |
Scrollbar.getLineIncrement()
非推奨。
JDK Version 1.1以降は、
getUnitIncrement() に置き換えられています。 |
int |
FontMetrics.getMaxDecent()
非推奨。
JDK Version 1.1.1以降は、
getMaxDescent() に置き換えられています。 |
static ComponentOrientation |
ComponentOrientation.getOrientation(ResourceBundle bdl)
非推奨。
J2SE 1.4以降は、
ComponentOrientation.getOrientation(java.util.Locale) を使用してください。 |
int |
Scrollbar.getPageIncrement()
非推奨。
JDK Version 1.1以降は、
getBlockIncrement() に置き換えられています。 |
java.awt.peer.FontPeer |
Font.getPeer()
非推奨。
フォントのレンダリングは現在はどのプラットフォームでも同じです。
|
java.awt.peer.MenuComponentPeer |
MenuComponent.getPeer()
非推奨。
JDK Version 1.1以降は、プログラムは直接ピアを操作することはできません。
|
java.awt.peer.ComponentPeer |
Component.getPeer()
非推奨。
JDK Version 1.1以降は、プログラムが直接ピアを操作することは許されません。
boolean isDisplayable() に置き換えられています。 |
int |
Scrollbar.getVisible()
非推奨。
JDK Version 1.1以降は、
getVisibleAmount() に置き換えられています。 |
boolean |
Component.gotFocus(Event evt, Object what)
非推奨。
JDK Version 1.1以降は、processFocusEvent(FocusEvent)に置き換えられています。
|
boolean |
Component.handleEvent(Event evt)
非推奨。
JDK version 1.1以降は、processEvent(AWTEvent)に置き換えられています。
|
void |
Dialog.hide()
非推奨。
JDK Version 1.5以降は、
setVisible(boolean) に置き換えられています。 |
void |
Window.hide()
非推奨。
JDK Version 1.5以降は、
Window.setVisible(boolean) に置き換えられています。 |
void |
Component.hide()
非推奨。
JDK Version 1.1以降は、
setVisible(boolean) に置き換えられています。 |
void |
TextArea.insertText(String str, int pos)
非推奨。
JDK Version 1.1以降は、
insert(String, int) に置き換えられています。 |
Insets |
Container.insets()
非推奨。
JDK Version 1.1以降は、
getInsets() に置き換えられています。 |
boolean |
Rectangle.inside(int X, int Y)
非推奨。
JDK Version 1.1以降は、
contains(int, int) に置き換えられています。 |
boolean |
Polygon.inside(int x, int y)
非推奨。
JDK Version 1.1以降は、
contains(int, int) に置き換えられています。 |
boolean |
Component.inside(int x, int y)
非推奨。
JDK Version 1.1以降は、contains(int, int)に置き換えられています。
|
boolean |
Component.isFocusTraversable()
非推奨。
1.4以降は、
isFocusable() に置き換えられています。 |
boolean |
List.isSelected(int index)
非推奨。
JDK Version 1.1以降は、
isIndexSelected(int) に置き換えられています。 |
boolean |
Component.keyDown(Event evt, int key)
非推奨。
JDK Version 1.1以降は、processKeyEvent(KeyEvent)に置き換えられています。
|
boolean |
Component.keyUp(Event evt, int key)
非推奨。
JDK Version 1.1以降は、processKeyEvent(KeyEvent)に置き換えられています。
|
void |
ScrollPane.layout()
非推奨。
JDK Version 1.1以降は、
doLayout() に置き換えられています。 |
void |
Container.layout()
非推奨。
JDK Version 1.1以降は、
doLayout() に置き換えられています。 |
void |
Component.layout()
非推奨。
JDK Version 1.1以降は、
doLayout() に置き換えられています。 |
Component |
Container.locate(int x, int y)
非推奨。
JDK Version 1.1以降は、
getComponentAt(int, int) に置き換えられています。 |
Component |
Component.locate(int x, int y)
非推奨。
JDK Version 1.1以降は、getComponentAt(int, int)に置き換えられています。
|
Point |
Component.location()
非推奨。
JDK Version 1.1以降は、
getLocation() に置き換えられています。 |
boolean |
Component.lostFocus(Event evt, Object what)
非推奨。
JDK Version 1.1以降は、processFocusEvent(FocusEvent)に置き換えられています。
|
Dimension |
List.minimumSize()
非推奨。
JDK Version 1.1以降は、
getMinimumSize() に置き換えられています。 |
Dimension |
Container.minimumSize()
非推奨。
JDK Version 1.1以降は、
getMinimumSize() に置き換えられています。 |
Dimension |
TextArea.minimumSize()
非推奨。
JDK Version 1.1以降は、
getMinimumSize() に置き換えられています。 |
Dimension |
Component.minimumSize()
非推奨。
JDK Version 1.1以降は、
getMinimumSize() に置き換えられています。 |
Dimension |
TextField.minimumSize()
非推奨。
JDK Version 1.1以降は、
getMinimumSize() に置き換えられています。 |
Dimension |
List.minimumSize(int rows)
非推奨。
JDK Version 1.1以降は、
getMinimumSize(int) に置き換えられています。 |
Dimension |
TextField.minimumSize(int columns)
非推奨。
JDK Version 1.1以降は、
getMinimumSize(int) に置き換えられています。 |
Dimension |
TextArea.minimumSize(int rows, int columns)
非推奨。
JDK Version 1.1以降は、
getMinimumSize(int, int) に置き換えられています。 |
boolean |
Component.mouseDown(Event evt, int x, int y)
非推奨。
JDK Version 1.1以降は、processMouseEvent(MouseEvent)に置き換えられています。
|
boolean |
Component.mouseDrag(Event evt, int x, int y)
非推奨。
JDK Version 1.1以降は、processMouseMotionEvent(MouseEvent)に置き換えられています。
|
boolean |
Component.mouseEnter(Event evt, int x, int y)
非推奨。
JDK Version 1.1以降は、processMouseEvent(MouseEvent)に置き換えられています。
|
boolean |
Component.mouseExit(Event evt, int x, int y)
非推奨。
JDK Version 1.1以降は、processMouseEvent(MouseEvent)に置き換えられています。
|
boolean |
Component.mouseMove(Event evt, int x, int y)
非推奨。
JDK Version 1.1以降は、processMouseMotionEvent(MouseEvent)に置き換えられています。
|
boolean |
Component.mouseUp(Event evt, int x, int y)
非推奨。
JDK Version 1.1以降は、processMouseEvent(MouseEvent)に置き換えられています。
|
void |
Rectangle.move(int x, int y)
非推奨。
JDK Version 1.1以降は、
setLocation(int, int) に置き換えられています。 |
void |
Component.move(int x, int y)
非推奨。
JDK Version 1.1以降は、
setLocation(int, int) に置き換えられています。 |
void |
Component.nextFocus()
非推奨。
JDK Version 1.1以降は、transferFocus()に置き換えられています。
|
boolean |
MenuContainer.postEvent(Event evt)
非推奨。
JDK version 1.1以降は、dispatchEvent(AWTEvent)に置き換えられました。
|
boolean |
Window.postEvent(Event e)
非推奨。
JDK Version 1.1以降は、
dispatchEvent(AWTEvent) に置き換えられています。 |
boolean |
MenuComponent.postEvent(Event evt)
非推奨。
JDK Version 1.1以降は、
dispatchEvent に置き換えられています。 |
boolean |
Component.postEvent(Event e)
非推奨。
JDK version 1.1以降は、dispatchEvent(AWTEvent)に置き換えられています。
|
Dimension |
List.preferredSize()
非推奨。
JDK Version 1.1以降は、
getPreferredSize() に置き換えられています。 |
Dimension |
Container.preferredSize()
非推奨。
JDK Version 1.1以降は、
getPreferredSize() に置き換えられています。 |
Dimension |
TextArea.preferredSize()
非推奨。
JDK Version 1.1以降は、
getPreferredSize() に置き換えられています。 |
Dimension |
Component.preferredSize()
非推奨。
JDK Version 1.1以降は、
getPreferredSize() に置き換えられています。 |
Dimension |
TextField.preferredSize()
非推奨。
JDK Version 1.1以降は、
getPreferredSize() に置き換えられています。 |
Dimension |
List.preferredSize(int rows)
非推奨。
JDK Version 1.1以降は、
getPreferredSize(int) に置き換えられています。 |
Dimension |
TextField.preferredSize(int columns)
非推奨。
JDK Version 1.1以降は、
getPreferredSize(int) に置き換えられています。 |
Dimension |
TextArea.preferredSize(int rows, int columns)
非推奨。
JDK Version 1.1以降は、
getPreferredSize(int, int) に置き換えられています。 |
void |
TextArea.replaceText(String str, int start, int end)
非推奨。
JDK Version 1.1以降は、
replaceRange(String, int, int) に置き換えられています。 |
void |
Window.reshape(int x, int y, int width, int height)
非推奨。
JDK Version 1.1以降は、
setBounds(int, int, int, int) に置き換えられています。 |
void |
Rectangle.reshape(int x, int y, int width, int height)
非推奨。
JDK Version 1.1以降は、
setBounds(int, int, int, int) に置き換えられています。 |
void |
Component.reshape(int x, int y, int width, int height)
非推奨。
JDK Version 1.1以降は、
setBounds(int, int, int, int) に置き換えられています。 |
void |
Component.resize(Dimension d)
非推奨。
JDK Version 1.1以降は、
setSize(Dimension) に置き換えられています。 |
void |
Rectangle.resize(int width, int height)
非推奨。
JDK Version 1.1以降は、
setSize(int, int) に置き換えられています。 |
void |
Component.resize(int width, int height)
非推奨。
JDK Version 1.1以降は、
setSize(int, int) に置き換えられています。 |
void |
CheckboxGroup.setCurrent(Checkbox box)
非推奨。
JDK Version 1.1以降は、
setSelectedCheckbox(Checkbox) に置き換えられています。 |
void |
Frame.setCursor(int cursorType)
非推奨。
JDK Version 1.1以降は、
Component.setCursor(Cursor) に置き換えられています。 |
void |
TextField.setEchoCharacter(char c)
非推奨。
JDK Version 1.1以降は、
setEchoChar(char) に置き換えられています。 |
void |
Scrollbar.setLineIncrement(int v)
非推奨。
JDK Version 1.1以降は、
setUnitIncrement(int) に置き換えられています。 |
void |
List.setMultipleSelections(boolean b)
非推奨。
JDK Version 1.1以降は、
setMultipleMode(boolean) に置き換えられています。 |
void |
Scrollbar.setPageIncrement(int v)
非推奨。
JDK Version 1.1以降は、
setBlockIncrement() に置き換えられています。 |
void |
Dialog.show()
非推奨。
JDK Version 1.5以降は、
setVisible(boolean) に置き換えられています。 |
void |
Window.show()
非推奨。
JDK Version 1.5以降は、
Window.setVisible(boolean) に置き換えられています。 |
void |
Component.show()
非推奨。
JDK Version 1.1以降は、
setVisible(boolean) に置き換えられています。 |
void |
Component.show(boolean b)
非推奨。
JDK Version 1.1以降は、
setVisible(boolean) に置き換えられています。 |
Dimension |
Component.size()
非推奨。
JDK Version 1.1以降は、
getSize() に置き換えられています。 |
修飾子と型 | フィールドと説明 |
---|---|
static DataFlavor |
DataFlavor.plainTextFlavor
非推奨。
1.3以降。
Transferable.getTransferData(DataFlavor.plainTextFlavor) の代わりにDataFlavor.getReaderForText(Transferable) を使用します。 |
修飾子と型 | メソッドと説明 |
---|---|
boolean |
DataFlavor.equals(String s)
非推奨。
hashCode() 規約と矛盾するので、代わりにisMimeTypeEqual(String) を使用してください。 |
protected String |
DataFlavor.normalizeMimeType(String mimeType)
非推奨。
|
protected String |
DataFlavor.normalizeMimeTypeParameter(String parameterName, String parameterValue)
非推奨。
|
修飾子と型 | メソッドと説明 |
---|---|
void |
KeyEvent.setModifiers(int modifiers)
非推奨。
JDK1.1.4以降
|
コンストラクタと説明 |
---|
KeyEvent(Component source, int id, long when, int modifiers, int keyCode)
非推奨。
JDK1.1以降
|
修飾子と型 | メソッドと説明 |
---|---|
void |
RenderContext.concetenateTransform(AffineTransform modTransform)
非推奨。
concatenateTransform(AffineTransform) に置き換えられています。 |
void |
RenderContext.preConcetenateTransform(AffineTransform modTransform)
非推奨。
preConcatenateTransform(AffineTransform) に置き換えられています。 |
修飾子と型 | クラスと説明 |
---|---|
class |
LineNumberInputStream
非推奨。
このクラスは、文字がバイトによって適切に表現されるという誤った認識を前提としています。JDK 1.1以降、文字ストリームの処理には、行番号をカウントするためのクラスが含まれている新しい文字ストリーム・クラスを使うことが推奨されています。
|
class |
StringBufferInputStream
非推奨。
このクラスでは、文字からバイトへの変換が正しく行われません。JDK 1.1以降、文字列からストリームを作成するには、
StringReader クラスを使うことが推奨されています。 |
修飾子と型 | メソッドと説明 |
---|---|
String |
ObjectInputStream.readLine()
非推奨。
このメソッドはバイトを正確に文字に変換しません。詳細および代替メソッドについてはDataInputStreamを参照してください。
|
String |
DataInputStream.readLine()
非推奨。
このメソッドでは、バイトから文字への変換が正しく行われません。JDK 1.1以降、テキスト行を読み込むには、
BufferedReader.readLine() メソッドを使うことが推奨されています。行を読み込むのにDataInputStream クラスを使うプログラムを、BufferedReader クラスを使うように変換するには、次の形式のコードを、
次の形式のコードで置き換えます。DataInputStream d = new DataInputStream(in); BufferedReader d = new BufferedReader(new InputStreamReader(in)); |
String |
ByteArrayOutputStream.toString(int hibyte)
非推奨。
このメソッドでは、バイトから文字への変換が正しく行われません。JDK 1.1以降、これを行うには、エンコーディング名を引数に取る
toString(String enc) メソッドか、プラットフォームのデフォルトの文字エンコーディングを使用するtoString() メソッドを使うことが推奨されています。 |
URL |
File.toURL()
|
abstract void |
ObjectOutputStream.PutField.write(ObjectOutput out)
非推奨。
このメソッドは、
PutField オブジェクトによって格納された値を適切な形式で書き込まないため、直列化ストリームが破壊されることがあります。PutField データを正しく書き込むには、ObjectOutputStream.writeFields() メソッドを呼び出します。 |
コンストラクタと説明 |
---|
StreamTokenizer(InputStream is)
非推奨。
JDK Version 1.1以降、入力ストリームをトークン化するには、次のようにして入力ストリームを文字ストリームに変換することが推奨されています。
Reader r = new BufferedReader(new InputStreamReader(is)); StreamTokenizer st = new StreamTokenizer(r); |
修飾子と型 | フィールドと説明 |
---|---|
protected boolean |
SecurityManager.inCheck
非推奨。
このタイプのセキュリティ・チェックは非推奨です。代わりに
checkPermission の呼出しを使用することをお薦めします。 |
static Character.UnicodeBlock |
Character.UnicodeBlock.SURROGATES_AREA
非推奨。
J2SE 5以降は、
Character.UnicodeBlock.HIGH_SURROGATES 、Character.UnicodeBlock.HIGH_PRIVATE_USE_SURROGATES 、およびCharacter.UnicodeBlock.LOW_SURROGATES を使用してください。これらの新しい定数は、Unicode標準のブロック定義に一致します。Character.UnicodeBlock.of(char) およびCharacter.UnicodeBlock.of(int) メソッドは、SURROGATES_AREAではなく新しい定数を返します。 |
修飾子と型 | メソッドと説明 |
---|---|
boolean |
ThreadGroup.allowThreadSuspension(boolean b)
非推奨。
この呼出しの定義は、非推奨の
ThreadGroup.suspend() に依存します。また、この呼出しの動作は指定されません。 |
void |
SecurityManager.checkAwtEventQueueAccess()
非推奨。
AWTPermission への依存は、Javaプラットフォームの将来のモジュール化に対する障害になります。このメソッドのユーザーは代わりにSecurityManager.checkPermission(java.security.Permission) を直接呼び出してください。このメソッドは将来のリリースでアクセス権java.security.AllPermission をチェックするように変更されます。 |
void |
SecurityManager.checkMemberAccess(Class<?> clazz, int which)
非推奨。
このメソッドは、エラーが発生しやすく、ランタイムによって強制できないスタックの深さ4にある呼び出し側に依存します。このメソッドのユーザーは代わりに
SecurityManager.checkPermission(java.security.Permission) を直接呼び出してください。このメソッドは将来のリリースでアクセス権java.security.AllPermission をチェックするように変更されます。 |
void |
SecurityManager.checkMulticast(InetAddress maddr, byte ttl)
非推奨。
代わりに#checkPermission(java.security.Permission)を使用します
|
void |
SecurityManager.checkSystemClipboardAccess()
非推奨。
AWTPermission への依存は、Javaプラットフォームの将来のモジュール化に対する障害になります。このメソッドのユーザーは代わりにSecurityManager.checkPermission(java.security.Permission) を直接呼び出してください。このメソッドは将来のリリースでアクセス権java.security.AllPermission をチェックするように変更されます。 |
boolean |
SecurityManager.checkTopLevelWindow(Object window)
非推奨。
AWTPermission への依存は、Javaプラットフォームの将来のモジュール化に対する障害になります。このメソッドのユーザーは代わりにSecurityManager.checkPermission(java.security.Permission) を直接呼び出してください。このメソッドは将来のリリースでアクセス権java.security.AllPermission をチェックするように変更されます。 |
protected int |
SecurityManager.classDepth(String name)
非推奨。
このタイプのセキュリティ・チェックは非推奨です。代わりに
checkPermission の呼出しを使用することをお薦めします。 |
protected int |
SecurityManager.classLoaderDepth()
非推奨。
このタイプのセキュリティ・チェックは非推奨です。代わりに
checkPermission の呼出しを使用することをお薦めします。 |
int |
Thread.countStackFrames()
非推奨。
この呼出しの定義は、非推奨の
Thread.suspend() に依存します。また、この呼出しの結果は保証されません。 |
protected ClassLoader |
SecurityManager.currentClassLoader()
非推奨。
このタイプのセキュリティ・チェックは非推奨です。代わりに
checkPermission の呼出しを使用することをお薦めします。 |
protected Class<?> |
SecurityManager.currentLoadedClass()
非推奨。
このタイプのセキュリティ・チェックは非推奨です。代わりに
checkPermission の呼出しを使用することをお薦めします。 |
protected Class<?> |
ClassLoader.defineClass(byte[] b, int off, int len)
非推奨。
次に置き換えられました:
defineClass(String, byte[], int, int) |
void |
Thread.destroy()
非推奨。
このメソッドはもともとクリーンアップなしでこのスレッドを破棄するように設計されていました。保持されるモニターはロックされた状態を維持します。ただし、このメソッドは実装されませんでした。実装されていたら、
Thread.suspend() とほぼ同じようにデッドロックが発生します。ターゲット・スレッドが重要なシステム・リソースを保護するロックを保持した状態で破棄された場合、どのスレッドもふたたびこのリソースにアクセスできません。別のスレッドがこのリソースをロックしようとすると、デッドロックが発生します。通常、このようなデッドロックは、プロセスの「凍結」により明らかになります。詳細は、「Thread.stop、Thread.suspend、およびThread.resumeが推奨されない理由」を参照してください。 |
void |
String.getBytes(int srcBegin, int srcEnd, byte[] dst, int dstBegin)
非推奨。
このメソッドでは、文字からバイトへの変換が正しく行われません。JDK 1.1では、文字からバイトへの変換には、プラットフォームのデフォルト文字セットを使用する
String.getBytes() メソッドの使用が推奨されます。 |
boolean |
SecurityManager.getInCheck()
非推奨。
このタイプのセキュリティ・チェックは非推奨です。代わりに
checkPermission の呼出しを使用することをお薦めします。 |
InputStream |
Runtime.getLocalizedInputStream(InputStream in)
非推奨。
JDK 1.1以降、ローカルなエンコーディングのバイト・ストリームをUnicodeの文字ストリームに変換するには、
InputStreamReader およびBufferedReader クラスを使うことが推奨されています。 |
OutputStream |
Runtime.getLocalizedOutputStream(OutputStream out)
非推奨。
JDK 1.1以降、Unicodeの文字ストリームをローカルなエンコーディングのバイト・ストリームに変換するには、
OutputStreamWriter 、BufferedWriter 、およびPrintWriter クラスを使うことが推奨されています。 |
protected boolean |
SecurityManager.inClass(String name)
非推奨。
このタイプのセキュリティ・チェックは非推奨です。代わりに
checkPermission の呼出しを使用することをお薦めします。 |
protected boolean |
SecurityManager.inClassLoader()
非推奨。
このタイプのセキュリティ・チェックは非推奨です。代わりに
checkPermission の呼出しを使用することをお薦めします。 |
static boolean |
Character.isJavaLetter(char ch)
非推奨。
isJavaIdentifierStart(char)に置き換えられました。
|
static boolean |
Character.isJavaLetterOrDigit(char ch)
非推奨。
isJavaIdentifierPart(char)に置き換えられました。
|
static boolean |
Character.isSpace(char ch)
非推奨。
isWhitespace(char)に置き換えられました。
|
void |
Thread.resume()
非推奨。
このメソッドは
Thread.suspend() とともに使用するためにのみ存在しますが、これはデッドロックを発生させやすいため推奨されていません。詳細は、「Thread.stop、Thread.suspend、およびThread.resumeが推奨されない理由」を参照してください。 |
void |
ThreadGroup.resume()
非推奨。
このメソッドはThread.suspendおよびThreadGroup.suspendとの組合せでのみ使用されますが、これらはどちらも本質的にデッドロックを発生させやすいため推奨されていません。詳細は、
Thread.suspend() を参照してください。 |
static void |
Runtime.runFinalizersOnExit(boolean value)
非推奨。
このメソッドは本質的に安全ではありません。ファイナライザがライブ・オブジェクトに対して呼び出される結果になる可能性があり、そのときにほかのスレッドがそれらのオブジェクトを並行して操作していると、動作が異常になるか、デッドロックが発生します。
|
static void |
System.runFinalizersOnExit(boolean value)
非推奨。
このメソッドは本質的に安全ではありません。ファイナライザがライブ・オブジェクトに対して呼び出される結果になる可能性があり、そのときにほかのスレッドがそれらのオブジェクトを並行して操作していると、動作が異常になるか、デッドロックが発生します。
|
void |
Thread.stop()
非推奨。
このメソッドは本質的に安全ではありません。Thread.stopを使ってスレッドを停止すると、チェックされない
ThreadDeath 例外がスタックの下から上に伝えられた結果、そのスレッドによりロックされていたモニターのロックがすべて解除されます。これらのモニターによって以前保護されていたオブジェクトが整合性のない状態にあった場合、壊れたオブジェクトはほかのスレッドに対して可視になり、動作が保証されないことがあります。多くの場合、ターゲット・スレッドの実行停止を指示するには、stop ではなく、単に一部の変数を変更するコードを使用する必要があります。ターゲット・スレッドは、この変数を定期的に検査し、実行を停止するべきことを変数が示している場合には、スレッドのrunメソッドから通常の方法で復帰する必要があります。条件変数などでターゲット・スレッドが長い間待機している場合、待機を中断させるには、interrupt メソッドを使用します。詳細は、「Thread.stop、Thread.suspend、およびThread.resumeが推奨されない理由」を参照してください。 |
void |
ThreadGroup.stop()
非推奨。
このメソッドは本質的に安全ではありません。詳細は、
Thread.stop() を参照してください。 |
void |
Thread.stop(Throwable obj)
非推奨。
このメソッドは当初、スレッドを強制的に停止し、指定された
Throwable を例外としてスローするように設計されました。本質的に安全でなく(詳細はThread.stop() を参照)、さらにターゲット・スレッドで処理の準備ができていない例外の生成に使用される可能性がありました。詳細は、「Thread.stop、Thread.suspend、およびThread.resumeが推奨されない理由」を参照してください。 |
void |
Thread.suspend()
非推奨。
このメソッドはデッドロックを発生しやすいため非推奨です。ターゲット・スレッドが、中断される時点で、重要なシステム・リソースを保護するモニターをロックしている場合、ターゲット・スレッドが再開されるまでどのスレッドもそのリソースにアクセスできません。このとき、ターゲット・スレッドを再開するスレッドが、
resume を呼び出す前にこのモニターをロックしようとすると、デッドロックが発生します。通常、このようなデッドロックは、プロセスの「凍結」により明らかになります。詳細は、「Thread.stop、Thread.suspend、およびThread.resumeが推奨されない理由」を参照してください。 |
void |
ThreadGroup.suspend()
非推奨。
このメソッドは本質的にデッドロックを発生させやすくなっています。詳細は、
Thread.suspend() を参照してください。 |
コンストラクタと説明 |
---|
String(byte[] ascii, int hibyte)
非推奨。
このメソッドでは、バイトから文字への変換が正しく行われません。JDK 1.1以降では、これを行うには、
Charset (文字セットの名前)を取る、またはプラットフォームのデフォルト文字セットを使用するString コンストラクタの使用が推奨されます。 |
String(byte[] ascii, int hibyte, int offset, int count)
非推奨。
このメソッドでは、バイトから文字への変換が正しく行われません。JDK 1.1以降では、これを行うには、
Charset (文字セットの名前)を取る、またはプラットフォームのデフォルト文字セットを使用するString コンストラクタの使用が推奨されます。 |
修飾子と型 | フィールドと説明 |
---|---|
static int |
HttpURLConnection.HTTP_SERVER_ERROR
非推奨。
間違ったフィールドであり、存在するべきではありせん。
|
修飾子と型 | メソッドと説明 |
---|---|
static String |
URLDecoder.decode(String s)
非推奨。
プラットフォームのデフォルトのエンコーディングに応じて、結果として得られる文字列が変わる可能性があります。代わりに、decode(String,String)メソッドを使ってエンコーディングを指定するようにしてください。
|
static String |
URLEncoder.encode(String s)
非推奨。
プラットフォームのデフォルトのエンコーディングに応じて、結果として得られる文字列が変わる可能性があります。代わりに、encode(String,String)メソッドを使ってエンコーディングを指定するようにしてください。
|
static String |
URLConnection.getDefaultRequestProperty(String key)
非推奨。
URLConnectionの該当インスタンスを取得したあとは、インスタンス固有のgetRequestPropertyメソッドを使用します。
|
byte |
MulticastSocket.getTTL()
非推奨。
代わりにgetTimeToLiveメソッドを使用してください。このメソッドは、byteではなくintを返します。
|
protected abstract byte |
DatagramSocketImpl.getTTL()
非推奨。
代わりにgetTimeToLiveを使用してください。
|
void |
MulticastSocket.send(DatagramPacket p, byte ttl)
非推奨。
代わりに、次のコードまたはそれと同等のコードを使用してください。int ttl = mcastSocket.getTimeToLive(); mcastSocket.setTimeToLive(newttl); mcastSocket.send(p); mcastSocket.setTimeToLive(ttl); ......
|
static void |
URLConnection.setDefaultRequestProperty(String key, String value)
非推奨。
URLConnectionの該当インスタンスを取得したあとは、インスタンス固有のsetRequestPropertyメソッドを使用します。このメソッドを呼び出しても、何の効果もありません。
|
void |
MulticastSocket.setTTL(byte ttl)
非推奨。
代わりにsetTimeToLiveメソッドを使用してください。このメソッドはttlの型として、byteではなくintを使用します。
|
protected abstract void |
DatagramSocketImpl.setTTL(byte ttl)
非推奨。
代わりにsetTimeToLiveを使用してください。
|
protected void |
URLStreamHandler.setURL(URL u, String protocol, String host, int port, String file, String ref)
非推奨。
setURL(URL、String、int、String、String、String、String)を使用してください。
|
コンストラクタと説明 |
---|
Socket(InetAddress host, int port, boolean stream)
非推奨。
UDP転送ではなくDatagramSocketを使ってください。
|
Socket(String host, int port, boolean stream)
非推奨。
UDP転送ではなくDatagramSocketを使ってください。
|
修飾子と型 | クラスと説明 |
---|---|
class |
RMISecurityException
非推奨。
代わりに
SecurityException を使用してください。アプリケーション・コードからこのクラスを直接参照しないようにしてください。RMISecurityManager はこのjava.lang.SecurityException のサブクラスをスローしなくなりました。 |
class |
RMISecurityManager
非推奨。
かわりに
SecurityManager を使用してください。 |
class |
ServerRuntimeException
非推奨。
代替はありません。
|
コンストラクタと説明 |
---|
RMISecurityException(String name)
非推奨。
代替はありません。
|
RMISecurityException(String name, String arg)
非推奨。
代替はありません。
|
ServerRuntimeException(String s, Exception ex)
非推奨。
代替はありません。
|
修飾子と型 | メソッドと説明 |
---|---|
static boolean |
VMID.isUnique()
非推奨。
|
修飾子と型 | インタフェースと説明 |
---|---|
interface |
RegistryHandler
非推奨。
代替はありません。
|
修飾子と型 | メソッドと説明 |
---|---|
Registry |
RegistryHandler.registryImpl(int port)
非推奨。
代替はありません。Java 2プラットフォームv1.2以降は、RMIはレジストリの実装を取得するために
RegistryHandler を使用しません。 |
Registry |
RegistryHandler.registryStub(String host, int port)
非推奨。
代替はありません。Java 2プラットフォームv1.2以降は、RMIはレジストリのスタブを取得するために
RegistryHandler を使用しません。 |
修飾子と型 | インタフェースと説明 |
---|---|
interface |
LoaderHandler
非推奨。
代替はありません。
|
class |
LogStream
非推奨。
代替はありません。
|
class |
Operation
非推奨。
代替はありません。
|
interface |
RemoteCall
非推奨。
代替はありません。
|
class |
RemoteStub
非推奨。
スタブは動的に生成されるため、静的に生成されたスタブは推奨されていません。動的なスタブ生成の詳細は、
UnicastRemoteObject を参照してください。 |
interface |
ServerRef
非推奨。
代替はありません。このインタフェースは使用されておらず、廃止されました。
|
interface |
Skeleton
非推奨。
代替はありません。スケルトンは、Java 2プラットフォームv1.2以降のリモート・メソッド呼出しでは不要になりました。
|
class |
SkeletonMismatchException
非推奨。
代替はありません。スケルトンは、Java 2プラットフォームv1.2以降のリモート・メソッド呼出しでは不要になりました。
|
class |
SkeletonNotFoundException
非推奨。
代替はありません。スケルトンは、Java 2プラットフォームv1.2以降のリモート・メソッド呼出しでは不要になりました。
|
class |
SocketSecurityException
非推奨。
このクラスは廃止されました。かわりに
ExportException を使用してください。 |
修飾子と型 | メソッドと説明 |
---|---|
void |
Skeleton.dispatch(Remote obj, RemoteCall theCall, int opnum, long hash)
非推奨。
代替はありません。
|
void |
RemoteCall.done()
非推奨。
代替はありません。
|
void |
RemoteRef.done(RemoteCall call)
非推奨。
JDK 1.2形式のスタブは、このメソッドを使用しなくなりました。リモート参照への一連のメソッド呼び出し(
newCall 、invoke 、およびdone )を使用する代わりに、スタブはリモート参照で1つのメソッドinvoke(Remote, Method, Object[], int) を使用して、パラメータの整列化、リモート・メソッドの実行、および戻り値の非整列化を実行します。 |
void |
RemoteCall.executeCall()
非推奨。
代替はありません。
|
static RemoteStub |
UnicastRemoteObject.exportObject(Remote obj)
非推奨。
このメソッドは、静的スタブのみをサポートするため、非推奨になりました。代わりに
exportObject(Remote, port) またはexportObject(Remote, port, csf, ssf) を使用してください。 |
static PrintStream |
LogStream.getDefaultStream()
非推奨。
代替はありません。
|
ObjectInput |
RemoteCall.getInputStream()
非推奨。
代替はありません。
|
String |
Operation.getOperation()
非推奨。
代替はありません。
|
Operation[] |
Skeleton.getOperations()
非推奨。
代替はありません。
|
ObjectOutput |
RemoteCall.getOutputStream()
非推奨。
代替はありません。
|
OutputStream |
LogStream.getOutputStream()
非推奨。
代替はありません。
|
ObjectOutput |
RemoteCall.getResultStream(boolean success)
非推奨。
代替はありません。
|
Object |
LoaderHandler.getSecurityContext(ClassLoader loader)
非推奨。
代替はありません。
|
static Object |
RMIClassLoader.getSecurityContext(ClassLoader loader)
非推奨。
代替はありません。Java 2プラットフォームv1.2以降のRMIでは、クラス・ローダーのセキュリティ・コンテキストを取得するためにこのメソッドを使用しません。
|
void |
RemoteRef.invoke(RemoteCall call)
非推奨。
JDK 1.2形式のスタブは、このメソッドを使用しなくなりました。リモート参照への一連のメソッド呼び出し(
newCall 、invoke 、およびdone )を使用する代わりに、スタブはリモート参照で1つのメソッドinvoke(Remote, Method, Object[], int) を使用して、パラメータの整列化、リモート・メソッドの実行、および戻り値の非整列化を実行します。 |
Class<?> |
LoaderHandler.loadClass(String name)
非推奨。
代替はありません。
|
static Class<?> |
RMIClassLoader.loadClass(String name)
非推奨。
loadClass(String,String) メソッドに置き換えられています |
Class<?> |
LoaderHandler.loadClass(URL codebase, String name)
非推奨。
代替はありません。
|
static LogStream |
LogStream.log(String name)
非推奨。
代替はありません。
|
RemoteCall |
RemoteRef.newCall(RemoteObject obj, Operation[] op, int opnum, long hash)
非推奨。
JDK 1.2形式のスタブは、このメソッドを使用しなくなりました。スタブのリモート参照で一連のメソッド呼び出し(
newCall 、invoke 、およびdone )を使う代わりに、スタブはリモート参照で1つのメソッドinvoke(Remote, Method, Object[], int) を使用して、パラメータの整列化、リモート・メソッドの実行、および戻り値の非整列化を実行します。 |
static int |
LogStream.parseLevel(String s)
非推奨。
代替はありません。
|
void |
RemoteCall.releaseInputStream()
非推奨。
代替はありません。
|
void |
RemoteCall.releaseOutputStream()
非推奨。
代替はありません。
|
static void |
LogStream.setDefaultStream(PrintStream newDefault)
非推奨。
代替はありません。
|
void |
LogStream.setOutputStream(OutputStream out)
非推奨。
代替はありません。
|
protected static void |
RemoteStub.setRef(RemoteStub stub, RemoteRef ref)
非推奨。
代替はありません。
setRef メソッドは、リモート・スタブのリモート参照の設定を目的としていました。RemoteStub はRemoteStub.RemoteStub(RemoteRef) コンストラクタによってリモート参照を指定して作成および初期化できるため、これは不要です。 |
String |
LogStream.toString()
非推奨。
代替はありません。
|
String |
Operation.toString()
非推奨。
代替はありません。
|
void |
LogStream.write(byte[] b, int off, int len)
非推奨。
代替はありません。
|
void |
LogStream.write(int b)
非推奨。
代替はありません。
|
コンストラクタと説明 |
---|
Operation(String op)
非推奨。
代替はありません。
|
SkeletonMismatchException(String s)
非推奨。
代替はありません。
|
修飾子と型 | インタフェースと説明 |
---|---|
interface |
Certificate
非推奨。
Javaプラットフォームでは、証明書を扱う新しいパッケージが作成されました。このCertificateインタフェースは完全に非推奨であり、新しいパッケージへの円滑な移行のために残されています。
|
class |
Identity
非推奨。
このクラスは使用されなくなりました。その機能は
java.security.KeyStore 、java.security.cert パッケージ、およびjava.security.Principal に置き換えられています。 |
class |
IdentityScope
非推奨。
このクラスは使用されなくなりました。その機能は
java.security.KeyStore 、java.security.cert パッケージ、およびjava.security.Principal に置き換えられています。 |
class |
Signer
非推奨。
このクラスは使用されなくなりました。その機能は
java.security.KeyStore 、java.security.cert パッケージ、およびjava.security.Principal に置き換えられています。 |
修飾子と型 | メソッドと説明 |
---|---|
protected abstract Object |
SignatureSpi.engineGetParameter(String param)
非推奨。
|
protected abstract void |
SignatureSpi.engineSetParameter(String param, Object value)
非推奨。
engineSetParameter に置き換えられています。 |
static String |
Security.getAlgorithmProperty(String algName, String propName)
非推奨。
このメソッドは、アルゴリズム固有のパラメータの構文解析方法を決定するため、SUN暗号化サービス・プロバイダのマスター・ファイル内にある独自のプロパティの値を返すために使用されます。代わりに、新しいプロバイダベースのアルゴリズムに依存しない
AlgorithmParameters およびKeyFactory エンジン・クラス(J2SEバージョン1.2プラットフォームより導入)を使用してください。 |
Object |
Signature.getParameter(String param)
非推奨。
|
void |
Signature.setParameter(String param, Object value)
非推奨。
setParameter を使用してください。 |
修飾子と型 | メソッドと説明 |
---|---|
BigDecimal |
ResultSet.getBigDecimal(int columnIndex, int scale)
非推奨。
getBigDecimal(int columnIndex) またはgetBigDecimal(String columnLabel) を使用します。 |
BigDecimal |
CallableStatement.getBigDecimal(int parameterIndex, int scale)
非推奨。
getBigDecimal(int parameterIndex) またはgetBigDecimal(String parameterName) を使用します。 |
BigDecimal |
ResultSet.getBigDecimal(String columnLabel, int scale)
非推奨。
getBigDecimal(int columnIndex) またはgetBigDecimal(String columnLabel) を使用します。 |
int |
Time.getDate()
非推奨。
|
int |
Time.getDay()
非推奨。
|
int |
Date.getHours()
非推奨。
|
static PrintStream |
DriverManager.getLogStream()
非推奨。
getLogWriter を使用してください |
int |
Date.getMinutes()
非推奨。
|
int |
Time.getMonth()
非推奨。
|
int |
Date.getSeconds()
非推奨。
|
InputStream |
ResultSet.getUnicodeStream(int columnIndex)
非推奨。
getUnicodeStream の代わりに getCharacterStreamを使用 |
InputStream |
ResultSet.getUnicodeStream(String columnLabel)
非推奨。
代わりに
getCharacterStream を使用 |
int |
Time.getYear()
非推奨。
|
void |
Time.setDate(int i)
非推奨。
|
void |
Date.setHours(int i)
非推奨。
|
static void |
DriverManager.setLogStream(PrintStream out)
非推奨。
setLogWriter を使用してください。 |
void |
Date.setMinutes(int i)
非推奨。
|
void |
Time.setMonth(int i)
非推奨。
|
void |
Date.setSeconds(int i)
非推奨。
|
void |
PreparedStatement.setUnicodeStream(int parameterIndex, InputStream x, int length)
非推奨。
setCharacterStream を使用してください。 |
void |
Time.setYear(int i)
非推奨。
|
コンストラクタと説明 |
---|
Date(int year, int month, int day)
非推奨。
代わりに、次のコンストラクタを使用してください:
Date(long date) |
Time(int hour, int minute, int second)
非推奨。
このコンストラクタの代わりにミリ秒の値をとるコンストラクタを使用してください。
|
Timestamp(int year, int month, int date, int hour, int minute, int second, int nano)
非推奨。
代わりに、コンストラクタ
Timestamp(long millis) を使用してください |
修飾子と型 | メソッドと説明 |
---|---|
int |
Date.getDate()
非推奨。
JDK Version 1.1以降は、
Calendar.get(Calendar.DAY_OF_MONTH) に置き換えられています。 |
int |
Date.getDay()
非推奨。
JDK Version 1.1以降は、
Calendar.get(Calendar.DAY_OF_WEEK) に置き換えられています。 |
int |
Date.getHours()
非推奨。
JDK Version 1.1以降は、
Calendar.get(Calendar.HOUR_OF_DAY) に置き換えられています。 |
int |
Date.getMinutes()
非推奨。
JDK Version 1.1以降は、
Calendar.get(Calendar.MINUTE) に置き換えられています。 |
int |
Date.getMonth()
非推奨。
JDK Version 1.1以降は、
Calendar.get(Calendar.MONTH) に置き換えられています。 |
int |
Date.getSeconds()
非推奨。
JDK Version 1.1以降は、
Calendar.get(Calendar.SECOND) に置き換えられています。 |
int |
Date.getTimezoneOffset()
非推奨。
JDK Version 1.1以降は、
-(Calendar.get(Calendar.ZONE_OFFSET)+Calendar.get(Calendar.DST_OFFSET))/(60 * 1000) に置き換えられています。 |
int |
Date.getYear()
非推奨。
JDK Version 1.1以降は、
Calendar.get(Calendar.YEAR) - 1900 に置き換えられています。 |
static long |
Date.parse(String s)
非推奨。
JDK Version 1.1以降は、
DateFormat.parse(String s) に置き換えられています。 |
void |
Properties.save(OutputStream out, String comments)
非推奨。
このメソッドは、プロパティ・リストの保存中に入出力エラーが発生しても、IOExceptionをスローしません。プロパティ・リストの保存に推奨される方法は、
store(OutputStream out, String comments) メソッドまたはstoreToXML(OutputStream os, String comment) メソッドを使用することです。 |
void |
Date.setDate(int date)
非推奨。
JDK Version 1.1以降は、
Calendar.set(Calendar.DAY_OF_MONTH, int date) に置き換えられています。 |
void |
Date.setHours(int hours)
非推奨。
JDK Version 1.1以降は、
Calendar.set(Calendar.HOUR_OF_DAY, int hours) に置き換えられています。 |
void |
Date.setMinutes(int minutes)
非推奨。
JDK Version 1.1以降は、
Calendar.set(Calendar.MINUTE, int minutes) に置き換えられています。 |
void |
Date.setMonth(int month)
非推奨。
JDK Version 1.1以降は、
Calendar.set(Calendar.MONTH, int month) に置き換えられています。 |
void |
Date.setSeconds(int seconds)
非推奨。
JDK Version 1.1以降は、
Calendar.set(Calendar.SECOND, int seconds) に置き換えられています。 |
void |
Date.setYear(int year)
非推奨。
JDK Version 1.1以降は、
Calendar.set(Calendar.YEAR, year+1900) に置き換えられています。 |
String |
Date.toGMTString()
非推奨。
JDK version 1.1以降は、GMT
TimeZone を使用するDateFormat.format(Date date) に置き換えられています。 |
String |
Date.toLocaleString()
非推奨。
JDK Version 1.1以降は、
DateFormat.format(Date date) に置き換えられています。 |
static long |
Date.UTC(int year, int month, int date, int hrs, int min, int sec)
非推奨。
JDK Version 1.1以降は、
Calendar.set(year+1900, month, date, hrs, min, sec) またはGregorianCalendar(year+1900, month, date, hrs, min, sec) に置き換えられています。UTC TimeZone を使用し、Calendar.getTime().getTime() があとに続きます。 |
コンストラクタと説明 |
---|
Date(int year, int month, int date)
非推奨。
JDK version 1.1以降は、
Calendar.set(year+1900, month, date) またはGregorianCalendar(year+1900, month, date) に置き換えられています。 |
Date(int year, int month, int date, int hrs, int min)
非推奨。
JDK version 1.1以降は、
Calendar.set(year+1900, month, date, hrs, min) またはGregorianCalendar(year+1900, month, date, hrs, min) に置き換えられています。 |
Date(int year, int month, int date, int hrs, int min, int sec)
非推奨。
JDK version 1.1以降は、
Calendar.set(year+1900, month, date, hrs, min, sec) またはGregorianCalendar(year+1900, month, date, hrs, min, sec) に置き換えられています。 |
Date(String s)
非推奨。
JDK Version 1.1以降は、
DateFormat.parse(String s) に置き換えられています。 |
修飾子と型 | メソッドと説明 |
---|---|
default void |
Pack200.Packer.addPropertyChangeListener(PropertyChangeListener listener)
非推奨。
PropertyChangeListener への依存は、Javaプラットフォームの将来のモジュール化に対する大きな障害になります。このメソッドは今後のリリースで削除される予定です。packerの進捗をモニターする必要があるアプリケーションは、代わりにPROGRESS プロパティの値をポーリングすることができます。 |
default void |
Pack200.Unpacker.addPropertyChangeListener(PropertyChangeListener listener)
非推奨。
PropertyChangeListener への依存は、Javaプラットフォームの将来のモジュール化に対する大きな障害になります。このメソッドは今後のリリースで削除される予定です。unpackerの進捗をモニターする必要があるアプリケーションは、代わりにPROGRESS プロパティの値をポーリングすることができます。 |
default void |
Pack200.Packer.removePropertyChangeListener(PropertyChangeListener listener)
非推奨。
PropertyChangeListener への依存は、Javaプラットフォームの将来のモジュール化に対する大きな障害になります。このメソッドは今後のリリースで削除される予定です。 |
default void |
Pack200.Unpacker.removePropertyChangeListener(PropertyChangeListener listener)
非推奨。
PropertyChangeListener への依存は、Javaプラットフォームの将来のモジュール化に対する大きな障害になります。このメソッドは今後のリリースで削除される予定です。 |
修飾子と型 | フィールドと説明 |
---|---|
static Logger |
Logger.global
非推奨。
このフィールドの初期化時にデッドロックが発生する可能性があります。このフィールドはLoggerクラス初期化によって初期化されますが、それにより、LogManagerクラス初期化との間でデッドロックが発生する可能性があります。そのような場合、2つのクラス初期化は他方が完了するまで待機します。グローバル・ロガー・オブジェクトを取得するための推奨の方法は、
Logger.getGlobal() を呼び出すことです。Logger.getGlobal() を使用できない古いJDKバージョンとの互換性のため、Logger.getLogger(Logger.GLOBAL_LOGGER_NAME) またはLogger.getLogger("global") の呼出しを使用してください。 |
修飾子と型 | メソッドと説明 |
---|---|
void |
LogManager.addPropertyChangeListener(PropertyChangeListener l)
非推奨。
PropertyChangeListener への依存は、Javaプラットフォームの将来のモジュール化に対する大きな障害になります。このメソッドは今後のリリースで削除される予定です。グローバルなLogManager は、readConfiguration メソッドをオーバーライドすることでロギング構成の変更を検出できます。 |
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 |
LogManager.removePropertyChangeListener(PropertyChangeListener l)
非推奨。
PropertyChangeListener への依存は、Javaプラットフォームの将来のモジュール化に対する大きな障害になります。このメソッドは今後のリリースで削除される予定です。グローバルなLogManager は、readConfiguration メソッドをオーバーライドすることでロギング構成の変更を検出できます。 |
修飾子と型 | クラスと説明 |
---|---|
class |
AccessibleResourceBundle
非推奨。
Javaプラットフォームのバージョン1.3以降では、このクラスは非推奨です。
|
修飾子と型 | フィールドと説明 |
---|---|
static Class[] |
ImageReaderSpi.STANDARD_INPUT_TYPE
非推奨。
このフィールドを使用する代わりに、同等の配列
{ ImageInputStream.class } を直接作成してください。 |
static Class[] |
ImageWriterSpi.STANDARD_OUTPUT_TYPE
非推奨。
このフィールドを使用する代わりに、同等の配列
{ ImageOutputStream.class } を直接作成してください。 |
修飾子と型 | クラスと説明 |
---|---|
interface |
InitParam
非推奨。
|
interface |
SOAPMessageHandler
非推奨。
|
interface |
SOAPMessageHandlers
非推奨。
|
修飾子と型 | クラスと説明 |
---|---|
class |
DefaultLoaderRepository
非推奨。
代わりに
MBeanServer.getClassLoaderRepository() を使用します。 |
修飾子と型 | メソッドと説明 |
---|---|
ObjectInputStream |
MBeanServer.deserialize(ObjectName name, byte[] data)
非推奨。
getClassLoaderFor を使って、直列化復元に適したクラス・ローダーを取得します。 |
ObjectInputStream |
MBeanServer.deserialize(String className, byte[] data)
非推奨。
MBeanServer.getClassLoaderRepository() を使ってクラス・ローダー・リポジトリを取得し、それを使って直列化復元を行います。 |
ObjectInputStream |
MBeanServer.deserialize(String className, ObjectName loaderName, byte[] data)
非推奨。
getClassLoader を使って直列化復元用のクラス・ローダーを取得します。 |
void |
StringValueExp.setMBeanServer(MBeanServer s)
非推奨。
|
void |
AttributeValueExp.setMBeanServer(MBeanServer s)
非推奨。
このメソッドは何の効果も持ちません。属性値の取得に使用されるMBeanサーバーは、
QueryEval.getMBeanServer() です。 |
void |
ValueExp.setMBeanServer(MBeanServer s)
非推奨。
ValueExp はMBeanサーバーにアクセスし、QueryEval.getMBeanServer() を使って評価されるため、このメソッドは不要です。 |
コンストラクタと説明 |
---|
AttributeValueExp()
非推奨。
このコンストラクタで作成されたインスタンスは、クエリー内では使用できません。
|
修飾子と型 | クラスと説明 |
---|---|
class |
DefaultLoaderRepository
非推奨。
代わりに
MBeanServer.getClassLoaderRepository() を使用します。 |
修飾子と型 | フィールドと説明 |
---|---|
protected int |
Monitor.alreadyNotified
非推奨。
Monitor.alreadyNotifieds [0]と同等です。 |
protected String |
Monitor.dbgTag
非推奨。
代替はありません。
|
修飾子と型 | フィールドと説明 |
---|---|
static String[] |
OpenType.ALLOWED_CLASSNAMES
非推奨。
代わりに
ALLOWED_CLASSNAMES_LIST を使用します。 |
修飾子と型 | クラスと説明 |
---|---|
class |
Policy
非推奨。
JDK Version 1.4で、java.security.Policyに置き換えられました。java.security.Policyには次のメソッドが存在します。
public PermissionCollection getPermissions (java.security.ProtectionDomain pd)また、ProtectionDomainには次のコンストラクタがあります。 public ProtectionDomain (CodeSource cs, PermissionCollection permissions, ClassLoader loader, Principal[] principals)これら2つのAPIは、呼出し側に、PrincipalベースのPermissionエントリ用Policyの問い合わせを実行する手段を提供します。 |
修飾子と型 | フィールドと説明 |
---|---|
static boolean |
CachedRowSet.COMMIT_ON_ACCEPT_CHANGES
非推奨。
このフィールドはfinal (インタフェースの一部)であるため、その値を変更することはできません。
|
修飾子と型 | メソッドと説明 |
---|---|
void |
BaseRowSet.setUnicodeStream(int parameterIndex, InputStream x, int length)
非推奨。
代わりにgetCharacterStreamを使用してください。
|
修飾子と型 | フィールドと説明 |
---|---|
protected FocusListener |
JComponent.AccessibleJComponent.accessibleFocusHandler
非推奨。
|
protected boolean |
JViewport.backingStore
非推奨。
Java 2プラットフォームv1.3以降
|
protected static Component |
ImageIcon.component
非推奨。
1.8以降
|
protected javax.swing.JRootPane.DefaultAction |
JRootPane.defaultPressAction
非推奨。
Java 2プラットフォーム1.3以降使われていません。
|
protected javax.swing.JRootPane.DefaultAction |
JRootPane.defaultReleaseAction
非推奨。
Java 2プラットフォーム1.3以降使われていません。
|
protected static MediaTracker |
ImageIcon.tracker
非推奨。
1.8以降
|
修飾子と型 | メソッドと説明 |
---|---|
static JScrollPane |
JTable.createScrollPaneForTable(JTable aTable)
非推奨。
Swing version 1.0.2以降は、
new JScrollPane(aTable) に置き換えられています。 |
void |
JComponent.disable()
非推奨。
JDK Version 1.1以降は、
java.awt.Component.setEnabled(boolean) に置き換えられています。 |
static void |
FocusManager.disableSwingFocusManager()
非推奨。
1.4以降は、
KeyboardFocusManager.setDefaultFocusTraversalPolicy(FocusTraversalPolicy) に置き換えられています |
void |
JComponent.enable()
非推奨。
JDK Version 1.1以降は、
java.awt.Component.setEnabled(boolean) に置き換えられています。 |
static Component |
SwingUtilities.findFocusOwner(Component c)
非推奨。
1.4以降は、
KeyboardFocusManager.getFocusOwner() に置き換えられています。 |
Component |
JMenuBar.getComponentAtIndex(int i)
非推奨。
getComponent(int i) に置き換えられています |
Component |
JPopupMenu.getComponentAtIndex(int i)
非推奨。
Container.getComponent(int) に置き換えられています |
static KeyStroke |
KeyStroke.getKeyStroke(char keyChar, boolean onKeyRelease)
非推奨。
getKeyStroke(char)を使用
|
String |
AbstractButton.getLabel()
非推奨。
-
getText に置き換えられています |
JMenuBar |
JRootPane.getMenuBar()
非推奨。
Swing version 1.0.3以降は、
getJMenuBar() に置き換えられています。 |
JMenuBar |
JInternalFrame.getMenuBar()
非推奨。
Swing version 1.0.3以降は、
getJMenuBar() に置き換えられています。 |
Component |
JComponent.getNextFocusableComponent()
非推奨。
1.4以降は、
FocusTraversalPolicy に置き換えられています。 |
Object[] |
JList.getSelectedValues()
非推奨。
JDK 1.7以降は、
JList.getSelectedValuesList() に置き換えられています |
String |
JPasswordField.getText()
非推奨。
Java 2プラットフォームv1.2以降は、
getPassword に置き換えられています。 |
String |
JPasswordField.getText(int offs, int len)
非推奨。
Java 2プラットフォームv1.2以降は、
getPassword に置き換えられています。 |
Rectangle |
ScrollPaneLayout.getViewportBorderBounds(JScrollPane scrollpane)
非推奨。
JDKのSwing 1.1以降は、
JScrollPane.getViewportBorderBounds() に置き換えられています。 |
void |
JComponent.hide()
非推奨。
|
boolean |
JViewport.isBackingStoreEnabled()
非推奨。
Java 2プラットフォームv1.3以降は、
getScrollMode() に置き換えられています。 |
static boolean |
FocusManager.isFocusManagerEnabled()
非推奨。
1.4以降は、
KeyboardFocusManager.getDefaultFocusTraversalPolicy() |
boolean |
JComponent.isManagingFocus()
非推奨。
1.4以降は、
Component.setFocusTraversalKeys(int, Set) およびContainer.setFocusCycleRoot(boolean) に置き換えられています。 |
boolean |
JComponent.requestDefaultFocus()
非推奨。
1.4以降は、
FocusTraversalPolicy.getDefaultComponent(Container).requestFocus() |
void |
JComponent.reshape(int x, int y, int w, int h)
非推奨。
JDK 5以降は、
Component.setBounds(int, int, int, int) に置き換えられています。
このコンポーネントを移動し、サイズ変更します。 |
void |
JViewport.setBackingStoreEnabled(boolean enabled)
非推奨。
Java 2プラットフォームv1.3以降は、
setScrollMode() に置き換えられています。 |
void |
AbstractButton.setLabel(String label)
非推奨。
-
setText(text) に置き換えられています |
void |
JRootPane.setMenuBar(JMenuBar menu)
非推奨。
Swing version 1.0.3以降は、
setJMenuBar(JMenuBar menu) に置き換えられています。 |
void |
JInternalFrame.setMenuBar(JMenuBar m)
非推奨。
Swing version 1.0.3以降は、
setJMenuBar(JMenuBar m) に置き換えられています。 |
void |
JComponent.setNextFocusableComponent(Component aComponent)
非推奨。
1.4以降は、
FocusTraversalPolicy |
void |
JTable.sizeColumnsToFit(boolean lastColumnOnly)
非推奨。
Swing version 1.0.3以降は、
doLayout() に置き換えられています。 |
修飾子と型 | フィールドと説明 |
---|---|
protected KeyStroke |
BasicDesktopPaneUI.closeKey
非推奨。
1.3以降
|
protected KeyStroke |
BasicSplitPaneUI.dividerResizeToggleKey
非推奨。
Java 2プラットフォーム1.3以降使われていません。
|
protected KeyStroke |
BasicSplitPaneUI.downKey
非推奨。
Java 2プラットフォーム1.3以降使われていません。
|
protected KeyStroke |
BasicToolBarUI.downKey
非推奨。
Java 2プラットフォーム1.3以降使われていません。
|
protected KeyStroke |
BasicTabbedPaneUI.downKey
非推奨。
Java 2プラットフォーム1.3以降使われていません。
|
protected KeyStroke |
BasicSplitPaneUI.endKey
非推奨。
Java 2プラットフォーム1.3以降使われていません。
|
protected KeyStroke |
BasicSplitPaneUI.homeKey
非推奨。
Java 2プラットフォーム1.3以降使われていません。
|
protected ActionListener |
BasicSplitPaneUI.keyboardDownRightListener
非推奨。
Java 2プラットフォーム1.3以降使われていません。
|
protected ActionListener |
BasicSplitPaneUI.keyboardEndListener
非推奨。
Java 2プラットフォーム1.3以降使われていません。
|
protected ActionListener |
BasicSplitPaneUI.keyboardHomeListener
非推奨。
Java 2プラットフォーム1.3以降使われていません。
|
protected ActionListener |
BasicSplitPaneUI.keyboardResizeToggleListener
非推奨。
Java 2プラットフォーム1.3以降使われていません。
|
protected ActionListener |
BasicSplitPaneUI.keyboardUpLeftListener
非推奨。
Java 2プラットフォーム1.3以降使われていません。
|
protected KeyStroke |
BasicSplitPaneUI.leftKey
非推奨。
Java 2プラットフォーム1.3以降使われていません。
|
protected KeyStroke |
BasicToolBarUI.leftKey
非推奨。
Java 2プラットフォーム1.3以降使われていません。
|
protected KeyStroke |
BasicTabbedPaneUI.leftKey
非推奨。
Java 2プラットフォーム1.3以降使われていません。
|
protected KeyStroke |
BasicDesktopPaneUI.maximizeKey
非推奨。
1.3以降
|
protected KeyStroke |
BasicDesktopPaneUI.minimizeKey
非推奨。
1.3以降
|
protected KeyStroke |
BasicDesktopPaneUI.navigateKey
非推奨。
1.3以降
|
protected KeyStroke |
BasicDesktopPaneUI.navigateKey2
非推奨。
1.3以降
|
protected KeyStroke |
BasicInternalFrameUI.openMenuKey
非推奨。
Java 2プラットフォーム1.3以降使われていません。
|
protected KeyStroke |
BasicSplitPaneUI.rightKey
非推奨。
Java 2プラットフォーム1.3以降使われていません。
|
protected KeyStroke |
BasicToolBarUI.rightKey
非推奨。
Java 2プラットフォーム1.3以降使われていません。
|
protected KeyStroke |
BasicTabbedPaneUI.rightKey
非推奨。
Java 2プラットフォーム1.3以降使われていません。
|
protected KeyStroke |
BasicSplitPaneUI.upKey
非推奨。
Java 2プラットフォーム1.3以降使われていません。
|
protected KeyStroke |
BasicToolBarUI.upKey
非推奨。
Java 2プラットフォーム1.3以降使われていません。
|
protected KeyStroke |
BasicTabbedPaneUI.upKey
非推奨。
Java 2プラットフォーム1.3以降使われていません。
|
修飾子と型 | メソッドと説明 |
---|---|
protected ActionListener |
BasicSplitPaneUI.createKeyboardDownRightListener()
非推奨。
Java 2プラットフォーム1.3以降使われていません。
|
protected ActionListener |
BasicSplitPaneUI.createKeyboardEndListener()
非推奨。
Java 2プラットフォーム1.3以降使われていません。
|
protected ActionListener |
BasicSplitPaneUI.createKeyboardHomeListener()
非推奨。
Java 2プラットフォーム1.3以降使われていません。
|
protected ActionListener |
BasicSplitPaneUI.createKeyboardResizeToggleListener()
非推奨。
Java 2プラットフォーム1.3以降使われていません。
|
protected ActionListener |
BasicSplitPaneUI.createKeyboardUpLeftListener()
非推奨。
Java 2プラットフォーム1.3以降使われていません。
|
protected int |
BasicSplitPaneUI.getDividerBorderSize()
非推奨。
Java 2プラットフォーム1.3以降は、ディバイダにボーダーを設定します。
|
修飾子と型 | クラスと説明 |
---|---|
class |
MetalComboBoxUI.MetalComboPopup
非推奨。
Java 2プラットフォームv1.4以降使われていません。
|
修飾子と型 | メソッドと説明 |
---|---|
protected void |
MetalComboBoxUI.editablePropertyChanged(PropertyChangeEvent e)
非推奨。
Java 2プラットフォームv1.4以降使われていません。
|
protected void |
MetalComboBoxUI.removeListeners()
非推奨。
Java 2プラットフォームv1.4以降使われていません。
|
void |
MetalScrollPaneUI.uninstallListeners(JScrollPane scrollPane)
非推奨。
-
MetalScrollPaneUI.uninstallListeners(JComponent) に置き換えられています |
修飾子と型 | フィールドと説明 |
---|---|
protected int |
TableColumn.resizedPostingDisableCount
非推奨。
Java 2プラットフォームv1.3以降
|
修飾子と型 | メソッドと説明 |
---|---|
void |
TableColumn.disableResizedPosting()
非推奨。
Java 2プラットフォームv1.3以降
|
void |
TableColumn.enableResizedPosting()
非推奨。
Java 2プラットフォームv1.3以降
|
修飾子と型 | クラスと説明 |
---|---|
class |
DefaultTextUI
非推奨。
|
class |
TableView.TableCell
非推奨。
表セルは任意のView実装となることができます。
|
修飾子と型 | メソッドと説明 |
---|---|
protected TableView.TableCell |
TableView.createTableCell(Element elem)
非推奨。
表セルは任意のView実装となることができますが、表ではなく、ViewFactoryによって作成されるようにします。
|
protected FontMetrics |
LabelView.getFontMetrics()
非推奨。
FontMetricsは、JDKで実行する場合はグリフ・レンダリングには使用されません。
|
Shape |
View.modelToView(int pos, Shape a)
非推奨。
|
int |
View.viewToModel(float x, float y, Shape a)
非推奨。
|
修飾子と型 | フィールドと説明 |
---|---|
static String |
FormView.RESET
非推奨。
1.3では、値はFormView.resetButtonTextのUIManagerプロパティからのものです。
|
static String |
FormView.SUBMIT
非推奨。
1.3では、値はFormView.submitButtonTextのUIManagerプロパティからのものです。
|
修飾子と型 | メソッドと説明 |
---|---|
protected void |
HTMLEditorKit.InsertHTMLTextAction.insertAtBoundry(JEditorPane editor, HTMLDocument doc, int offset, Element insertElement, String html, HTML.Tag parentTag, HTML.Tag addTag)
非推奨。
Java 2プラットフォームv1.3においてはinsertAtBoundaryを使用してください。
|
修飾子と型 | メソッドと説明 |
---|---|
protected void |
DefaultTreeSelectionModel.notifyPathChange(Vector<?> changedPaths, TreePath oldLeadSelection)
非推奨。
JDK version 1.7以降
|
修飾子と型 | クラスと説明 |
---|---|
class |
DynamicImplementation
非推奨。
org.omg.CORBA.DynamicImplementation
|
interface |
DynAny
非推奨。
代わりに新しいDynAnyを使用してください
|
interface |
DynArray
非推奨。
代わりに新しいDynArrayを使用してください
|
interface |
DynEnum
非推奨。
代わりに新しいDynEnumを使用してください
|
interface |
DynFixed
非推奨。
代わりに新しいDynFixedを使用してください
|
interface |
DynSequence
非推奨。
代わりに新しいDynSequenceを使用してください
|
interface |
DynStruct
非推奨。
代わりに新しいDynStructを使用してください
|
interface |
DynUnion
非推奨。
代わりに新しいDynUnionを使用してください
|
interface |
DynValue
非推奨。
代わりに新しいDynValueを使用してください
|
class |
Principal
非推奨。
CORBA 2.2では非推奨です。
|
class |
PrincipalHolder
非推奨。
CORBA 2.2では非推奨です。
|
修飾子と型 | メソッドと説明 |
---|---|
DynAny |
ORB.create_basic_dyn_any(TypeCode type)
非推奨。
代わりに、新しいDynAnyFactory APIを使用してください。
|
DynAny |
ORB.create_dyn_any(Any value)
非推奨。
代わりに、新しいDynAnyFactory APIを使用してください。
|
DynArray |
ORB.create_dyn_array(TypeCode type)
非推奨。
代わりに、新しいDynAnyFactory APIを使用してください。
|
DynEnum |
ORB.create_dyn_enum(TypeCode type)
非推奨。
代わりに、新しいDynAnyFactory APIを使用してください。
|
DynSequence |
ORB.create_dyn_sequence(TypeCode type)
非推奨。
代わりに、新しいDynAnyFactory APIを使用してください。
|
DynStruct |
ORB.create_dyn_struct(TypeCode type)
非推奨。
代わりに、新しいDynAnyFactory APIを使用してください。
|
DynUnion |
ORB.create_dyn_union(TypeCode type)
非推奨。
代わりに、新しいDynAnyFactory APIを使用してください。
|
abstract TypeCode |
ORB.create_recursive_sequence_tc(int bound, int offset)
非推奨。
代わりにcreate_recursive_tcとcreate_sequence_tcの組み合わせを使用してください。
|
void |
ServerRequest.except(Any any)
非推奨。
set_exception()を使用してください
|
Principal |
Any.extract_Principal()
非推奨。
CORBA 2.2では非推奨です。
|
Current |
ORB.get_current()
非推奨。
resolve_initial_references を使用します。 |
void |
Any.insert_Principal(Principal p)
非推奨。
CORBA 2.2では非推奨です。
|
void |
DynamicImplementation.invoke(ServerRequest request)
非推奨。
Portable Object Adapterでは非推奨です。
|
byte[] |
Principal.name()
非推奨。
CORBA 2.2では非推奨です。
|
void |
Principal.name(byte[] value)
非推奨。
CORBA 2.2では非推奨です。
|
String |
ServerRequest.op_name()
非推奨。
operation()を使用してください
|
void |
ServerRequest.params(NVList params)
非推奨。
メソッドを使用してください
arguments |
void |
ServerRequest.result(Any any)
非推奨。
メソッドを使用してください
set_result |
コンストラクタと説明 |
---|
TCKind(int _value)
非推奨。
このメソッドはOMG仕様によるとprivateであるため、このコンストラクタは使用しないでください。代わりに
TCKind.from_int(int) を使用します。 |
修飾子と型 | メソッドと説明 |
---|---|
Principal |
InputStream.read_Principal()
非推奨。
CORBA 2.2では非推奨です。
|
void |
OutputStream.write_Principal(Principal value)
非推奨。
CORBA 2.2では非推奨です。
|
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.