Java プラットフォーム 1.2

クラス
java.lang.Integer の使用

Integer を使用するパッケージ
java.awt.font フォント関連のクラスおよびインタフェースを提供します。 
java.lang Java プログラミング言語の設計の基礎となるクラスを提供します。 
javax.swing 可能な限りすべてのプラットフォームで同じように機能する「軽量」コンポーネント (Java 言語全体で共通) のセットを提供します。 
 

java.awt.font における Integer の使用方法
 

Integer として宣言される java.awt.font におけるフィールド
static Integer TextAttribute.SUPERSCRIPT_SUPER
          標準の上付き文字です。
static Integer TextAttribute.SUPERSCRIPT_SUB
          標準の下付き文字です。
static Integer TextAttribute.UNDERLINE_ON
          ローマ字テキストのベースライン位置と、その他のテキストのディセンダの下に付ける標準の下線です。
 

java.lang における Integer の使用方法
 

Integer を返す java.lang におけるメソッド
static Integer Integer.valueOf(String s, int radix)
          指定された文字列の値に初期化された新しい Integer オブジェクトを返します。
static Integer Integer.valueOf(String s)
          指定された String 文字列の値に初期化された新しい Integer オブジェクトを返します。
static Integer Integer.getInteger(String nm)
          指定された名前のシステムプロパティの整数値を判定します。
static Integer Integer.getInteger(String nm, int val)
          指定された名前のシステムプロパティの整数値を判定します。
static Integer Integer.getInteger(String nm, Integer val)
          指定された名前のシステムプロパティの整数値を返します。
static Integer Integer.decode(String nm)
          StringInteger に復号化します。
 

Integer のパラメータを持つ java.lang におけるメソッド
static Integer Integer.getInteger(String nm, Integer val)
          指定された名前のシステムプロパティの整数値を返します。
 int Integer.compareTo(Integer anotherInteger)
          2 つの Integer の値を比較します。
 

javax.swing における Integer の使用方法
 

Integer として宣言される javax.swing におけるフィールド
static Integer JLayeredPane.DEFAULT_LAYER
          デフォルトレイヤを定義する簡易オブジェクトです。
static Integer JLayeredPane.PALETTE_LAYER
          パレットレイヤを定義する簡易オブジェクトです。
static Integer JLayeredPane.MODAL_LAYER
          モーダルレイヤを定義する簡易オブジェクトです。
static Integer JLayeredPane.POPUP_LAYER
          ポップアップレイヤを定義する簡易オブジェクトです。
static Integer JLayeredPane.DRAG_LAYER
          ドラッグレイヤを定義する簡易オブジェクトです。
static Integer JLayeredPane.FRAME_CONTENT_LAYER
          フレーム内容レイヤを定義する簡易オブジェクトです。
 

Integer を返す javax.swing におけるメソッド
protected  Integer JLayeredPane.getObjectForLayer(int layer)
          指定されたレイヤに関連付けられている Integer オブジェクトを返します。
 

Integer のパラメータを持つ javax.swing におけるメソッド
 void JInternalFrame.setLayer(Integer layer)
          このコンポーネントのレイヤ属性を設定するための簡易メソッドです。
 


Java プラットフォーム 1.2

バグや機能要求の報告
新しい javadoc の表示についてのコメントやご提案
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.