- java.lang.Object
 - 
- javax.swing.plaf.metal.MetalBorders
 
 
- 
public class MetalBorders extends Object
Metal L&Fに適したBorderを提供できるファクトリ・オブジェクトです。 
- 
- 
ネストされたクラスのサマリー
ネストされたクラス 修飾子と型 クラス 説明 static classMetalBorders.ButtonBorderクラスはJButtonのボーダーを表します。static classMetalBorders.Flush3DBorderクラスは3Dボーダーを表します。static classMetalBorders.InternalFrameBorderクラスはJInternalFrameのボーダーを表します。static classMetalBorders.MenuBarBorderクラスはJMenuBarのボーダーを表します。static classMetalBorders.MenuItemBorderクラスはJMenuItemのボーダーを表します。static classMetalBorders.OptionDialogBorderクラスはオプション・ダイアログのボーダーを表します。static classMetalBorders.PaletteBorderPaletteが使用するボーダーです。static classMetalBorders.PopupMenuBorderクラスはJPopupMenuのボーダーを表します。static classMetalBorders.RolloverButtonBorderクラスは、ロールオーバーButtonのボーダーを表します。static classMetalBorders.ScrollPaneBorderクラスはJScrollPaneのボーダーを表します。static classMetalBorders.TableHeaderBorderテーブル・ヘッダーのボーダーです。static classMetalBorders.TextFieldBorderクラスはJTestFieldのボーダーを表します。static classMetalBorders.ToggleButtonBorderstatic classMetalBorders.ToolBarBorderクラスはJToolBarのボーダーを表します。 
- 
コンストラクタのサマリー
コンストラクタ コンストラクタ 説明 MetalBorders() 
- 
メソッドのサマリー
すべてのメソッド 静的メソッド 具象メソッド 修飾子と型 メソッド 説明 static BordergetButtonBorder()JButtonのボーダー・インスタンスを返します。static BordergetDesktopIconBorder()Desktop Iconのボーダー・インスタンスを返します。static BordergetTextBorder()テキスト・コンポーネントのボーダー・インスタンスを返します。static BordergetTextFieldBorder()JTextFieldのボーダー・インスタンスを返します。static BordergetToggleButtonBorder()JToggleButtonのボーダー・インスタンスを返します。 
 - 
 
- 
- 
メソッドの詳細
- 
getButtonBorder
public static Border getButtonBorder()
JButtonのボーダー・インスタンスを返します。- 戻り値:
 JButtonのボーダー・インスタンス- 導入されたバージョン:
 - 1.3
 
 
- 
getTextBorder
public static Border getTextBorder()
テキスト・コンポーネントのボーダー・インスタンスを返します。- 戻り値:
 - テキスト・コンポーネントのボーダー・インスタンス
 - 導入されたバージョン:
 - 1.3
 
 
- 
getTextFieldBorder
public static Border getTextFieldBorder()
JTextFieldのボーダー・インスタンスを返します。- 戻り値:
 JTextFieldのボーダー・インスタンス- 導入されたバージョン:
 - 1.3
 
 
- 
getToggleButtonBorder
public static Border getToggleButtonBorder()
JToggleButtonのボーダー・インスタンスを返します。- 戻り値:
 JToggleButtonのボーダー・インスタンス- 導入されたバージョン:
 - 1.3
 
 
- 
getDesktopIconBorder
public static Border getDesktopIconBorder()
Desktop Iconのボーダー・インスタンスを返します。- 戻り値:
 - デスクトップ・アイコンのボーダー・インスタンス
 - 導入されたバージョン:
 - 1.3
 
 
 - 
 
 -