javax.swing.plaf.metal
Class DefaultMetalTheme
java.lang.Object
   javax.swing.plaf.metal.MetalTheme
javax.swing.plaf.metal.MetalTheme
       javax.swing.plaf.metal.DefaultMetalTheme
javax.swing.plaf.metal.DefaultMetalTheme
- Direct Known Subclasses: 
- OceanTheme
- public class DefaultMetalTheme 
- extends MetalTheme
This class describes the default Metal Theme.
 
 Warning:
 Serialized objects of this class will not be compatible with
 future Swing releases. The current serialization support is
 appropriate for short term storage or RMI between applications running
 the same version of Swing.  As of 1.4, support for long term storage
 of all JavaBeansTM
 has been added to the java.beans package.
 Please see XMLEncoder.
 
 
| Methods inherited from class 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 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DefaultMetalTheme
public DefaultMetalTheme()
getName
public String getName()
- 
- Specified by:
- getNamein class- MetalTheme
 
- 
 
getPrimary1
protected ColorUIResource getPrimary1()
- 
- Specified by:
- getPrimary1in class- MetalTheme
 
- 
 
getPrimary2
protected ColorUIResource getPrimary2()
- 
- Specified by:
- getPrimary2in class- MetalTheme
 
- 
 
getPrimary3
protected ColorUIResource getPrimary3()
- 
- Specified by:
- getPrimary3in class- MetalTheme
 
- 
 
getSecondary1
protected ColorUIResource getSecondary1()
- 
- Specified by:
- getSecondary1in class- MetalTheme
 
- 
 
getSecondary2
protected ColorUIResource getSecondary2()
- 
- Specified by:
- getSecondary2in class- MetalTheme
 
- 
 
getSecondary3
protected ColorUIResource getSecondary3()
- 
- Specified by:
- getSecondary3in class- MetalTheme
 
- 
 
getControlTextFont
public FontUIResource getControlTextFont()
- 
- Specified by:
- getControlTextFontin class- MetalTheme
 
- 
 
getSystemTextFont
public FontUIResource getSystemTextFont()
- 
- Specified by:
- getSystemTextFontin class- MetalTheme
 
- 
 
getUserTextFont
public FontUIResource getUserTextFont()
- 
- Specified by:
- getUserTextFontin class- MetalTheme
 
- 
 
getMenuTextFont
public FontUIResource getMenuTextFont()
- 
- Specified by:
- getMenuTextFontin class- MetalTheme
 
- 
 
getWindowTitleFont
public FontUIResource getWindowTitleFont()
- 
- Specified by:
- getWindowTitleFontin class- MetalTheme
 
- 
 
getSubTextFont
public FontUIResource getSubTextFont()
- 
- Specified by:
- getSubTextFontin class- MetalTheme
 
- 
 
Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.