Package org.compiere.plaf
Class EmeraldTheme
- java.lang.Object
-
- javax.swing.plaf.metal.MetalTheme
-
- javax.swing.plaf.metal.DefaultMetalTheme
-
- org.compiere.plaf.EmeraldTheme
-
public class EmeraldTheme extends DefaultMetalTheme
This class describes a theme using glowing green colors.- Version:
- 1.9 07/26/04
- Author:
- Jeff Dinkins
-
-
Constructor Summary
Constructors Constructor Description EmeraldTheme()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
protected ColorUIResource
getPrimary1()
protected ColorUIResource
getPrimary2()
protected ColorUIResource
getPrimary3()
-
Methods inherited from class javax.swing.plaf.metal.DefaultMetalTheme
getControlTextFont, getMenuTextFont, getSecondary1, getSecondary2, getSecondary3, getSubTextFont, getSystemTextFont, getUserTextFont, getWindowTitleFont
-
Methods inherited from class javax.swing.plaf.metal.MetalTheme
addCustomEntriesToTable, getAcceleratorForeground, getAcceleratorSelectedForeground, getBlack, 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, getWhite, 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
-
-