JavaTM 2
Platform
Std. Ed. v1.4.0

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 に適しています。JDK バージョン 1.4 以降、すべての JavaBeans の長期記憶用サポートは、java.beans パッケージに追加されています。詳細は、XMLEncoder を参照してください。


コンストラクタの概要
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.4.0

バグの報告と機能のリクエスト
これ以外の API リファレンスおよび開発者用ドキュメントについては、 Java 2 SDK SE 開発者用ドキュメントを参照してください。 開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、 およびコード実例が含まれています。

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