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 ColorUIResource
getBlack()
String
getName()
protected ColorUIResource
getPrimary1()
protected ColorUIResource
getPrimary2()
protected ColorUIResource
getPrimary3()
protected ColorUIResource
getSecondary1()
protected ColorUIResource
getSecondary2()
protected ColorUIResource
getSecondary3()
protected ColorUIResource
getWhite()
-
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:
getName
in classDefaultMetalTheme
-
getPrimary1
protected ColorUIResource getPrimary1()
- Overrides:
getPrimary1
in classDefaultMetalTheme
-
getPrimary2
protected ColorUIResource getPrimary2()
- Overrides:
getPrimary2
in classDefaultMetalTheme
-
getPrimary3
protected ColorUIResource getPrimary3()
- Overrides:
getPrimary3
in classDefaultMetalTheme
-
getSecondary1
protected ColorUIResource getSecondary1()
- Overrides:
getSecondary1
in classDefaultMetalTheme
-
getSecondary2
protected ColorUIResource getSecondary2()
- Overrides:
getSecondary2
in classDefaultMetalTheme
-
getSecondary3
protected ColorUIResource getSecondary3()
- Overrides:
getSecondary3
in classDefaultMetalTheme
-
getBlack
protected ColorUIResource getBlack()
- Overrides:
getBlack
in classMetalTheme
-
getWhite
protected ColorUIResource getWhite()
- Overrides:
getWhite
in classMetalTheme
-
-