JavaTM 2 Platform
Standard Ed. 6

javax.swing.plaf.metal
類別 MetalIconFactory

java.lang.Object
  繼承者 javax.swing.plaf.metal.MetalIconFactory
所有已實作的介面:
Serializable

public class MetalIconFactory
extends Object
implements Serializable

為 JavaTM 外觀 (Metal) 提供 Icon 的處理器物件。可以通過預設機制,在 Metal 中擴展使用這些圖標。雖然其他外觀常常使用 GIF 作為圖標,但用程式碼創建圖標便於將它們轉換成其他主題。

此類別中的每個方法都會返回一個 Iconnull,其中 null 意味著沒有預設圖標。

警告:此類別的已序列化物件與以後的 Swing 版本不相容。當前序列化支持適用於短期存儲或運行相同 Swing 版本的應用程序之間的 RMI。從 1.4 版本開始,已在 java.beans 套件中添加了支持所有 JavaBeansTM 長期存儲的功能。請參見 XMLEncoder


巢狀類別摘要
static class MetalIconFactory.FileIcon16
           警告:此類別的已序列化物件與以後的 Swing 版本不相容。
static class MetalIconFactory.FolderIcon16
           警告:此類別的已序列化物件與以後的 Swing 版本不相容。
static class MetalIconFactory.PaletteCloseIcon
          定義一個用於 Palette 關閉的圖標
static class MetalIconFactory.TreeControlIcon
           警告:此類別的已序列化物件與以後的 Swing 版本不相容。
static class MetalIconFactory.TreeFolderIcon
           警告:此類別的已序列化物件與以後的 Swing 版本不相容。
static class MetalIconFactory.TreeLeafIcon
           
 
欄位摘要
static boolean DARK
           
static boolean LIGHT
           
 
建構子摘要
MetalIconFactory()
           
 
方法摘要
static Icon getCheckBoxIcon()
          返回一個複選框圖標。
static Icon getCheckBoxMenuItemIcon()
           
static Icon getFileChooserDetailViewIcon()
           
static Icon getFileChooserHomeFolderIcon()
           
static Icon getFileChooserListViewIcon()
           
static Icon getFileChooserNewFolderIcon()
           
static Icon getFileChooserUpFolderIcon()
           
static Icon getHorizontalSliderThumbIcon()
           
static Icon getInternalFrameAltMaximizeIcon(int size)
           
static Icon getInternalFrameCloseIcon(int size)
           
static Icon getInternalFrameDefaultMenuIcon()
           
static Icon getInternalFrameMaximizeIcon(int size)
           
static Icon getInternalFrameMinimizeIcon(int size)
           
static Icon getMenuArrowIcon()
           
static Icon getMenuItemArrowIcon()
           
static Icon getMenuItemCheckIcon()
          返回一個將由 JCheckBoxMenuItem 使用的圖標。
static Icon getRadioButtonIcon()
           
static Icon getRadioButtonMenuItemIcon()
           
static Icon getTreeComputerIcon()
           
static Icon getTreeControlIcon(boolean isCollapsed)
           
static Icon getTreeFloppyDriveIcon()
           
static Icon getTreeFolderIcon()
           
static Icon getTreeHardDriveIcon()
           
static Icon getTreeLeafIcon()
           
static Icon getVerticalSliderThumbIcon()
           
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

欄位詳細資訊

DARK

public static final boolean DARK
另請參見:
常數欄位值

LIGHT

public static final boolean LIGHT
另請參見:
常數欄位值
建構子詳細資訊

MetalIconFactory

public MetalIconFactory()
方法詳細資訊

getFileChooserDetailViewIcon

public static Icon getFileChooserDetailViewIcon()

getFileChooserHomeFolderIcon

public static Icon getFileChooserHomeFolderIcon()

getFileChooserListViewIcon

public static Icon getFileChooserListViewIcon()

getFileChooserNewFolderIcon

public static Icon getFileChooserNewFolderIcon()

getFileChooserUpFolderIcon

public static Icon getFileChooserUpFolderIcon()

getInternalFrameAltMaximizeIcon

public static Icon getInternalFrameAltMaximizeIcon(int size)

getInternalFrameCloseIcon

public static Icon getInternalFrameCloseIcon(int size)

getInternalFrameDefaultMenuIcon

public static Icon getInternalFrameDefaultMenuIcon()

getInternalFrameMaximizeIcon

public static Icon getInternalFrameMaximizeIcon(int size)

getInternalFrameMinimizeIcon

public static Icon getInternalFrameMinimizeIcon(int size)

getRadioButtonIcon

public static Icon getRadioButtonIcon()

getCheckBoxIcon

public static Icon getCheckBoxIcon()
返回一個複選框圖標。

從以下版本開始:
1.3

getTreeComputerIcon

public static Icon getTreeComputerIcon()

getTreeFloppyDriveIcon

public static Icon getTreeFloppyDriveIcon()

getTreeFolderIcon

public static Icon getTreeFolderIcon()

getTreeHardDriveIcon

public static Icon getTreeHardDriveIcon()

getTreeLeafIcon

public static Icon getTreeLeafIcon()

getTreeControlIcon

public static Icon getTreeControlIcon(boolean isCollapsed)

getMenuArrowIcon

public static Icon getMenuArrowIcon()

getMenuItemCheckIcon

public static Icon getMenuItemCheckIcon()
返回一個將由 JCheckBoxMenuItem 使用的圖標。

返回:
用於複選框選單項的預設圖標,如果沒有預設圖標,則返回 null

getMenuItemArrowIcon

public static Icon getMenuItemArrowIcon()

getCheckBoxMenuItemIcon

public static Icon getCheckBoxMenuItemIcon()

getRadioButtonMenuItemIcon

public static Icon getRadioButtonMenuItemIcon()

getHorizontalSliderThumbIcon

public static Icon getHorizontalSliderThumbIcon()

getVerticalSliderThumbIcon

public static Icon getVerticalSliderThumbIcon()

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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