- java.lang.Object
-
- javax.swing.plaf.metal.MetalBorders
-
public class MetalBorders extends Object
Metal L&Fに適したBorderを提供できるファクトリ・オブジェクトです。
-
-
ネストされたクラスのサマリー
ネストされたクラス 修飾子と型 クラス 説明 static class
MetalBorders.ButtonBorder
クラスはJButton
のボーダーを表します。static class
MetalBorders.Flush3DBorder
クラスは3Dボーダーを表します。static class
MetalBorders.InternalFrameBorder
クラスはJInternalFrame
のボーダーを表します。static class
MetalBorders.MenuBarBorder
クラスはJMenuBar
のボーダーを表します。static class
MetalBorders.MenuItemBorder
クラスはJMenuItem
のボーダーを表します。static class
MetalBorders.OptionDialogBorder
クラスはオプション・ダイアログのボーダーを表します。static class
MetalBorders.PaletteBorder
Paletteが使用するボーダーです。static class
MetalBorders.PopupMenuBorder
クラスはJPopupMenu
のボーダーを表します。static class
MetalBorders.RolloverButtonBorder
クラスは、ロールオーバーButton
のボーダーを表します。static class
MetalBorders.ScrollPaneBorder
クラスはJScrollPane
のボーダーを表します。static class
MetalBorders.TableHeaderBorder
テーブル・ヘッダーのボーダーです。static class
MetalBorders.TextFieldBorder
クラスはJTestField
のボーダーを表します。static class
MetalBorders.ToggleButtonBorder
static class
MetalBorders.ToolBarBorder
クラスはJToolBar
のボーダーを表します。
-
コンストラクタのサマリー
コンストラクタ コンストラクタ 説明 MetalBorders()
-
メソッドのサマリー
修飾子と型 メソッド 説明 static Border
getButtonBorder()
JButton
のボーダー・インスタンスを返します。static Border
getDesktopIconBorder()
Desktop Iconのボーダー・インスタンスを返します。static Border
getTextBorder()
テキスト・コンポーネントのボーダー・インスタンスを返します。static Border
getTextFieldBorder()
JTextField
のボーダー・インスタンスを返します。static Border
getToggleButtonBorder()
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
-
-