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