|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
CompoundBorder を使用しているパッケージ | |
---|---|
javax.swing | すべてのプラットフォームで可能なかぎり同じように機能する、「軽量」(Java 共通言語) コンポーネントのセットを提供します。 |
javax.swing.plaf | 1 つのインタフェースおよび多くの抽象クラスを提供しており、Swing は、プラグイン可能な Look & Feel 機能を実現するためにこれらのクラスを利用します。 |
javax.swing での CompoundBorder の使用 |
---|
CompoundBorder を返す javax.swing のメソッド | |
---|---|
static CompoundBorder |
BorderFactory.createCompoundBorder()
内側および外側の縁が null の複合ボーダを生成します。 |
static CompoundBorder |
BorderFactory.createCompoundBorder(Border outsideBorder,
Border insideBorder)
外側および内側の縁に使うボーダオブジェクトを指定して複合ボーダを生成します。 |
javax.swing.plaf での CompoundBorder の使用 |
---|
javax.swing.plaf での CompoundBorder のサブクラス | |
---|---|
static class |
BorderUIResource.CompoundBorderUIResource
|
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。