JavaTM 2 Platform
Standard Ed. 6

javax.swing.plaf.basic
類別 BasicIconFactory

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

public class BasicIconFactory
extends Object
implements Serializable

提供適於基本 L & F 使用的 Icon 的處理器物件。

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


建構子摘要
BasicIconFactory()
           
 
方法摘要
static Icon createEmptyFrameIcon()
           
static Icon getCheckBoxIcon()
           
static Icon getCheckBoxMenuItemIcon()
           
static Icon getMenuArrowIcon()
           
static Icon getMenuItemArrowIcon()
           
static Icon getMenuItemCheckIcon()
           
static Icon getRadioButtonIcon()
           
static Icon getRadioButtonMenuItemIcon()
           
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

建構子詳細資訊

BasicIconFactory

public BasicIconFactory()
方法詳細資訊

getMenuItemCheckIcon

public static Icon getMenuItemCheckIcon()

getMenuItemArrowIcon

public static Icon getMenuItemArrowIcon()

getMenuArrowIcon

public static Icon getMenuArrowIcon()

getCheckBoxIcon

public static Icon getCheckBoxIcon()

getRadioButtonIcon

public static Icon getRadioButtonIcon()

getCheckBoxMenuItemIcon

public static Icon getCheckBoxMenuItemIcon()

getRadioButtonMenuItemIcon

public static Icon getRadioButtonMenuItemIcon()

createEmptyFrameIcon

public static Icon createEmptyFrameIcon()

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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