クラスBasicBorders
java.lang.Object
javax.swing.plaf.basic.BasicBorders
public class BasicBorders extends Object
基本L&Fに適したBorderを提供できるファクトリ・オブジェクトです。
-
ネストされたクラスのサマリー
ネストされたクラス修飾子と型クラス説明static classボタンの周りにボーダーを描画します。static classフィールドの周囲にボーダーを描画します。static class余白をサポートするコンポーネントの周囲のボーダーを描画します。static classメニュー・バーの周りにボーダーを描画します。static classラジオ・ボタンの周囲にボーダーを描画します。static classロールオーバー・ツールバー・ボタンのための特別なthinボーダーです。static class分割ペインの周囲にボーダーを描画します。static classトグル・ボタンの周りにボーダーを描画します。 -
コンストラクタのサマリー
コンストラクタ -
メソッドのサマリー
修飾子と型メソッド説明static BorderJButtonのボーダー・インスタンスを返します。static BorderJInternalFrameのボーダー・インスタンスを返します。static BorderJMenuBarのボーダー・インスタンスを返します。static BorderJProgressBarのボーダー・インスタンスを返します。static BorderJRadioButtonのボーダー・インスタンスを返します。static BorderJSplitPaneのボーダー・インスタンスを返します。static BorderJSplitPaneディバイダのボーダー・インスタンスを返します。static BorderJTextFieldのボーダー・インスタンスを返します。static BorderJToggleButtonのボーダー・インスタンスを返します。クラスオブジェクトで宣言されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait修飾子と型メソッド説明protected Objectclone()このオブジェクトのコピーを作成して、返します。booleanこのオブジェクトと他のオブジェクトが等しいかどうかを示します。protected voidfinalize()削除予定のため非推奨: このAPI要素は、将来のバージョンで削除される可能性があります。最終決定は非推奨であり、将来のリリースで削除される可能性があります。final Class<?> getClass()このObjectの実行時クラスを返します。inthashCode()このオブジェクトに対するハッシュ・コード値を返します。final voidnotify()このオブジェクトのモニターで待機中のスレッドを1つ再開します。final voidこのオブジェクトのモニターで待機中のすべてのスレッドを再開します。toString()オブジェクトの文字列表現を返します。final voidwait()現在のスレッドが目覚めるまで待機します。通常、notifiedまたはinterruptedです。final voidwait(long timeoutMillis) 現在のスレッドは、通常、notifiedまたはinterruptedであるか、一定のリアルタイムが経過するまで、目覚めるまで待機します。final voidwait(long timeoutMillis, int nanos) 現在のスレッドは、通常、notifiedまたはinterruptedであるか、一定のリアルタイムが経過するまで、目覚めるまで待機します。
-
コンストラクタの詳細
-
BasicBorders
public BasicBorders()BasicBordersを構築します。
-
-
メソッドの詳細
-
getButtonBorder
-
getRadioButtonBorder
public static Border getRadioButtonBorder()JRadioButtonのボーダー・インスタンスを返します。- 戻り値:
JRadioButtonのボーダー・インスタンス
-
getToggleButtonBorder
public static Border getToggleButtonBorder()JToggleButtonのボーダー・インスタンスを返します。- 戻り値:
JToggleButtonのボーダー・インスタンス
-
getMenuBarBorder
-
getSplitPaneBorder
-
getSplitPaneDividerBorder
public static Border getSplitPaneDividerBorder()JSplitPaneディバイダのボーダー・インスタンスを返します。- 戻り値:
JSplitPanedividerのボーダー・インスタンス- 導入されたバージョン:
- 1.3
-
getTextFieldBorder
-
getProgressBarBorder
public static Border getProgressBarBorder()JProgressBarのボーダー・インスタンスを返します。- 戻り値:
JProgressBarのボーダー・インスタンス
-
getInternalFrameBorder
public static Border getInternalFrameBorder()JInternalFrameのボーダー・インスタンスを返します。- 戻り値:
JInternalFrameのボーダー・インスタンス
-