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