- java.lang.Object
-
- javax.swing.border.AbstractBorder
-
- javax.swing.plaf.metal.MetalBorders.MenuBarBorder
-
- すべての実装されたインタフェース:
Serializable
,Border
,UIResource
- 含まれているクラス:
- MetalBorders
public static class MetalBorders.MenuBarBorder extends AbstractBorder implements UIResource
クラスはJMenuBar
のボーダーを表します。
-
-
フィールドのサマリー
フィールド 修飾子と型 フィールド 説明 protected static Insets
borderInsets
ボーダー・インセット。
-
コンストラクタのサマリー
コンストラクタ コンストラクタ 説明 MenuBarBorder()
-
メソッドのサマリー
-
クラス javax.swing.border.AbstractBorderで宣言されたメソッド
getBaseline, getBaselineResizeBehavior, getBorderInsets, getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque, paintBorder
-
-
-
-
フィールドの詳細
-
borderInsets
protected static Insets borderInsets
ボーダー・インセット。
-
-