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 Border
JButton
のボーダー・インスタンスを返します。static Border
JInternalFrame
のボーダー・インスタンスを返します。static Border
JMenuBar
のボーダー・インスタンスを返します。static Border
JProgressBar
のボーダー・インスタンスを返します。static Border
JRadioButton
のボーダー・インスタンスを返します。static Border
JSplitPane
のボーダー・インスタンスを返します。static Border
JSplitPane
ディバイダのボーダー・インスタンスを返します。static Border
JTextField
のボーダー・インスタンスを返します。static Border
JToggleButton
のボーダー・インスタンスを返します。
-
コンストラクタの詳細
-
BasicBorders
public BasicBorders()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
のボーダー・インスタンス
-