com.miami.romeo.themes
Class ContrastTheme

java.lang.Object
  extended byjavax.swing.plaf.metal.MetalTheme
      extended byjavax.swing.plaf.metal.DefaultMetalTheme
          extended bycom.miami.romeo.themes.ContrastTheme

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

This class describes a higher-contrast Metal Theme.

Version:
1.3 07/22/99
Author:
Michael C. Albers

Constructor Summary
ContrastTheme()
           
 
Method Summary
 void addCustomEntriesToTable(javax.swing.UIDefaults table)
           
 javax.swing.plaf.ColorUIResource getAcceleratorForeground()
           
 javax.swing.plaf.ColorUIResource getAcceleratorSelectedForeground()
           
 javax.swing.plaf.ColorUIResource getControlHighlight()
           
 javax.swing.plaf.ColorUIResource getFocusColor()
           
 javax.swing.plaf.ColorUIResource getHighlightedTextColor()
           
 javax.swing.plaf.ColorUIResource getMenuSelectedBackground()
           
 javax.swing.plaf.ColorUIResource getMenuSelectedForeground()
           
 java.lang.String getName()
           
protected  javax.swing.plaf.ColorUIResource getPrimary1()
           
protected  javax.swing.plaf.ColorUIResource getPrimary2()
           
protected  javax.swing.plaf.ColorUIResource getPrimary3()
           
 javax.swing.plaf.ColorUIResource getPrimaryControlHighlight()
           
protected  javax.swing.plaf.ColorUIResource getSecondary2()
           
protected  javax.swing.plaf.ColorUIResource getSecondary3()
           
 javax.swing.plaf.ColorUIResource getTextHighlightColor()
           
 
Methods inherited from class javax.swing.plaf.metal.DefaultMetalTheme
getControlTextFont, getMenuTextFont, getSecondary1, getSubTextFont, getSystemTextFont, getUserTextFont, getWindowTitleFont
 
Methods inherited from class javax.swing.plaf.metal.MetalTheme
getBlack, getControl, getControlDarkShadow, getControlDisabled, getControlInfo, getControlShadow, getControlTextColor, getDesktopColor, getInactiveControlTextColor, getInactiveSystemTextColor, getMenuBackground, getMenuDisabledForeground, getMenuForeground, getPrimaryControl, getPrimaryControlDarkShadow, getPrimaryControlInfo, getPrimaryControlShadow, getSeparatorBackground, getSeparatorForeground, getSystemTextColor, 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
 

Constructor Detail

ContrastTheme

public ContrastTheme()
Method Detail

getName

public java.lang.String getName()

getPrimary1

protected javax.swing.plaf.ColorUIResource getPrimary1()

getPrimary2

protected javax.swing.plaf.ColorUIResource getPrimary2()

getPrimary3

protected javax.swing.plaf.ColorUIResource getPrimary3()

getPrimaryControlHighlight

public javax.swing.plaf.ColorUIResource getPrimaryControlHighlight()

getSecondary2

protected javax.swing.plaf.ColorUIResource getSecondary2()

getSecondary3

protected javax.swing.plaf.ColorUIResource getSecondary3()

getControlHighlight

public javax.swing.plaf.ColorUIResource getControlHighlight()

getFocusColor

public javax.swing.plaf.ColorUIResource getFocusColor()

getTextHighlightColor

public javax.swing.plaf.ColorUIResource getTextHighlightColor()

getHighlightedTextColor

public javax.swing.plaf.ColorUIResource getHighlightedTextColor()

getMenuSelectedBackground

public javax.swing.plaf.ColorUIResource getMenuSelectedBackground()

getMenuSelectedForeground

public javax.swing.plaf.ColorUIResource getMenuSelectedForeground()

getAcceleratorForeground

public javax.swing.plaf.ColorUIResource getAcceleratorForeground()

getAcceleratorSelectedForeground

public javax.swing.plaf.ColorUIResource getAcceleratorSelectedForeground()

addCustomEntriesToTable

public void addCustomEntriesToTable(javax.swing.UIDefaults table)