JavaTM 2 Platform
Standard Ed. 5.0

javax.swing.plaf.metal
クラス DefaultMetalTheme

java.lang.Object
  上位を拡張 javax.swing.plaf.metal.MetalTheme
      上位を拡張 javax.swing.plaf.metal.DefaultMetalTheme
直系の既知のサブクラス:
OceanTheme

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
Standard Ed. 5.0

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

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。