|
JavaTM Platform Standard Ed. 6 |
|||||||||
前 次 | フレームあり フレームなし |
CompoundBorder を使用しているパッケージ | |
---|---|
javax.swing | すべてのプラットフォームで可能なかぎり同じように機能する「軽量」(Java 共通言語) コンポーネントのセットを提供します。 |
javax.swing.plaf | 1 つのインタフェースおよび多くの abstract クラスを提供しており、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 Platform Standard Ed. 6 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。