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。从 1.4 版本开始,已在 java.beans
包中添加了支持所有 JavaBeansTM 长期存储的功能。请参见 XMLEncoder
。
从类 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
提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java 2 SDK SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。 版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。