JavaTM 2 Platform
Standard Ed. 5.0

javax.swing.plaf
クラス InsetsUIResource

java.lang.Object
  上位を拡張 java.awt.Insets
      上位を拡張 javax.swing.plaf.InsetsUIResource
すべての実装されたインタフェース:
Serializable, Cloneable, UIResource

public class InsetsUIResource
extends Insets
implements UIResource


フィールドの概要
 
クラス java.awt.Insets から継承されたフィールド
bottom, left, right, top
 
コンストラクタの概要
InsetsUIResource(int top, int left, int bottom, int right)
           
 
メソッドの概要
 
クラス java.awt.Insets から継承されたメソッド
clone, equals, hashCode, set, toString
 
クラス java.lang.Object から継承されたメソッド
finalize, getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

InsetsUIResource

public InsetsUIResource(int top,
                        int left,
                        int bottom,
                        int right)

JavaTM 2 Platform
Standard Ed. 5.0

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

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