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のボーダー・インスタンスを返します。
- 
コンストラクタの詳細- 
BasicBorderspublic BasicBorders()BasicBordersを構築します。
 
- 
- 
メソッドの詳細- 
getButtonBorderpublic static Border getButtonBorder()JButtonのボーダー・インスタンスを返します。- 戻り値:
- JButtonのボーダー・インスタンス
 
- 
getRadioButtonBorderpublic static Border getRadioButtonBorder()JRadioButtonのボーダー・インスタンスを返します。- 戻り値:
- JRadioButtonのボーダー・インスタンス
 
- 
getToggleButtonBorderpublic static Border getToggleButtonBorder()JToggleButtonのボーダー・インスタンスを返します。- 戻り値:
- JToggleButtonのボーダー・インスタンス
 
- 
getMenuBarBorderpublic static Border getMenuBarBorder()JMenuBarのボーダー・インスタンスを返します。- 戻り値:
- JMenuBarのボーダー・インスタンス
 
- 
getSplitPaneBorderpublic static Border getSplitPaneBorder()JSplitPaneのボーダー・インスタンスを返します。- 戻り値:
- JSplitPaneのボーダー・インスタンス
 
- 
getSplitPaneDividerBorderpublic static Border getSplitPaneDividerBorder()JSplitPaneディバイダのボーダー・インスタンスを返します。- 戻り値:
- JSplitPanedividerのボーダー・インスタンス
- 導入されたバージョン:
- 1.3
 
- 
getTextFieldBorderpublic static Border getTextFieldBorder()JTextFieldのボーダー・インスタンスを返します。- 戻り値:
- JTextFieldのボーダー・インスタンス
 
- 
getProgressBarBorderpublic static Border getProgressBarBorder()JProgressBarのボーダー・インスタンスを返します。- 戻り値:
- JProgressBarのボーダー・インスタンス
 
- 
getInternalFrameBorderpublic static Border getInternalFrameBorder()JInternalFrameのボーダー・インスタンスを返します。- 戻り値:
- JInternalFrameのボーダー・インスタンス
 
 
-