- 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のボーダー・インスタンスを返します。
-
-
-
メソッドの詳細
-
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ディバイダのボーダー・インスタンスを返します。- 戻り値:
JSplitPaneディバイダの枠線インスタンス- 導入されたバージョン:
- 1.3
-
getTextFieldBorder
public static Border getTextFieldBorder()
JTextFieldのボーダー・インスタンスを返します。- 戻り値:
JTextFieldの枠線インスタンス
-
getProgressBarBorder
public static Border getProgressBarBorder()
JProgressBarのボーダー・インスタンスを返します。- 戻り値:
JProgressBarの枠線インスタンス
-
getInternalFrameBorder
public static Border getInternalFrameBorder()
JInternalFrameのボーダー・インスタンスを返します。- 戻り値:
JInternalFrameの枠線インスタンス
-
-