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, 2013, Oracle and/or its affiliates. All rights reserved.