java.lang.Object
javax.swing.plaf.metal.MetalBorders
public class MetalBorders extends Object
Metal L&Fに適したBorderを提供できるファクトリ・オブジェクトです。
- 
ネストされたクラスのサマリーネストされたクラス修飾子と型クラス説明static classクラスはJButtonのボーダーを表します。static classクラスは3Dボーダーを表します。static classクラスはJInternalFrameのボーダーを表します。static classクラスはJMenuBarのボーダーを表します。static classクラスはJMenuItemのボーダーを表します。static classクラスはオプション・ダイアログのボーダーを表します。static classPaletteが使用するボーダーです。static classクラスはJPopupMenuのボーダーを表します。static classクラスは、ロールオーバーButtonのボーダーを表します。static classクラスはJScrollPaneのボーダーを表します。static classテーブル・ヘッダーのボーダーです。static classJTextFieldの枠線。static classJToggleButtonの枠線。static classクラスはJToolBarのボーダーを表します。
- 
コンストラクタのサマリーコンストラクタ
- 
メソッドのサマリー
- 
コンストラクタの詳細- 
MetalBorderspublic MetalBorders()MetalBordersを構築します。
 
- 
- 
メソッドの詳細- 
getButtonBorderpublic static Border getButtonBorder()JButtonのボーダー・インスタンスを返します。- 戻り値:
- JButtonのボーダー・インスタンス
- 導入されたバージョン:
- 1.3
 
- 
getTextBorderpublic static Border getTextBorder()テキスト・コンポーネントのボーダー・インスタンスを返します。- 戻り値:
- テキスト・コンポーネントのボーダー・インスタンス
- 導入されたバージョン:
- 1.3
 
- 
getTextFieldBorderpublic static Border getTextFieldBorder()JTextFieldのボーダー・インスタンスを返します。- 戻り値:
- JTextFieldのボーダー・インスタンス
- 導入されたバージョン:
- 1.3
 
- 
getToggleButtonBorderpublic static Border getToggleButtonBorder()JToggleButtonのボーダー・インスタンスを返します。- 戻り値:
- JToggleButtonのボーダー・インスタンス
- 導入されたバージョン:
- 1.3
 
- 
getDesktopIconBorderpublic static Border getDesktopIconBorder()Desktop Iconのボーダー・インスタンスを返します。- 戻り値:
- デスクトップ・アイコンのボーダー・インスタンス
- 導入されたバージョン:
- 1.3
 
 
-