public class MetalBorders extends Object
修飾子と型 | クラスと説明 |
---|---|
static class |
MetalBorders.ButtonBorder |
static class |
MetalBorders.Flush3DBorder |
static class |
MetalBorders.InternalFrameBorder |
static class |
MetalBorders.MenuBarBorder |
static class |
MetalBorders.MenuItemBorder |
static class |
MetalBorders.OptionDialogBorder |
static class |
MetalBorders.PaletteBorder
Paletteが使用するボーダーです。
|
static class |
MetalBorders.PopupMenuBorder |
static class |
MetalBorders.RolloverButtonBorder |
static class |
MetalBorders.ScrollPaneBorder |
static class |
MetalBorders.TableHeaderBorder
テーブル・ヘッダーのボーダーです。
|
static class |
MetalBorders.TextFieldBorder |
static class |
MetalBorders.ToggleButtonBorder |
static class |
MetalBorders.ToolBarBorder |
コンストラクタと説明 |
---|
MetalBorders() |
修飾子と型 | メソッドと説明 |
---|---|
static Border |
getButtonBorder()
JButtonのボーダー・インスタンスを返します。
|
static Border |
getDesktopIconBorder()
Desktop Iconのボーダー・インスタンスを返します。
|
static Border |
getTextBorder()
テキスト・コンポーネントのボーダー・インスタンスを返します。
|
static Border |
getTextFieldBorder()
JTextFieldのボーダー・インスタンスを返します。
|
static Border |
getToggleButtonBorder()
JToggleButtonのボーダー・インスタンスを返します。
|
public static Border getButtonBorder()
public static Border getTextBorder()
public static Border getTextFieldBorder()
public static Border getToggleButtonBorder()
public static Border getDesktopIconBorder()
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.