パッケージ | 説明 |
---|---|
java.awt |
ユーザーインタフェースの作成およびグラフィックスとイメージのペイント用のすべてのクラスを含みます。
|
java.awt.geom |
2 次元幾何学的図形に関連するオブジェクトで処理を定義および実行する Java 2D クラスを提供します。
|
java.beans |
JavaBeans™ アーキテクチャーに基づいたコンポーネントである Bean の開発に関連したクラスが含まれています。
|
java.lang.management |
Java 実行時に Java 仮想マシンおよびほかのコンポーネントを監視および管理するための管理インタフェースを提供します。
|
javax.swing |
すべてのプラットフォーム上で可能なかぎり同じように機能する「軽量」(Java 共通言語) コンポーネントのセットを提供します。
|
javax.swing.border |
Swing コンポーネントの周囲に各種ボーダーを描画するためのクラスおよびインタフェースを提供します。
|
javax.swing.plaf |
1 つのインタフェースおよび多くの abstract クラスを提供しており、Swing はプラグイン可能な Look & Feel 機能を提供するためにこれらを利用します。
|
javax.swing.tree |
javax.swing.JTree を処理するためのクラスとインタフェースを提供します。 |
コンストラクタと説明 |
---|
BasicStroke(float width, int cap, int join, float miterlimit, float[] dash, float dash_phase)
指定された属性を使用して、新しい
BasicStroke を構築します。 |
Color(int r, int g, int b, int a)
範囲 (0 - 255) の指定された赤、緑、青、およびアルファ値を使って sRGB カラーを生成します。
|
Cursor(int type)
指定されたタイプの新しいカーソルオブジェクトを生成します。
|
GradientPaint(Point2D pt1, Color color1, Point2D pt2, Color color2, boolean cyclic)
boolean パラメータに応じて、循環式または非循環式のどちらかの GradientPaint オブジェクトを構築します。 |
LinearGradientPaint(Point2D start, Point2D end, float[] fractions, Color[] colors, MultipleGradientPaint.CycleMethod cycleMethod, MultipleGradientPaint.ColorSpaceType colorSpace, AffineTransform gradientTransform)
LinearGradientPaint を構築します。 |
RadialGradientPaint(Point2D center, float radius, Point2D focus, float[] fractions, Color[] colors, MultipleGradientPaint.CycleMethod cycleMethod, MultipleGradientPaint.ColorSpaceType colorSpace, AffineTransform gradientTransform)
RadialGradientPaint を構築します。 |
ScrollPane(int scrollbarDisplayPolicy)
新しいスクロールペインコンテナを作成します。
|
コンストラクタと説明 |
---|
AffineTransform(float m00, float m10, float m01, float m11, float m02, float m12)
3×3 変換行列の 6 つの指定可能エントリを表現する 6 つの浮動小数点値から、新しい
AffineTransform を構築します。 |
コンストラクタと説明 |
---|
EventHandler(Object target, String action, String eventPropertyName, String listenerMethodName)
新しい
EventHandler オブジェクトを作成します (このコンストラクタを直接呼び出すのではなく、いずれかの create メソッドを使用するのが一般的)。 |
Expression(Object target, String methodName, Object[] arguments)
指定されたターゲットオブジェクトの新しい
Expression オブジェクトを作成して、名前、および引数の配列で指定されたメソッドを呼び出します。 |
Statement(Object target, String methodName, Object[] arguments)
指定されたターゲットオブジェクトの新しい
Statement オブジェクトを作成して、名前、および引数の配列で指定されたメソッドを呼び出します。 |
コンストラクタと説明 |
---|
LockInfo(String className, int identityHashCode)
LockInfo オブジェクトを構築します。
|
コンストラクタと説明 |
---|
Box.Filler(Dimension min, Dimension pref, Dimension max)
指定されたサイズ範囲の形状を生成するためのコンストラクタです。
|
BoxLayout(Container target, int axis)
コンポーネントを指定された方向に配置するレイアウトマネージャーを生成します。
|
DefaultCellEditor(JTextField textField)
テキストフィールドを使う
DefaultCellEditor を構築します。 |
ImageIcon(String filename)
指定されたファイルからイメージアイコンを生成します。
|
JButton(String text)
テキスト付きのボタンを生成します。
|
JSplitPane(int newOrientation)
指定された方向で構成されたで新しい
JSplitPane を作成します。 |
JTree(TreeModel newModel)
ルートノードを表示する
JTree のインスタンスを返します。ツリーは、指定されたデータモデルを使用して生成されます。 |
OverlayLayout(Container target)
子のオーバーレイ整列を実行するレイアウトマネージャーを構築します。
|
コンストラクタと説明 |
---|
BevelBorder(int bevelType, Color highlightOuterColor, Color highlightInnerColor, Color shadowOuterColor, Color shadowInnerColor)
斜影ボーダーを、指定されたタイプ、ハイライトおよび陰影のカラーで作成します。
|
CompoundBorder(Border outsideBorder, Border insideBorder)
指定された内側ボーダーおよび外側ボーダーによる複合ボーダーを作成します。
|
EmptyBorder(Insets borderInsets)
指定されたインセットの値を持つ、空のボーダーを作成します。
|
EtchedBorder(int etchType, Color highlight, Color shadow)
エッチングボーダーを、指定されたタイプ、ハイライトおよび陰影のカラーで作成します。
|
LineBorder(Color color, int thickness, boolean roundedCorners)
指定された色と太さと隅の形状で直線ボーダーを作成します。
|
SoftBevelBorder(int bevelType, Color highlightOuterColor, Color highlightInnerColor, Color shadowOuterColor, Color shadowInnerColor)
斜影ボーダーを、指定されたタイプ、ハイライトおよび陰影のカラーで作成します。
|
StrokeBorder(BasicStroke stroke, Paint paint)
指定された
stroke と paint のボーダーを作成します。 |
TitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor)
指定されたボーダー、タイトル、タイトルの位置揃え、タイトルの配置、タイトルのフォント、およびタイトルのカラーで、TitledBorder のインスタンスを生成します。
|
コンストラクタと説明 |
---|
BorderUIResource.BevelBorderUIResource(int bevelType, Color highlightOuter, Color highlightInner, Color shadowOuter, Color shadowInner) |
BorderUIResource.CompoundBorderUIResource(Border outsideBorder, Border insideBorder) |
BorderUIResource.EmptyBorderUIResource(Insets insets) |
BorderUIResource.EtchedBorderUIResource(int etchType, Color highlight, Color shadow) |
BorderUIResource.LineBorderUIResource(Color color, int thickness) |
BorderUIResource.TitledBorderUIResource(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor) |
ColorUIResource(int r, int g, int b) |
コンストラクタと説明 |
---|
DefaultTreeModel(TreeNode root)
どのノードでも子を持てるツリーを作成します。
|
TreePath(Object[] path)
配列から
TreePath を作成します。 |
バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.