JavaTM 2 Platform
Standard Ed. 6

javax.swing.plaf.metal
類別 MetalBorders

java.lang.Object
  繼承者 javax.swing.plaf.metal.MetalBorders

public class MetalBorders
extends Object

可以提供適用於 metal L & F 的 Border 的處理器物件。


巢狀類別摘要
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
          Table Header 的邊框
static class MetalBorders.TextFieldBorder
           
static class MetalBorders.ToggleButtonBorder
           
static class MetalBorders.ToolBarBorder
           
 
建構子摘要
MetalBorders()
           
 
方法摘要
static Border getButtonBorder()
          返回一個用於 JButton 的 border 實例
static Border getDesktopIconBorder()
          返回一個用於 Desktop Icon 的 border 實例
static Border getTextBorder()
          返回一個用於文本元件的 border 實例
static Border getTextFieldBorder()
          返回一個用於 JTextField 的 border 實例
static Border getToggleButtonBorder()
          返回一個用於 JToggleButton 的 border 實例
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

建構子詳細資訊

MetalBorders

public MetalBorders()
方法詳細資訊

getButtonBorder

public static Border getButtonBorder()
返回一個用於 JButton 的 border 實例

從以下版本開始:
1.3

getTextBorder

public static Border getTextBorder()
返回一個用於文本元件的 border 實例

從以下版本開始:
1.3

getTextFieldBorder

public static Border getTextFieldBorder()
返回一個用於 JTextField 的 border 實例

從以下版本開始:
1.3

getToggleButtonBorder

public static Border getToggleButtonBorder()
返回一個用於 JToggleButton 的 border 實例

從以下版本開始:
1.3

getDesktopIconBorder

public static Border getDesktopIconBorder()
返回一個用於 Desktop Icon 的 border 實例

從以下版本開始:
1.3

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only