java.lang.Object
javax.swing.plaf.basic.BasicBorders
-
ネストされたクラスのサマリー
ネストされたクラス修飾子と型クラス説明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
-
getRadioButtonBorder
public static Border getRadioButtonBorder()JRadioButton
のボーダー・インスタンスを返します。- 戻り値:
JRadioButton
のボーダー・インスタンス
-
getToggleButtonBorder
public static Border getToggleButtonBorder()JToggleButton
のボーダー・インスタンスを返します。- 戻り値:
JToggleButton
のボーダー・インスタンス
-
getMenuBarBorder
-
getSplitPaneBorder
-
getSplitPaneDividerBorder
public static Border getSplitPaneDividerBorder()JSplitPane
ディバイダのボーダー・インスタンスを返します。- 戻り値:
JSplitPane
dividerのボーダー・インスタンス- 導入されたバージョン:
- 1.3
-
getTextFieldBorder
-
getProgressBarBorder
public static Border getProgressBarBorder()JProgressBar
のボーダー・インスタンスを返します。- 戻り値:
JProgressBar
のボーダー・インスタンス
-
getInternalFrameBorder
public static Border getInternalFrameBorder()JInternalFrame
のボーダー・インスタンスを返します。- 戻り値:
JInternalFrame
のボーダー・インスタンス
-