- 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ロールオーバー・ツールバー・ボタンのための特別な細いボーダーです。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のボーダー・インスタンスを返します。
-
-
-
メソッドの詳細
-
getButtonBorder
public static Border getButtonBorder()
JButtonのボーダー・インスタンスを返します。- 戻り値:
JButtonのボーダー・インスタンス
-
getRadioButtonBorder
public static Border getRadioButtonBorder()
JRadioButtonのボーダー・インスタンスを返します。- 戻り値:
JRadioButtonのボーダー・インスタンス
-
getToggleButtonBorder
public static Border getToggleButtonBorder()
JToggleButtonのボーダー・インスタンスを返します。- 戻り値:
JToggleButtonのボーダー・インスタンス
-
getMenuBarBorder
public static Border getMenuBarBorder()
JMenuBarのボーダー・インスタンスを返します。- 戻り値:
JMenuBarのボーダー・インスタンス
-
getSplitPaneBorder
public static Border getSplitPaneBorder()
JSplitPaneのボーダー・インスタンスを返します。- 戻り値:
JSplitPaneのボーダー・インスタンス
-
getSplitPaneDividerBorder
public static Border getSplitPaneDividerBorder()
JSplitPaneディバイダのボーダー・インスタンスを返します。- 戻り値:
JSplitPanedividerのボーダー・インスタンス- 導入されたバージョン:
- 1.3
-
getTextFieldBorder
public static Border getTextFieldBorder()
JTextFieldのボーダー・インスタンスを返します。- 戻り値:
JTextFieldのボーダー・インスタンス
-
getProgressBarBorder
public static Border getProgressBarBorder()
JProgressBarのボーダー・インスタンスを返します。- 戻り値:
JProgressBarのボーダー・インスタンス
-
getInternalFrameBorder
public static Border getInternalFrameBorder()
JInternalFrameのボーダー・インスタンスを返します。- 戻り値:
JInternalFrameのボーダー・インスタンス
-
-