com.jgoodies.looks.plastic.theme
Class InvertedColorTheme

java.lang.Object
  extended by javax.swing.plaf.metal.MetalTheme
      extended by javax.swing.plaf.metal.DefaultMetalTheme
          extended by com.jgoodies.looks.plastic.PlasticTheme
              extended by com.jgoodies.looks.plastic.theme.InvertedColorTheme
Direct Known Subclasses:
BrownSugar, DarkStar

public abstract class InvertedColorTheme
extends PlasticTheme

The abstract superclass of all inverted Plastic themes, that have light foreground and dark window background colors.

Version:
$Revision: 1.7 $
Author:
Karsten Lentzsch

Field Summary
 
Fields inherited from class com.jgoodies.looks.plastic.PlasticTheme
BLACK, BRIGHTEN_START, BRIGHTEN_STOP, DARKEN_START, DARKEN_STOP, LT_BRIGHTEN_STOP, LT_DARKEN_STOP, WHITE
 
Constructor Summary
InvertedColorTheme()
           
 
Method Summary
 void addCustomEntriesToTable(javax.swing.UIDefaults table)
           
 javax.swing.plaf.ColorUIResource getControlDisabled()
           
 javax.swing.plaf.ColorUIResource getControlHighlight()
           
 javax.swing.plaf.ColorUIResource getControlInfo()
           
 javax.swing.plaf.ColorUIResource getFocusColor()
           
 javax.swing.plaf.ColorUIResource getInactiveSystemTextColor()
           
 javax.swing.plaf.ColorUIResource getMenuDisabledForeground()
           
 javax.swing.plaf.ColorUIResource getMenuItemSelectedBackground()
           
 javax.swing.plaf.ColorUIResource getMenuItemSelectedForeground()
           
 javax.swing.plaf.ColorUIResource getMenuSelectedBackground()
           
 javax.swing.plaf.ColorUIResource getMenuSelectedForeground()
           
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 getSecondary1()
           
protected  javax.swing.plaf.ColorUIResource getSecondary2()
           
protected  javax.swing.plaf.ColorUIResource getSecondary3()
           
 javax.swing.plaf.ColorUIResource getSeparatorBackground()
           
 javax.swing.plaf.ColorUIResource getSimpleInternalFrameBackground()
           
protected  javax.swing.plaf.ColorUIResource getSoftWhite()
           
 javax.swing.plaf.ColorUIResource getTitleTextColor()
           
 javax.swing.plaf.ColorUIResource getToggleButtonCheckColor()
           
 
Methods inherited from class com.jgoodies.looks.plastic.PlasticTheme
equals, getBlack, getControlTextFont, getFontSet, getMenuForeground, getMenuItemBackground, getMenuTextFont, getSimpleInternalFrameForeground, getSubTextFont, getSystemTextColor, getSystemTextFont, getTitleTextFont, getUserTextFont, getWhite, getWindowTitleFont, hashCode
 
Methods inherited from class javax.swing.plaf.metal.DefaultMetalTheme
getName
 
Methods inherited from class javax.swing.plaf.metal.MetalTheme
getAcceleratorForeground, getAcceleratorSelectedForeground, getControl, getControlDarkShadow, getControlShadow, getControlTextColor, getDesktopColor, getHighlightedTextColor, getInactiveControlTextColor, getMenuBackground, getPrimaryControl, getPrimaryControlDarkShadow, getPrimaryControlInfo, getPrimaryControlShadow, getSeparatorForeground, getTextHighlightColor, getUserTextColor, getWindowBackground, getWindowTitleBackground, getWindowTitleForeground, getWindowTitleInactiveBackground, getWindowTitleInactiveForeground
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvertedColorTheme

public InvertedColorTheme()
Method Detail

getSimpleInternalFrameBackground

public javax.swing.plaf.ColorUIResource getSimpleInternalFrameBackground()
Overrides:
getSimpleInternalFrameBackground in class PlasticTheme

addCustomEntriesToTable

