JavaTM Platform
Standard Ed. 6

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

java.lang.Object
  上位を拡張 javax.swing.border.AbstractBorder
      上位を拡張 javax.swing.plaf.metal.MetalBorders.Flush3DBorder
          上位を拡張 javax.swing.plaf.metal.MetalBorders.TextFieldBorder
すべての実装されたインタフェース:
Serializable, Border, UIResource
含まれているクラス:
MetalBorders

public static class MetalBorders.TextFieldBorder
extends MetalBorders.Flush3DBorder


コンストラクタの概要
MetalBorders.TextFieldBorder()
           
 
メソッドの概要
 void paintBorder(Component c, Graphics g, int x, int y, int w, int h)
          このデフォルト実装では、ペイントを行いません。
 
クラス javax.swing.plaf.metal.MetalBorders.Flush3DBorder から継承されたメソッド
getBorderInsets, getBorderInsets
 
クラス javax.swing.border.AbstractBorder から継承されたメソッド
getBaseline, getBaselineResizeBehavior, getInteriorRectangle, getInteriorRectangle, isBorderOpaque
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MetalBorders.TextFieldBorder

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

paintBorder

public void paintBorder(Component c,
                        Graphics g,
                        int x,
                        int y,
                        int w,
                        int h)
クラス AbstractBorder の記述:
このデフォルト実装では、ペイントを行いません。

定義:
インタフェース Border 内の paintBorder
オーバーライド:
クラス MetalBorders.Flush3DBorder 内の paintBorder
パラメータ:
c - このボーダーがペイントされるコンポーネント
g - ペイントのグラフィックス
x - ペイントされたボーダーの x 座標
y - ペイントされたボーダーの y 座標
w - ペイントされたボーダーの幅
h - ペイントされたボーダーの高さ

JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。