- 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
-
-