Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jext.gui
Class JextMetalTheme  view JextMetalTheme download JextMetalTheme.java

java.lang.Object
  extended byjavax.swing.plaf.metal.MetalTheme
      extended byjavax.swing.plaf.metal.DefaultMetalTheme
          extended byorg.jext.gui.JextMetalTheme

public class JextMetalTheme
extends javax.swing.plaf.metal.DefaultMetalTheme


Field Summary
private  javax.swing.plaf.ColorUIResource color
           
private  javax.swing.plaf.FontUIResource font
           
 
Fields inherited from class javax.swing.plaf.metal.DefaultMetalTheme
 
Fields inherited from class javax.swing.plaf.metal.MetalTheme
 
Constructor Summary
JextMetalTheme()
           
 
Method Summary
 javax.swing.plaf.ColorUIResource getControlTextColor()
          Returns the color used for text on controls.
 javax.swing.plaf.FontUIResource getControlTextFont()
          Returns the font used for text on controls.
 javax.swing.plaf.ColorUIResource getMenuTextColor()
           
 javax.swing.plaf.FontUIResource getMenuTextFont()
          Returns the font used for text in menus.
 javax.swing.plaf.ColorUIResource getSystemTextColor()
          Returns the color used for system text.
 javax.swing.plaf.FontUIResource getSystemTextFont()
          Returns the font used for system text.
 javax.swing.plaf.ColorUIResource getUserTextColor()
          Returns the color used to display user text.
 javax.swing.plaf.FontUIResource getUserTextFont()
          Returns the font used for user text.
 javax.swing.plaf.FontUIResource getWindowTitleFont()
          Returns the font used for window titles.
 
Methods inherited from class javax.swing.plaf.metal.DefaultMetalTheme
getName, getPrimary1, getPrimary2, getPrimary3, getSecondary1, getSecondary2, getSecondary3, getSubTextFont
 
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
 

Field Detail

color

private javax.swing.plaf.ColorUIResource color

font

private javax.swing.plaf.FontUIResource font
Constructor Detail

JextMetalTheme

public JextMetalTheme()
Method Detail

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).