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のボーダーを表します。- 
フィールドのサマリーフィールド
- 
コンストラクタのサマリーコンストラクタ
- 
メソッドのサマリークラス javax.swing.border.AbstractBorderで宣言されたメソッドgetBaseline, getBaselineResizeBehavior, getBorderInsets, getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque, paintBorder
- 
フィールド詳細- 
borderInsetsprotected static Insets borderInsetsボーダー・インセット。
 
- 
- 
コンストラクタの詳細- 
PopupMenuBorderpublic PopupMenuBorder()PopupMenuBorderを構築します。
 
-