パッケージ | 説明 |
---|---|
java.awt |
ユーザー・インタフェースの作成およびグラフィックスとイメージのペイント用のすべてのクラスを含みます。
|
java.awt.geom |
2次元幾何学的図形に関連するオブジェクトで処理を定義および実行するJava 2Dクラスを提供します。
|
java.beans |
JavaBeans(tm)アーキテクチャに基づいたコンポーネントであるBeanの開発に関連したクラスが含まれています。
|
javax.swing |
すべてのプラットフォーム上で可能なかぎり同じように機能する「軽量」(Java共通言語)コンポーネントのセットを提供します。
|
javax.swing.border |
Swingコンポーネントの周囲に各種ボーダーを描画するためのクラスおよびインタフェースを提供します。
|
javax.swing.plaf |
1つのインタフェースおよび多くの抽象クラスを提供しており、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 オブジェクトを作成して、名前、および引数の配列で指定されたメソッドを呼び出します。 |
コンストラクタと説明 |
---|
BoxLayout(Container target, int axis)
コンポーネントを指定された方向に配置するレイアウト・マネージャを生成します。
|
DefaultCellEditor(JTextField textField)
テキスト・フィールドを使う
DefaultCellEditor を構築します。 |
Filler(Dimension min, Dimension pref, Dimension max)
指定されたサイズ範囲の形状を生成するためのコンストラクタです。
|
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のインスタンスを生成します。
|
コンストラクタと説明 |
---|
BevelBorderUIResource(int bevelType, Color highlightOuter, Color highlightInner, Color shadowOuter, Color shadowInner) |
ColorUIResource(int r, int g, int b) |
CompoundBorderUIResource(Border outsideBorder, Border insideBorder) |
EmptyBorderUIResource(Insets insets) |
EtchedBorderUIResource(int etchType, Color highlight, Color shadow) |
LineBorderUIResource(Color color, int thickness) |
TitledBorderUIResource(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor) |
コンストラクタと説明 |
---|
DefaultTreeModel(TreeNode root)
どのノードでも子を持てるツリーを作成します。
|
TreePath(Object[] path)
配列から
TreePath を作成します。 |
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.