JavaTM 2 Platform
Std. Ed. v1.3

javax.swing.plaf.metal
クラス DefaultMetalTheme

java.lang.Object
  |
  +--javax.swing.plaf.metal.MetalTheme
        |
        +--javax.swing.plaf.metal.DefaultMetalTheme

public class DefaultMetalTheme
extends MetalTheme

デフォルトの Metal Theme を記述します。

警告: このクラスの直列化されたオブジェクトは、今後の Swing リリースと互換ではなくなる予定です。現在の直列化のサポートは、短期間の運用や、同じバージョンの Swing を実行するアプリケーション間の RMI に適しています。今後の Swing リリースでは、長期間の持続性をサポートする予定です。


コンストラクタの概要
DefaultMetalTheme()
           
 
メソッドの概要
 FontUIResource getControlTextFont()
           
 FontUIResource getMenuTextFont()
           
 String getName()
           
protected  ColorUIResource getPrimary1()
           
protected  ColorUIResource getPrimary2()
           
protected  ColorUIResource getPrimary3()
           
protected  ColorUIResource getSecondary1()
           
protected  ColorUIResource getSecondary2()
           
protected  ColorUIResource getSecondary3()
           
 FontUIResource getSubTextFont()
           
 FontUIResource getSystemTextFont()
           
 FontUIResource getUserTextFont()
           
 FontUIResource getWindowTitleFont()
           
 
クラス javax.swing.plaf.metal.MetalTheme から継承したメソッド
addCustomEntriesToTable, getAcceleratorForeground, getAcceleratorSelectedForeground, getBlack, getControl, getControlDarkShadow, getControlDisabled, getControlHighlight, getControlInfo, getControlShadow, getControlTextColor, getDesktopColor, getFocusColor, getHighlightedTextColor, getInactiveControlTextColor, getInactiveSystemTextColor, getMenuBackground, getMenuDisabledForeground, getMenuForeground, getMenuSelectedBackground, getMenuSelectedForeground, getPrimaryControl, getPrimaryControlDarkShadow, getPrimaryControlHighlight, getPrimaryControlInfo, getPrimaryControlShadow, getSeparatorBackground, getSeparatorForeground, getSystemTextColor, getTextHighlightColor, getUserTextColor, getWhite, getWindowBackground, getWindowTitleBackground, getWindowTitleForeground, getWindowTitleInactiveBackground, getWindowTitleInactiveForeground
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DefaultMetalTheme

public DefaultMetalTheme()
メソッドの詳細

getName

public String getName()
オーバーライド:
クラス MetalTheme 内の getName

getPrimary1

protected ColorUIResource getPrimary1()
オーバーライド:
クラス MetalTheme 内の getPrimary1

getPrimary2

protected ColorUIResource getPrimary2()
オーバーライド:
クラス MetalTheme 内の getPrimary2

getPrimary3

protected ColorUIResource getPrimary3()
オーバーライド:
クラス MetalTheme 内の getPrimary3

getSecondary1

protected ColorUIResource getSecondary1()
オーバーライド:
クラス MetalTheme 内の getSecondary1

getSecondary2

protected ColorUIResource getSecondary2()
オーバーライド:
クラス MetalTheme 内の getSecondary2

getSecondary3

protected ColorUIResource getSecondary3()
オーバーライド:
クラス MetalTheme 内の getSecondary3

getControlTextFont

public FontUIResource getControlTextFont()
オーバーライド:
クラス MetalTheme 内の getControlTextFont

getSystemTextFont

public FontUIResource getSystemTextFont()
オーバーライド:
クラス MetalTheme 内の getSystemTextFont

getUserTextFont

public FontUIResource getUserTextFont()
オーバーライド:
クラス MetalTheme 内の getUserTextFont

getMenuTextFont

public FontUIResource getMenuTextFont()
オーバーライド:
クラス MetalTheme 内の getMenuTextFont

getWindowTitleFont

public FontUIResource getWindowTitleFont()
オーバーライド:
クラス MetalTheme 内の getWindowTitleFont

getSubTextFont

public FontUIResource getSubTextFont()
オーバーライド:
クラス MetalTheme 内の getSubTextFont

JavaTM 2 Platform
Std. Ed. v1.3

バグや機能要求の報告
さらに詳しい API リファレンスおよび開発者ドキュメントについては、 Java 2 SDK SE Developer Documentation を参照してください。このドキュメントには、概念、用語の定義、回避策、 実用的なコード例など、開発者を対象にした詳細な解説が掲載されています。

Java、Java 2D、JDBC は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.