- java.lang.Object
- 
- javax.swing.plaf.basic.BasicBorders
 
- 
 public class BasicBorders extends Object 基本L&Fに適したBorderを提供できるファクトリ・オブジェクトです。
- 
- 
ネストされたクラスのサマリーネストされたクラス 修飾子と型 クラス 説明 static classBasicBorders.ButtonBorderボタンの周りにボーダーを描画します。static classBasicBorders.FieldBorderフィールドの周りにボーダーを描画します。static classBasicBorders.MarginBorderマージンをサポートするコンポーネントの周りにボーダーを描画します。static classBasicBorders.MenuBarBorderメニュー・バーの周囲にボーダーを描画します。static classBasicBorders.RadioButtonBorderラジオ・ボタンの周りにボーダーを描画します。static classBasicBorders.RolloverButtonBorderロールオーバー・ツールバー・ボタンのための特別なthinボーダーです。static classBasicBorders.SplitPaneBorder分割ペインの周囲にボーダーを描画します。static classBasicBorders.ToggleButtonBorderトグル・ボタンの周りにボーダーを描画します。
 - 
コンストラクタのサマリーコンストラクタ コンストラクタ 説明 BasicBorders()
 - 
メソッドのサマリー修飾子と型 メソッド 説明 static BordergetButtonBorder()JButtonのボーダー・インスタンスを返します。static BordergetInternalFrameBorder()JInternalFrameのボーダー・インスタンスを返します。static BordergetMenuBarBorder()JMenuBarのボーダー・インスタンスを返します。static BordergetProgressBarBorder()JProgressBarのボーダー・インスタンスを返します。static BordergetRadioButtonBorder()JRadioButtonのボーダー・インスタンスを返します。static BordergetSplitPaneBorder()JSplitPaneのボーダー・インスタンスを返します。static BordergetSplitPaneDividerBorder()JSplitPaneディバイダのボーダー・インスタンスを返します。static BordergetTextFieldBorder()JTextFieldのボーダー・インスタンスを返します。static BordergetToggleButtonBorder()JToggleButtonのボーダー・インスタンスを返します。
 
- 
- 
- 
メソッドの詳細- 
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のボーダー・インスタンス
 
 
- 
 
-