Package com.jgoodies.looks.plastic.theme
Class SkyBluer
- java.lang.Object
-
- javax.swing.plaf.metal.MetalTheme
-
- javax.swing.plaf.metal.DefaultMetalTheme
-
- com.jgoodies.looks.plastic.PlasticTheme
-
- com.jgoodies.looks.plastic.theme.SkyBluer
-
- Direct Known Subclasses:
AbstractSkyTheme
,DesertBluer
public class SkyBluer extends PlasticTheme
A theme with medium blue primary colors and a light gray window background.- Version:
- $Revision: 1.9 $
-
-
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
Constructors Constructor Description SkyBluer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addCustomEntriesToTable(javax.swing.UIDefaults table)
javax.swing.plaf.ColorUIResource
getFocusColor()
javax.swing.plaf.ColorUIResource
getMenuItemSelectedBackground()
javax.swing.plaf.ColorUIResource
getMenuItemSelectedForeground()
javax.swing.plaf.ColorUIResource
getMenuSelectedBackground()
java.lang.String
getName()
protected javax.swing.plaf.ColorUIResource
getPrimary1()
protected javax.swing.plaf.ColorUIResource
getPrimary2()
protected javax.swing.plaf.ColorUIResource
getPrimary3()
protected javax.swing.plaf.ColorUIResource
getSecondary1()
protected javax.swing.plaf.ColorUIResource
getSecondary2()
protected javax.swing.plaf.ColorUIResource
getSecondary3()
-
Methods inherited from class com.jgoodies.looks.plastic.PlasticTheme
equals, getBlack, getControlTextFont, getFontSet, getMenuForeground, getMenuItemBackground, getMenuTextFont, getSimpleInternalFrameBackground, getSimpleInternalFrameForeground, getSubTextFont, getSystemTextColor, getSystemTextFont, getTitleTextColor, getTitleTextFont, getToggleButtonCheckColor, getUserTextFont, getWhite, getWindowTitleFont, hashCode
-
Methods inherited from class javax.swing.plaf.metal.MetalTheme
getAcceleratorForeground, getAcceleratorSelectedForeground, getControl, getControlDarkShadow, getControlDisabled, getControlHighlight, getControlInfo, getControlShadow, getControlTextColor, getDesktopColor, getHighlightedTextColor, getInactiveControlTextColor, getInactiveSystemTextColor, getMenuBackground, getMenuDisabledForeground, getMenuSelectedForeground, getPrimaryControl, getPrimaryControlDarkShadow, getPrimaryControlHighlight, getPrimaryControlInfo, getPrimaryControlShadow, getSeparatorBackground, getSeparatorForeground, getTextHighlightColor, getUserTextColor, getWindowBackground, getWindowTitleBackground, getWindowTitleForeground, getWindowTitleInactiveBackground, getWindowTitleInactiveForeground
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Overrides:
getName
in classjavax.swing.plaf.metal.DefaultMetalTheme
-
getPrimary1
protected javax.swing.plaf.ColorUIResource getPrimary1()
- Overrides:
getPrimary1
in classjavax.swing.plaf.metal.DefaultMetalTheme
-
getPrimary2
protected javax.swing.plaf.ColorUIResource getPrimary2()
- Overrides:
getPrimary2
in classjavax.swing.plaf.metal.DefaultMetalTheme
-
getPrimary3
protected javax.swing.plaf.ColorUIResource getPrimary3()
- Overrides:
getPrimary3
in classjavax.swing.plaf.metal.DefaultMetalTheme
-
getSecondary1
protected javax.swing.plaf.ColorUIResource getSecondary1()
- Overrides:
getSecondary1
in classjavax.swing.plaf.metal.DefaultMetalTheme
-
getSecondary2
protected javax.swing.plaf.ColorUIResource getSecondary2()
- Overrides:
getSecondary2
in classjavax.swing.plaf.metal.DefaultMetalTheme
-
getSecondary3
protected javax.swing.plaf.ColorUIResource getSecondary3()
- Overrides:
getSecondary3
in classjavax.swing.plaf.metal.DefaultMetalTheme
-
getMenuItemSelectedBackground
public javax.swing.plaf.ColorUIResource getMenuItemSelectedBackground()
- Overrides:
getMenuItemSelectedBackground
in classPlasticTheme
-
getMenuItemSelectedForeground
public javax.swing.plaf.ColorUIResource getMenuItemSelectedForeground()
- Overrides:
getMenuItemSelectedForeground
in classPlasticTheme
-
getMenuSelectedBackground
public javax.swing.plaf.ColorUIResource getMenuSelectedBackground()
- Overrides:
getMenuSelectedBackground
in classjavax.swing.plaf.metal.MetalTheme
-
getFocusColor
public javax.swing.plaf.ColorUIResource getFocusColor()
- Overrides:
getFocusColor
in classjavax.swing.plaf.metal.MetalTheme
-
addCustomEntriesToTable
public void addCustomEntriesToTable(javax.swing.UIDefaults table)
- Overrides:
addCustomEntriesToTable
in classjavax.swing.plaf.metal.MetalTheme
-
-