Package org.compiere.plaf
Class CharcoalTheme
- java.lang.Object
-
- javax.swing.plaf.metal.MetalTheme
-
- javax.swing.plaf.metal.DefaultMetalTheme
-
- org.compiere.plaf.CharcoalTheme
-
public class CharcoalTheme extends DefaultMetalTheme
This class describes a theme using gray colors. 1.9 07/26/04- Author:
- Steve Wilson
-
-
Constructor Summary
Constructors Constructor Description CharcoalTheme()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ColorUIResourcegetBlack()StringgetName()protected ColorUIResourcegetPrimary1()protected ColorUIResourcegetPrimary2()protected ColorUIResourcegetPrimary3()protected ColorUIResourcegetSecondary1()protected ColorUIResourcegetSecondary2()protected ColorUIResourcegetSecondary3()protected ColorUIResourcegetWhite()-
Methods inherited from class javax.swing.plaf.metal.DefaultMetalTheme
getControlTextFont, getMenuTextFont, getSubTextFont, getSystemTextFont, getUserTextFont, getWindowTitleFont
-
Methods inherited from class javax.swing.plaf.metal.MetalTheme
addCustomEntriesToTable, getAcceleratorForeground, getAcceleratorSelectedForeground, getControl, getControlDarkShadow, getControlDisabled, getControlHighlight, getControlInfo, getControlShadow, getControlTextColor, getDesktopColor, getFocusColor, getHighlightedTextColor, getInactiveControlTextColor, getInactiveSystemTextColor, getMenuBackground, getMenuDisabledForeground, getMenuForeground, getMenuSelectedBackground, getMenuSelectedForeground, getPrimaryControl, getPrimaryControlDarkShadow, getPrimaryControlHighlight, getPrimaryControlInfo, getPrimaryControlShadow, getSeparatorBackground, getSeparatorForeground, getSystemTextColor, getTextHighlightColor, getUserTextColor, getWindowBackground, getWindowTitleBackground, getWindowTitleForeground, getWindowTitleInactiveBackground, getWindowTitleInactiveForeground
-
-
-
-
Method Detail
-
getName
public String getName()
- Overrides:
getNamein classDefaultMetalTheme
-
getPrimary1
protected ColorUIResource getPrimary1()
- Overrides:
getPrimary1in classDefaultMetalTheme
-
getPrimary2
protected ColorUIResource getPrimary2()
- Overrides:
getPrimary2in classDefaultMetalTheme
-
getPrimary3
protected ColorUIResource getPrimary3()
- Overrides:
getPrimary3in classDefaultMetalTheme
-
getSecondary1
protected ColorUIResource getSecondary1()
- Overrides:
getSecondary1in classDefaultMetalTheme
-
getSecondary2
protected ColorUIResource getSecondary2()
- Overrides:
getSecondary2in classDefaultMetalTheme
-
getSecondary3
protected ColorUIResource getSecondary3()
- Overrides:
getSecondary3in classDefaultMetalTheme
-
getBlack
protected ColorUIResource getBlack()
- Overrides:
getBlackin classMetalTheme
-
getWhite
protected ColorUIResource getWhite()
- Overrides:
getWhitein classMetalTheme
-
-