Java プラットフォーム 1.2

javax.swing.plaf.metal
クラス MetalBorders.PopupMenuBorder

java.lang.Object
  |
  +--javax.swing.border.AbstractBorder
        |
        +--javax.swing.plaf.metal.MetalBorders.PopupMenuBorder

public static class MetalBorders.PopupMenuBorder
extends AbstractBorder
implements UIResource

関連項目:
直列化された形式

フィールドの概要
protected static Insets borderInsets
           
 
コンストラクタの概要
MetalBorders.PopupMenuBorder()
           
 
メソッドの概要
 Insets getBorderInsets(Component c)
           
 void paintBorder(Component c, Graphics g, int x, int y, int w, int h)
           
 
クラス javax.swing.border.AbstractBorder から継承したメソッド
getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

borderInsets

protected static Insets borderInsets
コンストラクタの詳細

MetalBorders.PopupMenuBorder

public MetalBorders.PopupMenuBorder()
メソッドの詳細

paintBorder

public void paintBorder(Component c,
                        Graphics g,
                        int x,
                        int y,
                        int w,
                        int h)
オーバーライド:
クラス AbstractBorder 内の paintBorder

getBorderInsets

public Insets getBorderInsets(Component c)
オーバーライド:
クラス AbstractBorder 内の getBorderInsets

Java プラットフォーム 1.2

バグや機能要求の報告
新しい javadoc の表示についてのコメントやご提案
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.