java.lang.Object
javax.swing.plaf.metal.MetalTheme
javax.swing.plaf.metal.DefaultMetalTheme
org.jext.gui.JextMetalTheme
- public class JextMetalTheme
- extends javax.swing.plaf.metal.DefaultMetalTheme
| Fields inherited from class javax.swing.plaf.metal.MetalTheme |
|
| Methods inherited from class javax.swing.plaf.metal.MetalTheme |
addCustomEntriesToTable, getAcceleratorForeground, getAcceleratorSelectedForeground, getBlack, getControl, getControlDarkShadow, getControlDisabled, getControlHighlight, getControlInfo, getControlShadow, getDesktopColor, getFocusColor, getHighlightedTextColor, getInactiveControlTextColor, getInactiveSystemTextColor, getMenuBackground, getMenuDisabledForeground, getMenuForeground, getMenuSelectedBackground, getMenuSelectedForeground, getPrimaryControl, getPrimaryControlDarkShadow, getPrimaryControlHighlight, getPrimaryControlInfo, getPrimaryControlShadow, getSeparatorBackground, getSeparatorForeground, getTextHighlightColor, getWhite, getWindowBackground, getWindowTitleBackground, getWindowTitleForeground, getWindowTitleInactiveBackground, getWindowTitleInactiveForeground |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
color
private javax.swing.plaf.ColorUIResource color
font
private javax.swing.plaf.FontUIResource font
JextMetalTheme
public JextMetalTheme()
getControlTextColor
public javax.swing.plaf.ColorUIResource getControlTextColor()
- Description copied from class:
javax.swing.plaf.metal.MetalTheme
- Returns the color used for text on controls. The default implementation
returns the color from MetalTheme.getControlInfo()>
MetalTheme.getControlInfo() 55 .
getMenuTextColor
public javax.swing.plaf.ColorUIResource getMenuTextColor()
getSystemTextColor
public javax.swing.plaf.ColorUIResource getSystemTextColor()
- Description copied from class:
javax.swing.plaf.metal.MetalTheme
- Returns the color used for system text. The default implementation
returns the color from MetalTheme.getBlack()>
MetalTheme.getBlack() 55 .
getUserTextColor
public javax.swing.plaf.ColorUIResource getUserTextColor()
- Description copied from class:
javax.swing.plaf.metal.MetalTheme
- Returns the color used to display user text. The default implementation
returns the color from MetalTheme.getBlack()>
MetalTheme.getBlack() 55 .
getControlTextFont
public javax.swing.plaf.FontUIResource getControlTextFont()
- Description copied from class:
javax.swing.plaf.metal.DefaultMetalTheme
- Returns the font used for text on controls. In this case, the font is
FontUIResource("Dialog", Font.BOLD, 12).
getMenuTextFont
public javax.swing.plaf.FontUIResource getMenuTextFont()
- Description copied from class:
javax.swing.plaf.metal.DefaultMetalTheme
- Returns the font used for text in menus. In this case, the font is
FontUIResource("Dialog", Font.BOLD, 12).
getSystemTextFont
public javax.swing.plaf.FontUIResource getSystemTextFont()
- Description copied from class:
javax.swing.plaf.metal.DefaultMetalTheme
- Returns the font used for system text. In this case, the font is
FontUIResource("Dialog", Font.PLAIN, 12).
getUserTextFont
public javax.swing.plaf.FontUIResource getUserTextFont()
- Description copied from class:
javax.swing.plaf.metal.DefaultMetalTheme
- Returns the font used for user text. In this case, the font is
FontUIResource("Dialog", Font.PLAIN, 12).
getWindowTitleFont
public javax.swing.plaf.FontUIResource getWindowTitleFont()
- Description copied from class:
javax.swing.plaf.metal.DefaultMetalTheme
- Returns the font used for window titles. In this case, the font is
FontUIResource("Dialog", Font.BOLD, 12).