public void addCustomEntriesToTable(javax.swing.UIDefaults table)
Overrides:
addCustomEntriesToTable in class javax.swing.plaf.metal.MetalTheme

getControlDisabled

public javax.swing.plaf.ColorUIResource getControlDisabled()
Overrides:
getControlDisabled in class javax.swing.plaf.metal.MetalTheme

getControlHighlight

public javax.swing.plaf.ColorUIResource getControlHighlight()
Overrides:
getControlHighlight in class javax.swing.plaf.metal.MetalTheme

getControlInfo

public javax.swing.plaf.ColorUIResource getControlInfo()
Overrides:
getControlInfo in class javax.swing.plaf.metal.MetalTheme

getInactiveSystemTextColor

public javax.swing.plaf.ColorUIResource getInactiveSystemTextColor()
Overrides:
getInactiveSystemTextColor in class javax.swing.plaf.metal.MetalTheme

getMenuDisabledForeground

public javax.swing.plaf.ColorUIResource getMenuDisabledForeground()
Overrides:
getMenuDisabledForeground in class javax.swing.plaf.metal.MetalTheme

getMenuItemSelectedBackground

public javax.swing.plaf.ColorUIResource getMenuItemSelectedBackground()
Overrides:
getMenuItemSelectedBackground in class PlasticTheme

getMenuItemSelectedForeground

public javax.swing.plaf.ColorUIResource getMenuItemSelectedForeground()
Overrides:
getMenuItemSelectedForeground in class PlasticTheme

getMenuSelectedBackground

public javax.swing.plaf.ColorUIResource getMenuSelectedBackground()
Overrides:
getMenuSelectedBackground in class javax.swing.plaf.metal.MetalTheme

getMenuSelectedForeground

public javax.swing.plaf.ColorUIResource getMenuSelectedForeground()
Overrides:
getMenuSelectedForeground in class javax.swing.plaf.metal.MetalTheme

getPrimary1

protected javax.swing.plaf.ColorUIResource getPrimary1()
Overrides:
getPrimary1 in class javax.swing.plaf.metal.DefaultMetalTheme

getPrimary2

protected javax.swing.plaf.ColorUIResource getPrimary2()
Overrides:
getPrimary2 in class javax.swing.plaf.metal.DefaultMetalTheme

getPrimary3

protected javax.swing.plaf.ColorUIResource getPrimary3()
Overrides:
getPrimary3 in class javax.swing.plaf.metal.DefaultMetalTheme

getPrimaryControlHighlight

public javax.swing.plaf.ColorUIResource getPrimaryControlHighlight()
Overrides:
getPrimaryControlHighlight in class javax.swing.plaf.metal.MetalTheme

getSecondary1

protected javax.swing.plaf.ColorUIResource getSecondary1()
Overrides:
getSecondary1 in class javax.swing.plaf.metal.DefaultMetalTheme

getSecondary2

protected javax.swing.plaf.ColorUIResource getSecondary2()
Overrides:
getSecondary2 in class javax.swing.plaf.metal.DefaultMetalTheme

getSecondary3

protected javax.swing.plaf.ColorUIResource getSecondary3()
Overrides:
getSecondary3 in class javax.swing.plaf.metal.DefaultMetalTheme

getSeparatorBackground

public javax.swing.plaf.ColorUIResource getSeparatorBackground()
Overrides:
getSeparatorBackground in class javax.swing.plaf.metal.MetalTheme

getSoftWhite

protected javax.swing.plaf.ColorUIResource getSoftWhite()

getTitleTextColor

public javax.swing.plaf.ColorUIResource getTitleTextColor()
Overrides:
getTitleTextColor in class PlasticTheme

getToggleButtonCheckColor

public javax.swing.plaf.ColorUIResource getToggleButtonCheckColor()
Overrides:
getToggleButtonCheckColor in class PlasticTheme

getFocusColor

public javax.swing.plaf.ColorUIResource getFocusColor()
Overrides:
getFocusColor in class javax.swing.plaf.metal.MetalTheme


Copyright © 2001-2009 JGoodies Karsten Lentzsch. All Rights Reserved.